@import url("fonts.css") all;

* {
    margin: 0px;
    padding: 0px;
}

html,
body,
section {
    height: 100%;
    min-height: 570px;
}

html {
    font-size: 10px;
}

body {
    font-family: "Museo_Cyrl-500", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    min-width: 90rem;
}

a {
    text-decoration: none;
}

h1 {
    padding: 3rem;
    margin-bottom: 3rem;
	font-size: 3rem;
    font-weight: normal;
    border-bottom: solid 1px #5a5f63;
}

.wrapper {
    position: relative;
    text-align: center;
	background-color: #182127;
	color: #fff;
    overflow: hidden;
}

.wrapper img {
    margin: auto;
	background-color: #182127;
    max-width: 975px;
    width: 100%;
	height: auto;
}

.content {
    position: absolute;
    top: 35rem;
    left: 0;
    right: 0;
    margin: auto;
	font-size: 1.6rem;
 }

.content a {
	text-decoration: none;
	color: #d28705;
}

.content a:hover {
	text-decoration: underline;
}