body{
	overflow-x:hidden;
	margin: 0;
	height:100%;
	min-height: 100%;
	background-color:rgba(50,50,50,0.8);

}

#bg{
	background-image:url('../img/home_bg_3000.jpg');
	background-repeat:no-repeat;
	background-size:100% auto;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#container{
	height:100%;
}

body > #container{
	height:auto;
	min-height:100%;
}

#header{
	height:12%;
	width:100%;
	background-image:url('../img/home_navbar_3000.png');
	background-size:100%;
	background-color:rgba(50,50,50,.8);
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#header > img{
	position:absolute;
	bottom:0;
	opacity:1;
}


#logo-link{
	width:30%;
	height:70%;
	position:absolute;
	top:30%;
	left:5%;
}


#home-link{
	width:10%;
	height:50%;
	position:absolute;
	top:50%;
	left:48%;
}

#aboutus-link{
	width:10%;
	height:50%;
	position:absolute;
	top:50%;
	left:60%;
}

#services-link{
	width:9%;
	height:50%;
	position:absolute;
	top:50%;
	left:72%;
}


#contact-link{
	width:9%;
	height:50%;
	position:absolute;
	top:50%;
	left:84%;
}

#slider-container
{
    width: 1000px;
    overflow: hidden;
	z-index:100;
	position:absolute;
	border:none;
}

/* SET TO THE TOTAL WIDTH OF ALL DIVS */
#slider-wrapper
{
    width: 4000px;
    border:none;
}

/* THESE ARE THE INDIVIDUAL SLIDE PROPERTIES */
.slide
{
    width: 1000px;
    height: 600px;
    overflow:hidden;
    float: left;
    border:none;
}

#hide2{
	position:absolute;
	margin-left:55%;
	margin-top:5%;
	display:block;
	float:left;
	z-index:300;
	width:45%;
}

#content-nav{
	margin-bottom:10%;
}

button{
	background-color:white;
	font-family: 'MyriadProRegular';
	padding:5px;
	border:1px white solid;
	border-radius:5px;
	color:rgb(80,123,158);
	font-size:15px;
}

#sub-content{
	color:rgb(80,123,158);
	font-family: 'MyriadProRegular';
	font-size:14px;
	width:80%;
	text-align:center;
	padding-left:3%;
	line-height:1.3em;
}

#hide4{
	position:absolute;
	margin-left:407px;
	margin-top:60px;
	display:block;
	float:left;
	z-index:300;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}


#footer {
	font-family:'MyriadProRegular';
	font-size:15px;
	color:rgb(200,200,200);
	clear: both;
 	position: relative;
 	z-index: 10;
 	height: 5%;
	margin-top: -4.5%;
	background-color:rgba(50,50,50,.8);
	text-align:right;
	padding-top:1.5%;
	padding-right:60px;
}