﻿:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
}
body {
	font-family: "PT Sans", sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #242021;
}
#wrapper {
	max-width: 893px;
	margin: 0.75rem auto;
	padding: 0;
	border: solid thin #242021;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	height: 2523px;
	background: url(bg.jpg) no-repeat;
	background-size: 100% 100%;
}
header {
	margin: 0;
	padding: 40px 16px 0 50px;
	color: #F2ECEA;
}

header p {
	text-align: center;
}

article {
	margin: 0;
	padding: 0 35px 325px 150px;
}

article section strong {
	color: #D9FD53;
}

footer {
	margin: 0;
	padding: 0;
	font-style: italic;
	text-align: center;
}
footer a {
	color: #F2ECEA;
	font-size: 41px;
}
section {
	margin: 0 0 50px;
	padding: 0 22px 0 22px;
	color: #F2ECEA;
	line-height: 23px;
}
aside {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 111px;
	margin: 100px 0 82px;
	line-height: 64px;
	font-style: italic;
	color: #E6FD53;
}
h1 span {
	font-size: 36px;
	line-height: 1;
	display: block;
	color: #F2ECEA;
	margin-left: 130px;
}
h2 {
	font-size: 37px;
	margin: 20px 0 10px;
	line-height: 1;
	color: #1C302A;
	font-style: italic;
}
h3 {
	font-size: 22px;
	margin: 16px 0;
	line-height: 26px;
}
img {
	max-width: 100%;
}
p {
	margin-bottom: 25px;
}
p:last-child {
	margin-bottom: 0;
}
a {
	color: rgb(120,160,140);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
ul {
	margin: 0 0 25px 25px;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 18px;
	margin-bottom: 1px;
}
li:before {
	text-indent: -18px;
	content: "\2022";
	color: #242021;
	float: left;
	margin-left: 0;
	font-size: 19px;
	margin-top: 0;
}
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}
@media screen and (max-width: 891px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		hyphens: auto;
		background: #F2EDEA;
		height: auto;
	}
	
	header {
		background: url(bg-top.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 16px;
	}

	section {
		background: #1C2F29;
		padding: 16px;
		margin: 0 -16px 16px;
	}

	h1 {
		font-size: 90px;
		text-align: center;
		margin: 50px 0;
	}

	h1 span {
		margin-left: 0;
	}

	article {
		padding: 0 16px 16px;
	}

	footer {
		background: url(bg-bottom.jpg) no-repeat;
		padding: 100px 16px 16px;
	}

	p span {
		white-space: nowrap;
	}
}

@media screen and (max-width: 715px) {
	h1 {
		font-size: 63px;
		line-height: 1;
	}

	h2 {
		font-size: 30px;
	}
}	

@media screen and (max-width: 475px) {
	h1 {
		font-size: 54px;
		line-height: 1;
	}
}