*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-style: normal;
    outline: 0;
    background-color: transparent
}

html, body {
    overflow: hidden;
}

.aGrid {
    position: absolute;
    left: 50%;
    width: 1300px;
    transform: translateX(-50%)
}

.grid {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

header {
    top: 120px
}

header a {
    float: right;
    font-family: 'Barlow', sans-serif;
    font-weight: 100;
    font-size: 31px;
    color: #fff
}

header a img {
    margin-right: 10px
}

section > div {
    width: 100%;
    height: 100vh;
    padding-top: 30vh;
    background-image: url(../img/zemin.png);
    background-position: center bottom;
    background-size: contain;
    background-blend-mode: multiply;
}

section > div > div h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 52px;
    color: #fff;
    text-shadow: 1px 8px 27px rgba(0, 0, 0, .2)
}

section > div > div h2 {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 8px 27px rgba(0, 0, 0, .2)
}

footer {
    bottom: 50px;
    text-align: center
}

footer div {
    display: inline-block;
    width: 350px;
    padding-bottom: 29px;
    border-bottom: 1px solid #fff;
    margin-bottom: 29px
}

footer div a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 14px
}

footer > a {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px
}
