body {
	margin: 0;
	padding: 0;
	background-color: #140b0c;
	color: #eee;
	font-family: 'Barlow Condensed', serif;
}

.hero {
	height: 300px;
	background-image: url(bg.jpg);
	background-position: 50% 100%;
	background-size: cover;
	border-bottom: solid 10px #aca060;
	padding: 12px;
}

.hero-content {
	position: relative;
	height: 300px;
}

h1 {
	max-width: 992px;
	margin: auto;
	position: absolute;
 	bottom: 20px; 
/* 	top: 60px; */
	font-family: 'Permanent Marker', serif;
/* 	color: #aca060; */
}

.content {
	
	max-width: 992px;
	margin: auto;
	padding: 12px;
}

h2 {
	font-family: 'Permanent Marker', serif;
	border-bottom: solid 4px #aca060;
	display: block;
}

@media only screen and (max-width: 530px) {
	.hero {
		height: 200px;
	}

	.hero-content {
		height: 200px;
	}
	
	h1 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 410px) {
	h1 {
		top: 60px;
		
	}
}
