h1, h2, h3{
	font-family: 'PT Sans', sans-serif;
}

nav{
	min-height: 100px;
	background-color: #212322;
	color: white;
}

.navrow{
	height: 100%;
}

.navrow a{
	color: white;
}

.navrow img{
	height: 100px;
	width: auto;
}

.navrow img, .navrow h2{
	display: inline-block;
}

.copyright{
	font-size: .6em;
}

figcaption{
	font-size: .6em;
}

nav i{
	font-size: 40px;
}

#nav-menu{
	display: none;
	list-style-type: none;
}

#nav-menu a{
	color: white;
}

#nav-menu a:hover{
	color: #c6c1a3;
}

#nav-menu li{
}

#header{
	background-color: #007b63;
	color: white;
}

#header img{
	width: 100%;
}

#header p{
	padding-top: 20px;
}

#header h1{
	text-align: center;
	padding: 30px;
}

#about{
	margin-top: 50px;
	margin-bottom: 50px;
}

#about p{
	color: gray;
}

.resource-link{
	font-size: 25px;
	text-align: left;
}

#homes{
	background-color: #007b63;
	padding-top: 20px;
	padding-bottom: 20px;
}

#homes h2{
	text-align: center;
	color: white;
}

.item{
	background-color: #005b44;
	color: white;
	padding: 10px;
	border-radius: 5px;
	min-height: 430px;
}

#contact{
	min-height: 200px;
	margin-top: 50px;
}

#contact h2{
	text-align: center;
}

#fast-links .column{
	border-left: none;
}

#associations{
	margin-top: 50px;
}

.green-box{
	background-color: #007b63;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	height: 100%;
}

.green-box ul{
	list-style-type: none;
}

.green-box, .green-box a{
	color: white;
}

.green-box a:hover{
	color: #c6c1a3;
}

footer{
	min-height: 200px;
	background-color: #212322;
	color: white;
	padding-top: 30px;
	margin-top: 30px;
	text-align:center;
}

footer ul{
	list-style-type: none;
	float: none;
}

footer li{
	display: inline-block;
	margin-right: 10px;
}

footer a{
	color: white;
}

footer a:hover{
	color: #c6c1a3;
}

@media only screen and (min-width: 640px) {
    /* Medium: */
	#nav-menu{
		display: inline-block!important;
		float: right;
	}
	#nav-menu li{
		display: inline-block;
		padding-right: 10px;
	}
	
	#fast-links .column{
		border-left: 1px solid gainsboro;
	}
	
	.item{
		min-height: 480px;
	}
	
	footer{
		text-align: left;
	}
	
	footer ul{
		float: right;
	}
}

@media only screen and (min-width: 1024px) {
    /* Large */
	.item{
		height: 320px;
	}
}

.flood{
	padding: 0px;
}

.bold{
	font-weight: bold;
}

/* google maps embed trick */
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }