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

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

.homeLogo { 
	background:url(../images/logoHome.png) no-repeat 50% 40%;
	background-size:700px auto;
}
/* HEADER */

#headerContainer {
	width:728px;
}
.logoBox {
	float:left; 
	margin:23px 0 0 0;
}
.navBox {
	float:right; 
	margin:0;
}
.contentContainer {
	width:728px;
}
.signoff {
	width:728px;
	background:url(../images/planeSignoff.png) no-repeat center; 
}
.titleGallery {
	width:728px;
	margin:60px 20px 20px 20px;
}
#signoffGallery {
	width:728px;
	bottom:150px;
	background:url(../images/planeSignoff.png) no-repeat center;
}
.textWrapper {
	margin:0 auto; 
	width:728px;
	float:none;
}
.textBox {
	margin:0 13px 0 0;
}
#parallax1{
	background:url(../images/parallaxImages1.jpg) 50% 50% no-repeat;
	height:200px;
	background-size:900px auto;
} 
#parallax2{
	background:url(../images/image2.jpg) 50% 50% no-repeat;
	height:200px;
	background-size:900px auto;;
} 
#parallax3{
	background:url(../images/image3.jpg) 50% 50% no-repeat;
	height:200px;
	background-size:900px auto;
} 
#parallax4{
	background:url(../images/image4.jpg) 50% 50% no-repeat;
	height:200px;
	background-size:900px auto;
} 
}