﻿body {
    height: 100%;
    color: #fff;
    background-color: black;
}

.navbar {
    background-color: rgba(0,0,0,0.6);
}


.navbar-custom ul.nav li a {
    color: #fff;
}

.dropdown-menu {
    background-color: black;
}

.landingcontainer {
    width: 100%;
    height: 100%;
    padding: 0;
}
@media (max-width: 480px){
   .landingcontainer {
      padding-top: inherit; 
	  margin-top: 76px;
	  font-size: 24px;
   }
   .landingcontainer .content-b {
      padding-left: 2%;
      padding-right: 2%;	  
   }
   .landingcontainer .btn-primary{
	  padding: 10px;
   }
}

/*
.ecommerce {
    background: url("http://localhost:7654/PortalStyles/img/bg-ecommerce.jpg") no-repeat center center fixed;
    -webkit-background-size: 100% cover;
    -moz-background-size: 100% cover;
    -o-background-size: 100% cover;
    background-size: 100% cover;

    height: 100%;
}

.services {
    background: url("http://localhost:7654/PortalStyles/img/bg-services.jpg") no-repeat center center fixed;
    -webkit-background-size: 100% cover;
    -moz-background-size: 100% cover;
    -o-background-size: 100% cover;
    background-size: 100% cover;

    height: 100%;
}

*/

/*.intro {
	width:100%;
	position:relative;
	
	background: url(../img/bglanding.jpg) no-repeat top center;
}*/

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;

    /*by Luis*/
    padding-left: 5%;
    padding-right: 5%;
}

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    font-size:28px;
    line-height:50px; /*100px;*/
	color:#ffffff;
    text-align:center;
}
section {
	background:#9ed100;
}
.not-fullscreen {
    height:50%;
}