@font-face {
    font-family: Arkhip;
    src: url('Arkhip_font.ttf');
}

body {
    background: black;
}

.hero-header {
    font-family: Arkhip;
}

.background-layer {
    position: absolute;
    z-index: 100;
    height: 100vh;
    width: 100%;
    background: black;
    overflow: hidden;
}

.background-layer iframe {
    border:0;
    width:100%;
    height:120vh;
    margin-top:-10vh;
    display: block;
}

.background-layer .drop-layer {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.3);
}

.page {
    position: absolute;
    z-index: 200;
    color: white;
    max-width: 90%;
    margin: 0 auto;
    left:5%;
    bottom:80px;
}

.logo {
    width: 150px;
    position: absolute;
    z-index: 300;
    top: 50px;
    left: 5%;
}

.hero-header {
    font-size: 12vw;
    padding: 0;
    margin: 0;
}

.hero-text {
    font-size: 1.2vw;
    padding: 0;
    margin: 0;
    font-weight: 100;
}

.contact-box {
    font-weight: 300;
}

.contact-box span {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}

.contact-box a.link {
    text-decoration: underline;
}

.contact-box a {
    color: white;
}

.contact-box a:hover {
    text-decoration: none;
}

.contact-box a i {
    font-size: 25px;
    margin-right: 16px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {

    .logo {
        width: 160px;
        position: relative;
        z-index: 300;
        top: 30px;
        left: 50%;
        margin-left: -80px;
    }

    .page {
        text-align: center;
        position: relative;
        max-width: auto;
        left: inherit;
        bottom: inherit;
        margin-top: 60px;
    }

    .hero-header {
        font-size: 12vw;
        padding: 0;
        margin: 0;
        margin-bottom: 50px;
    }

    .hero-text {
        display: none;
    }

    .contact-box {
        margin-bottom: 40px;
    }



    .background-layer iframe {
        border:0;
        display: block;
        width: 2000px;
        margin-left: -450px;
        left: 50%;

    }

    .contact-box a i {

        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }
}
