.bg-image {
	position: relative;
}
.bg-image img {
	display: block;
	width: 100%;
	max-width: 1000px; /* corresponds to max height of 450px */
	margin: 20px auto;
}
.bg-image h1 {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
}
/*.nav, .main {
	background-color: #fff;
	text-align: center;
}*/
body {margin: 0px; background-color: #E8E8E8; font-family: Arial, sans-serif; font-size:18px; font-weight:300;}

.nav{position:absolute; top:6%; right:0; z-index:3; width:100%; /*background:rgba(0,132,123,0.5);*/
/*-webkit-box-sizing: border-box;
box-sizing: border-box;*/
}
.nav .inner{display: block;
width: 100%;
max-width: 1213px;
margin: 0 auto; text-align:right;
-webkit-box-sizing: border-box;
box-sizing: border-box;}
.nav,
.nav a{ color:#c1003c; text-decoration: none; }

@media only screen and (max-width: 1440px) {
.nav{width:auto; top:6%; right:0%; padding-right:8%;}
.nav .inner{max-width:auto;}
}


@media only screen and (max-width: 1280px) {
.nav{top:5%;}
}
@media only screen and (max-width: 960px) {
.nav{top:3%;}
}
@media only screen and (max-width: 768px) {
.nav{position: relative; background:#000; padding-top:10px; font-size:14px; margin-bottom:-20px;}
}
