.hero {
	background: #888;
	padding: 20px;
	border-radius: 10px;
	margin-top: 1em;
	background-image:url('../img/index.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 200px;
}

.hero h1 {
	margin-top: 0;
	margin-bottom: 0.3em;
	color: #fff;
	text-shadow: 2px 2px 5px #000000;
	font-size: 60pt;
	font-weight: normal;
	text-align: center;
}

.c4 {
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.c4 h3 {
	margin-top: 1em;
	text-align: center;
	font-size: 12pt;
}

#footer {
	margin-top: 3em;	
	font-size: 8pt;
	color: #999;
}

#footer div {
	margin-bottom: 1pt;
}

h2 {
	font-size: 20pt;
}

.thumbnail {
	display: inline-block;
	height: 95px;
}

.thumbnail-image {
	max-width: 156px;
	max-height: 85px;
}

a {
	color :#2a6496
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.hero h1 {
		font-size: 40pt;
	}
}
	
@media (max-width: 500px) {
	.nav {
		height: auto;
	}

	.nav a {
		display: inline;
		padding-right: 1em;
	}

	.nav a.current {
		display: block;
		width: 100%;
	}

	.nav div:before {
		content: none;
	}

	.hero h1 {
		font-size: 32pt;
	}
}