@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: 36px;
	font-weight: normal;
	text-align: center;	
	color: #666;
	margin-left:0px;
	margin-top: 40px;
}

h3 {
	font-size: 22px;
	margin-top:20px;
	font-weight: 600;
	color: #666;	
}

h4 {
	padding-top:15px;
	font-size: 17px;	
}


p {
	font-size:18px;
	text-align: center;	
	margin-top:45px;
	margin-bottom:20px;
	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;
	overflow:hidden;
}

input[type=text], textarea {
        width:300px;
		height:35px;
		font-size:22px;
		text-align:center;
		margin-top:10px;
		
}

.entry {
	margin-right:auto;
	margin-left:auto;
	width:90%;
	text-align:center;
	margin-top:30px;
	
}

.entry img {
	width: 60%;	
}


@media screen and (max-width: 340px) {
	
h2 {
	font-size: 34px;	
}

	
h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;	
}

p {
	font-size:18px;
	margin-bottom:30px;
}
	
input[type=text], textarea {
        width:260px;
		height:30px;
		font-size:20px;
		text-align:center;
		margin-top:10px;
		
}
}


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

h3 {
	font-size: 26px;
	margin-top:20px;
}

h4 {
	font-size: 22px;	
}

p {
	font-size:18px;
	margin-bottom:40px;
	margin-left: 20px;
	margin-right: 20px;
}

input[type=text], textarea {
        width:420px;
		height:40px;
		font-size:26px;
		text-align:center;
		margin-top:10px;
		
}

}

@media screen and (min-width: 640px) and (max-width: 768px) {

h2 {
	font-size: 40px;	
}



h3 {
	font-size: 26px;
	margin-top:20px;
}

h4 {
	font-size: 16px;	
}

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

input[type=text], textarea {
        width:480px;
		height:40px;
		font-size:26px;
		text-align:center;
		margin-top:10px;
		
}

.entry {
	float:left;
	width:50%;
	
}


.entry img {
	width: 50%;	
}


}

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

h2 {
	font-size: 40px;	
}

h3 {
	font-size: 26px;
	margin-top:20px;
}

h4 {
	font-size: 19px;	
}

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

/*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;
	

	
}


input[type=text], textarea {
        width:540px;
		height:40px;
		font-size:26px;
		text-align:center;
		margin-top:10px;
		
    }
	
.entry {
	float:left;
	width:50%;
	
}


.entry img {
	width: 50%;	
}


}



@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;	
}

h3 {
	font-size: 26px;
	margin-top:20px;
}

h4 {
	font-size: 22px;	
}

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




/*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;
}

input[type=text], textarea {
        width:60%;
		height:40px;
		font-size:26px;
		text-align:center;
		margin-top:10px;
		
    }

.entry {
	float:left;
	width:50%;
	
}


.entry img {
	width: 50%;	
}


}

