 @charset "UTF-8";
/* Layout Small Screens */

html, body {height:100%;}

header {
	height: 100%;
	min-height:550px;
	background: url(../images/banner_small.jpg) no-repeat left 0px;
}
header a.logo {
	width: 140px;
	height: 115px;
	top: 16px;
	right: 20px;
	background-image: url(../images/logo_small.png);
}
header>div {
	width:100%;
	position:absolute;
	left:0;
	top:250px;
	background-color: #00657f;
}
header>div>nav {
	/*box-sizing:border-box;*/
	width:100%;
	float:none;
	padding-left:0;
	text-align: left;
	}

h1 {
	/*display:none;*/
}
article {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	min-height:250px;
	overflow:auto;
}
.articles p {
	width: 100%;
}
.article.one {
	background-image: none;
}
.article.two {
	background-image: none;
}
.article.three {
	background-image: none;	
}
.article.four {
	background-image: none;
	min-height: 900px;
}
.article.five {
	background-image: none;
}
.article.six {
	background-image: none;
}
nav {
	padding: 5px 0px 0px 0px;
	background-color: #00657f;
}
nav a {
	color: #fff;
	display: block;
	margin: 10px;
	padding: 6px;
	border: 1px solid #fff;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
nav a:hover {
	color: #fff;
	background-color: rgba(255,255,255,.20);
}
footer {
	font-size: .7em;
	border-top: 1px solid #716558;
	background-color: #716558;
	color: #fff;
}
footer a {
	color: #fff;
}
body {
	background-image: none;
}
form {
	margin:0 auto;
	width: 300px;
	height: 450px;
	font-family: Alegrya-Sans, sans-serif;
	font-size: .9em;
	line-height: 24px;
	font-weight: normal;
	color: #716558;
	text-decoration: none;
	padding: 10px;
}
input {
	width:100%;
	display: block;
	border: 1px solid #716558;
	height: 25px;
	-webkit-appearance: none;

}
input#confirm {
	width: 100%;
	height: 25px;
	display: block;
}
textarea#feedback {
	width: 100%;
	height: 150px;
	display: block;
}
textarea#message {
	display: block;
	width: 100%;
	-webkit-appearance: none;

}
#submit {
	width: 100%;
	background-color: #00657f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-family: Alegrya-Sans, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	cursor: pointer;
	border: solid 1px;
	-webkit-appearance: none;
	margin: 0 auto;
}
#submit:hover {
	border: none;
	background: #716558;
	box-shadow: 0px 0px 1px #777;
	color: #fff;
}
#location {
margin: 0 auto;
	width: 300px;
	height: 100%;
	font-family: Alegrya-Sans, sans-serif;
	font-size: 1em;
	line-height: auto;
	font-weight: normal;
	color: #716558;
}
