@font-face {
	font-family: 'museo_slab300';
	src: url('../fonts/museo_slab_300-webfont_0-webfont.eot');
	src: url('../fonts/museo_slab_300-webfont_0-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/museo_slab_300-webfont_0-webfont.woff2') format('woff2'),  url('../fonts/museo_slab_300-webfont_0-webfont.woff') format('woff'),  url('../fonts/museo_slab_300-webfont_0-webfont.ttf') format('truetype'),  url('../fonts/museo_slab_300-webfont_0-webfont.svg#museo_slab300') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html {
	margin:0 auto;
	padding:0;
	font-family:'museo_slab300', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	min-height:100%;
	height:100%;
	transition: all 0.35s ease 0s;
	background-image:url(../images/main-bg-rep.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:cover;
}
.MainWrapper {
	min-height:100%;
	background-image:url(../images/main-bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.LogoWrapper {
	margin-top:150px;
	margin-bottom:45px;
	font-size:56px;
	font-weight:400;
	color:#000000;
	border:2px solid #000;
	display:block;
	text-align:center;
	padding:40px 20px;
	text-transform:uppercase;
	font-family: 'Arapey', Arial, Helvetica, sans-serif;
	letter-spacing:10px;
}
.ContentWrapper {
	font-size:24px;
	color:#000000;
	font-family:'museo_slab300', Arial, Helvetica, sans-serif;
	margin-bottom:40px;
}
a.ContentLink, a.ContentLink:hover, a.ContentLink:focus {
	color:#6f6c48;
	text-decoration:underline;
	font-family:'museo_slab300', Arial, Helvetica, sans-serif;
}
 @media(max-width:768px) {
body, html {
	height:auto !important;
}
.MainWrapper {
	height:auto !important;
}
.LogoWrapper {
	margin-top:50px;
}
}
