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

header {
	background: url(../images/banner_medium.jpg) no-repeat left 0px;
	background-size:cover;
	
}
header a.logo {
	width: 245px;
	height: 200px;
	top: 5%;
	right: 5%;
	background-image: url(../images/logo_medium.png);
}

header>div>nav {
	width:100%;
}
nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: none;
	text-align: center;
	font-size: .9em;
}
header>div>h1{
	/*display:none;*/
	}
article {
	padding-top: 60px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.article.one {
	background-image: none;
	height: 200px;
}
.article.two {
	background-image: none;
}
.article.three {
	background-image: none;
}
.article.four {
	background-image: none;
}
.article.five {
	background-image: none;
}
.article.six {
	background-image: none;
}
.articles p {
	width: 100%;
}
body {
	background-image: none;
}
form {
	margin:0 auto;
	width: 500px;
	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;
}
input#confirm {
	width: 100%;
	height: 25px;
	display: block;	
}
textarea#message {
	width: 100%;
	height: 150px;
	display: block;
}
#submit {
	width: 100px;
	background-color: #00657f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: Alegrya-Sans, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	cursor: pointer;
	border: solid 1px;
	-webkit-appearance: none;
}
#submit:hover {
	border: none;
	background: #716558;
	box-shadow: 0px 0px 1px #777;
	color: #fff;
}
#location {
margin: 0 auto;
	width: 500px;
	height: 100%;
	font-family: Alegrya-Sans, sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	font-weight: normal;
	color: #716558;
}
footer {
	background-color: #716558;
	color: #fff;
	font-size: .8em;
}
footer a {
	color: #fff;
}