@CHARSET "UTF-8";

html{
	background-color:#f3f4ef;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
}


*{
	font-family: "Open Sans", sans-serif;
	border:0px;
	margin:0px;
	
}
#slider1_container img {
    max-width:90%;
    height:100%;
}

#abouthead{
	position:absolute;
	top:40%;
	height:300px;
	width:1000px;
	text-align:center;
	z-index:9999;
	left:0;
	right:0;
	margin:0 auto;
}

#abouthead h1{
	margin-bottom:0px;
	font-size:55px;
	color:white;
}
#abouthead p{
	padding-left:20px;
	padding-right:20px;
	font-size:18px;
	line-height:30px;
	color:white;
	font-weight:500;
}
#downarrow {
	position:absolute;
	top:80%;
	height:100px;
	width:100%;
	text-align:center;
	z-index:20;
	
}
#aboutpic1{
	position:relative;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

#abouttext{
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	z-index:2;
	height:100px;
	width:400px;
	text-align:center;
}
#abouttext h1{
	font-size:40px;
	color:#666665;
	padding-top:10px;
	padding-bottom:30px;
	font-weight:600;
}
#abouttext p{
	font-size:20px;
	text-align:center;
	
}
#contacttext{
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	z-index:2;
	height:100px;
	width:430px;
	text-align:center;
}
#contacttext h1{
	font-size:40px;
	color:#666665;
	padding-top:10px;
	padding-bottom:30px;
	font-weight:600;
}
#contacttext p{
	font-size:20px;
	text-align:center;
	
}
#header{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	z-index:9999;
	min-width:900px;

}


#logocontainer{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:200px;
	width:85%;
	z-index:9999;	
	
}

#logocontainer ul {
	list-style-type: none;
	float:right;
	padding-top:97px;
	padding-bottom:15px;
	
}

#logocontainer li{
	display:inline;
}
#logocontainer li+li { 
	border-left: 2px solid white;
	
}


#logocontainer a{
	text-decoration:none;
	color:white;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin: 0px 20px 0px 20px;
	z-index: 10;
	-webkit-transition: border-bottom .4s;
	trasition: border-bottom .4s;
}

#logocontainer ul a:hover{
	border-bottom:3px white solid;
	
}



#logocontainer img{
	padding-top:0px;

}

#headerSlideContainer {
	position: fixed;
	top:-90px;
	width: 100%;
	background: #e1e2de;
}
#headerSlideContent {
	width: 900px;
	height: 90px;
	margin: 0 auto;
	color: black;
}
#headerSlideContent ul {
    list-style-type: none;
	float:right;
	padding-top:20px;
	padding-bottom:20px;
}

#headerSlideContent li{
	display:inline;
}
#headerSlideContent li+li { 
	border-left: 2px solid black;
	
}


#headerSlideContent a{
	text-decoration:none;
	color:black;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin: 0px 20px 0px 20px;
	z-index: 10;
}

#headerSlideContent a:hover{
	border-bottom:3px black solid;
}

#contactus {
	width: 350px;
	position:absolute;
	left:100px;
	
}

#contactus input[type="text"], #contactus input[type="submit"] {
    font-family: Open Sans;
    font-size: 18px;
     border-left: 2px solid #00a3a6; 
	
    width: 300px;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#contactus input[type="text"] {
    background: white;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

#contactus input[type="text"]:focus {
    outline: none;
}

#contactus input[type="submit"] {
    background: #00a3a6;
    color: white;
    cursor: pointer;
    width:300px;
 
}

#contactus input[type="submit"]:hover {
    background: #A4DFA1;
}

#contactus input[type="submit"]:active {
    background: #8CC988;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}      


#footer{
	position:relative;
	width:100%;
	height:300px;
	background-color:#e6e7e3;
	font-size:18px;
	font-weight:700;
	color:#666665;
	line-height:20px;
	
	
	
	
	
}
#subscribe {
    width: 750px;
	position:absolute;
	top:110px;
	left:80px;
	
}

#subscribe input[type="text"], #subscribe input[type="submit"] {
    font-family: "Open Sans", Times, serif;
    font-size: 18px;

    width: 300px;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#subscribe input[type="text"] {
    background: white;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

#subscribe input[type="text"]:focus {
    outline: none;
}

#subscribe input[type="submit"] {
    background: #00a3a6;
    color: white;
    cursor: pointer;
    width:100px;
 
}

#subscribe input[type="submit"]:hover {
    background: #A4DFA1;
}

#subscribe input[type="submit"]:active {
    background: #8CC988;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}
#footertext{
	position:absolute;
	top:50px;
	left:80px;
	
	
	
}

#copyrighttext{
	position:absolute;
	top:250px;
	left:80px;
	
	
}