@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a img {border: none;} 


div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;	
	color: #666;
	margin-left:0px;
	margin-top: 30px;
}

h3 {
	font-weight: 600;
	font-size: 19px;
}

p {
	font-size:16px;
	text-align: center;	
	margin-top:30px;
	margin-left: 20px;
	margin-right: 20px;
}

/*Navigation*/

#links {
	display:none;	
}

/*Mobile Menu*/

nav a img {
	margin-right:20px;
	margin-top:10px;
	padding: 10px;

}

.menu {
	text-align:center;
	width:100%;
	height: 260px;
	background: #2D7BC0;
	position: fixed;
	top: -600px;
	z-index: 1;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #164173;
}

#mobile {
	width: 100%;
	height: 90px;
	background: #2D7BC0;
	padding-top: 10px;
	padding-bottom: 10px;
	position:fixed;
	top:0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #153D6E;
}

#mobile img#menulogo {
	position:fixed;
	top:10px;
	left:10px;
	
}

.menu-icon {
	font-size: 30px;
	color: #FFF;
	z-index: 99;
	float: right;
	position: fixed;
	top: 0px;
	right:0px;
	margin-top: 25px;
	margin-right: 25px;
}

#menuToggle {
	display:none;	
}

#menuToggle:checked ~ .menu {
	position:fixed;
	top:0px;
}

/*Main Content*/

#content {
	background-color: #FFF;
	width:100%;
	height:100%;
	margin-top:110px;
	padding-bottom:50px;
	padding-top:25px;
	text-align:center;
}

#whattoexpect ul {
	margin-top:30px;
	font-size:18px;	
}

#whattoexpect ul li {
	margin-left:50px;
	margin-right:30px;
	margin-top: 20px;
	text-align: left;
}

#whattoexpect a {
	font-weight: bold;
	color: #2C7BBF;
	text-decoration: underline;
}

#whattoexpect a:hover {
	color: #2D7BC0;
}

#whattoexpect a:visited {
	color: #2D7BC0;
}

@media screen and (min-width: 481px) and (max-width: 525px) {
	
}


@media screen and (min-width: 526px) and (max-width: 768px) {
	
h2 {
	font-size: 40px;
	text-align:left;
	margin-top: 40px;
	margin-left: 20px;	
}

	
p {
	font-size:18px;
	margin-left: 50px;
	margin-right: 50px;
}

#whattoexpect ul li {
	margin-left:50px;
	margin-right:40px;

}
	
}




@media screen and (min-width: 769px) and (max-width: 899px) {

#links {
	display:block;
	width: 100%;
	position: fixed;
	top: 0px;	
	background-color: #2D7BC0;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #153D6E;	
}

#links img#linkslogo {
	position:fixed;
	top:10px;
	left:10px;
	margin-left:0px;
	margin-right:0px;
}

#links a img {
	margin-left:2%;
	margin-right:2%	
}

.menu {
	display:none;
} 

.menu-icon {
	display:none;
}

h2 {
	font-size: 40px;
	text-align:left;
	margin-top: 40px;
	margin-left: 20px;	
}

p {
	font-size:18px;
	margin-left: 50px;
	margin-right: 50px;
}

#whattoexpect ul li {
	margin-left:50px;
	margin-right:40px;

}

}

@media screen and (min-width: 900px) {


body {
	background: url(../sitephotos/body/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h2 {
	font-size: 40px;
	text-align:left;
	margin-top: 40px;
	margin-left: 30px;	
}

p {
	font-size:20px;
	margin-left: 50px;
	margin-right: 50px;
}

#whattoexpect ul li {
	margin-left:60px;
	margin-right:40px;

}



/*Navigation*/

#links {
	display:block;
	width: 100%;
	position: fixed;
	top: 0px;	
	background-color: #2D7BC0;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #153D6E;	
}

#links img#linkslogo {
	position:fixed;
	top:10px;
	left:10px;
	margin-left:0px;
	margin-right:0px;
}

#links a img {
	margin-left:2%;
	margin-right:2%	
}
	

/*Mobile Navigation*/	
	
.menu {
	display:none;
	
} 

.menu-icon {
	display:none;
	

	
}

/*Main Contact*/

#content {
	width:900px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D7BC0;
	border-bottom-color: #2D7BC0;
	border-left-color: #2d7bc0;
}



}

