h1, h2, h3, 
h4, h5 {
	font-family: 'Oswald', sans-serif; 
}

body {
	font-family: 'Open Sans', sans-serif; 
	background-color: #90D4D5; 
	color: #303434;
	font-size: 18px;
}

.img-thumbnail {
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 250px;
	max-height:325px;
}

.header {
	text-align: center;
}


.home-panel h3 {
	text-align: center;
	color: #fff; 
	font-size: 2.5em;
	font-weight: bold;
	opacity: initial; 
}

.home-panel {
	background-color: #000; 
	opacity: .5; 
}

.panel-default {
	border-color:#90D4D5;  
}

.stories-panel {
	background: url("http://www.neh.gov/files/imagecache/neh_large/humanities/articles/2013_0910_images_13a_moton.jpg") no-repeat right bottom;
	background-size: cover; 
}

.map-panel{
	background: url("http://www.destination360.com/north-america/us/virginia/farmville/hampton-inn-farmville-va-map.gif") no-repeat center;
	background-size: cover;
}

.people-panel {
	background: url("http://www.motonmuseum.org/wp/wp/wp-content/uploads/2010/03/Strikers-1953.jpg") no-repeat center ;
	background-size: cover; 
}

.places-panel {
	background: url("http://www.motonmuseum.org/wp/wp/wp-content/uploads/2010/03/Free-School-opening-day-1963.jpg") no-repeat center;
	background-size: cover; 
}

.header-img {
	max-height: 200px;
}

.btn-primary {
	background-color: #b1d677;
	border-color: #98b766;
}

.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:active:focus {
	background-color: #A4c76f;
	border-color: #8BA85E;
}