body {
    color: #666;
    font-family: "myriad-pro", sans-serif !important;
    position: relative;
    display: flex;

    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;

    img {
        vertical-align: middle;
    }
}

strong {
    font-weight: 700;
}

.block {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    font-size: 20px;
    line-height: 1;

    padding: 30px 0;
    &:last-child {
        padding-bottom: 50px;
    }
    @media only screen and (min-width: 1350px) {
        padding: 27px 0;
    }
    @media (min-width: 981px) {
        padding: 2% 0;
    }
}

.wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.logo {
    text-align: center;
    img {
        max-width: 100%;
    }
}
.logo__img {
    width: 35%;
    margin: 25px auto 50px;

    display: inline-block;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    @media only screen and (max-width: 767px) {
        margin-top: 25px;
        margin-bottom: 50px;
        width: 70%;
    }

}
.logo__text {
    width: 50%;
    margin: -50px auto 2.75%;
    @media only screen and (max-width: 767px) {
        width: 75%;
        margin-bottom: 30px;
    }
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    background-color: #000;
    overflow: hidden;
    video {
        position: absolute;
    }
}

.row {
    padding: 0 5%;
    display: flex;
    font-size: 36px;
    text-align: center;
    font-family: "ivymode", sans-serif;
    font-weight: 500;
    color: #B56A4C;
    margin-bottom: 30px;
    @media only screen and (max-width: 980px) {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .col {
        width: 47.25%;
        &:first-child {
            margin-right: 5.5%;
            @media (max-width: 980px) {
                margin-right: 0;
                margin-bottom: 40px;
            }
        }
        &:last-child {
            span {
                @media (max-width: 980px) {
                    margin-bottom: -20px;
                    display: block;
                }
            }
        }
        @media (max-width: 980px) {
            width: 100%;

        }
    }
    .font-s {
        padding: 10px 0 1em;
        font-family: "myriad-pro", sans-serif;
        @media (max-width: 980px) {
            padding: 30px 0 20px;
        }
    }
}

.white-text {
    color: #fff;
}

h4 {
    color: #fff;
    text-align: center;
    font-family: "ivymode", sans-serif;
    font-weight: 100;
    padding-bottom: 10px;
    margin: 0;
}


.info {
    text-align: center;
}

.info__top, .info__footer, .small-text {
    font-size: 1em;
}

.info__top {
    padding-bottom: 30px;
    font-weight: 100;
    color: #fff;
}

.info__main {
    font-size: 36px;
    font-family: "ivymode", sans-serif;
    color: #B56A4C;
    margin-bottom: 2.75%;
    padding-bottom: 10px;
    .tablet-row {
        @media only screen and (max-width: 980px) {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            span {
                 margin-left: .5rem;
            }
        }
        @media only screen and (max-width: 610px) {
            flex-direction: column;
        }
    }
}

.info__img {
    width: 30%;
    margin: 3% auto 0;
    @media only screen and (max-width: 980px) {
        width: 50%;
    }
    @media only screen and (max-width: 767px) {
        width: 59.5%;
    }
    img {
        max-width: 100%;
    }
}

.font-l {
    font-size: 81px;
}

.font-m {
    font-size: 36px;
}

.font-s {
    font-size: 20px;
    font-weight: 100;
}

.links {
    display: flex;
    justify-content: space-between;
    @media only screen and (max-width: 980px) {
        flex-wrap: wrap;
    }
}

.links__wrapper {
    @media only screen and (max-width: 980px) {
        display: flex;
        justify-content: center;
        width: 50%;
    }
    @media only screen and (max-width: 479px) {
        width: 100%;
    }
}

.links__item {
    display: block;
    font-family: 'IvyMode', sans-serif;
    padding: 7px 1em;
    width: 175px;
    box-sizing: border-box;
    color: #FFFFFF;
    border: 1px solid;
    border-radius: 3px;
    font-size: 22px;
    line-height: 1.7em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #b56a4c;
    transition: all 300ms ease 0ms;
    &:hover {
        color: #000000;
        border-color: #000000;
        background-image: initial;
        background-color: #b54926;
    }
    @media only screen and (max-width: 980px) {
        margin-bottom: 30px;
    }
}
