@charset "utf-8";
body{font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size:18px;
line-height:2;
padding: 0;
margin: 0;
background-color: darkslategray;
}

/* Global */
.house{
	width: 90%;
	margin: auto;
	overflow: hidden;
}

ul{
	margin: 0;
	padding: 0;
	
}

.button_1{
	height: 22px;
	background: #1F8CAD;
	border: 0;
	color: aliceblue;
	padding-left: 22px;
	padding-right: 22px;
}

/* Header **/

header{
	background: #053549;
	color: aliceblue;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #FFD600 5px solid;
}

header a{
	color: aliceblue;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}

header li{
	float: left;
	display:inline;
	padding: 0 20px 0 20px;
	
}

header #branding{
	float: left;
}

header #branding h1{
	margin: 0;
}

header nav{
	float: right;
	margin-top: 22px;
}

header .highlight, header .current a{
	color: #FFD600;
	font-weight: bold;
}

header a:hover{
	color: lightblue;
	font-weight: bold;
}

/* Showcase */

#showcase{
	min-height: 333px;
	background-image: url(img/holder.jpeg);
	text-align: center;
	color: aliceblue;
}

#showcase h1{
	margin-top: 70px;
	font-size: 44px;
	margin-bottom: 5px;
}

#showcase p{
	font-size: 20px;
}

/* Newsletter */

#newsletter{
	padding: 5px;
	color: aliceblue;
	background: #053549;
	
}

/* Houses */

#houses{
	margin-top: 30px;
	float: inherit;
}

#houses .house{
	width: 100%;
	padding: 10px;
	text-align: center;
	color: aliceblue;
}

#houses .house img{
	width: 700px;
}

/* Article */

article#main-col{
	color: aliceblue;
	text-align: center;
}

footer{
	background: #053549;
	color: aliceblue;
	text-align: center;
	padding: 30px;
	margin-top: 20px;
}

/* CSS Document */

