html, body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.2;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}

.wrapper {
	max-width: 940px;
	margin: 0 auto;
	/*padding: 0 20px;*/
}

.editable-content p {
	padding: 0 20px;
	line-height: 1.5;
}

.editable-content h1 {
	position: relative;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.editable-content h1::before {
	content: '';
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -4px;
	height: 1px;
	border-top: 1px solid #ffd95f;
	border-bottom: 1px solid #ffd95f;
}

.editable-content h1::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 225px;
	margin-left: -112px;
	background: #fff;
}

.editable-content h2,
.editable-content h3,
.editable-content h4,
.editable-content h5 {
	padding: 0;
	margin: 10px 0;
}

.logo-holder {
	/*display: inline-block;*/
	padding: 10px 15px;
	background: #1f1f21;
	/*margin-top: 20px;*/
}

.logo-holder img {
	display: block;
	width: 300px;
	margin: 0 auto;
}

.nav {
	position: relative;
	width: 320px;
	margin: 0 auto;
	text-align: center;
	margin-top: 5px;
}

.nav::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	border-top: 1px solid #c6a444;
	border-bottom: 1px solid #c6a444;
	/*background: #ffd95f;*/
}

.nav a {
	display: inline-block;
	padding: 4px 6px;
	margin: 0 5px;
	position: relative;
	z-index: 2;
	color: #ffd95f;
	background: #1f1f21;
	border: 1px solid #ffd95f;
	text-decoration: none;
}

.nav a:hover, .nav a:active {
	text-decoration: none;
	color: #1f1f21;
	background: #ffd95f;
}

.image {
	position: relative;
	background: url('./image_2.jpg') #999;
	height: 250px;
	background-position: 50% 10%;
	background-repeat: none;
	background-size: cover;
}

.image .text {
	position: absolute;
	top: 15px;
	left: 15px;
	margin-right: 15px;
	font-size: 25px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
}

@media only screen and (min-width: 700px) {
	.logo-holder img {
		width: 400px;
	}

	.image {
		height: 300px;
	}

	.image .text {
		font-size: 35px;
		top: 30px;
		left: 30px;
		margin-right: 30px;
	}
}

@media only screen and (min-width: 800px) {
	html, body {
		font-size: 20px
	}

	.logo-holder img {
		width: 500px;
	}

	.image {
		height: 400px;
	}

	.image .text {
		font-size: 40px;
	}
}

@media only screen and (min-width: 940px) {
	.image {
		margin: 10px 0;
	}
}