@font-face {
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Medium'), url('fonts/brandon-grotesque-medium-587bd623e472a.woff') format('woff');
}


@font-face {
    font-family: 'Brandon Grotesque Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Thin'), url('fonts/brandon-grotesque-thin-587bd5b76cfba.woff') format('woff');
}


@font-face {
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Brandon Grotesque Bold'), url('fonts/brandon-grotesque-bold-587bd6400afd0.woff') format('woff');
}

* {
    font-family: 'Brandon Grotesque Medium', sans-serif;
}

a:hover {
    text-decoration: none;
}

#main {
    /*background-image: url("img/background-full.jpg");*/
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
    position: relative;
    display: table;
    padding: 20px;
}

.content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.small-text, .large-text {
    line-height: 1.5;
}

.small-text {
    margin-top: 17px;
    font-size: 50px;
    letter-spacing: 4px;
}

.large-text {
    font-size: 120px;
    letter-spacing: 9px;
    line-height: 1;
    font-family: 'Brandon Grotesque Bold';
}

.cta-button {
    background-color: #000000;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 58px auto 0;
    width: 720px;
}

.cta-button span {
    font-size: 50px;
    letter-spacing: 4px;
}

.cta-button span a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
}

#footer, #mobile-footer {
    font-family: 'Brandon Grotesque Thin';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, .4);
}

#footer ul, #mobile-footer ul {
    list-style: none;
}

#mobile-footer {
    display: none;
}

.logo {
    position: relative;
}

.logo img {
    width: 200px;
    clear: both;
}

.form-wrapper {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.subtitle {
    font-size: 20px;
}

.g-recaptcha {
    float: right;
}

.success-message {
    margin: 20px 0;
    /*color: #35ab7c;*/
    color: #3574ab;
}

#submit {
    width: 150px;
}

.clients {
    margin: 30px auto;
    border: 1px solid black;
    border-left: 0;
    border-right: 0;
}

.client-thumb {
    margin: 20px 0;
}

.client-thumb .image-link {
    display: block;
    height: 175px;
}

.client-thumb h3 a {
    color: #212529;
}

.client-thumb img {
    max-width: 100%;
}

@media (max-width: 1465px) {
    .small-text {
    }

    .large-text {
        font-size: 70px;
    }

    .cta-button {
        width: 590px;
    }

    .cta-button span {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    #main {
        /*background-image: url("img/background-med.jpg");*/
    }

    #footer {
        display: none;
    }

    #mobile-footer {
        position: relative;
        display: block;
    }

    #mobile-footer ul {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .cta-button {
        width: 100%;
    }

    .logo {
    }
}

@media (max-width: 540px) {
    #main {
        /*background-image: url("img/background-small.jpg");*/
    }

    .small-text {
        font-size: 30px;
    }

    .large-text {
        font-size: 45px;
    }

    .logo {
    }
}

@media (max-width: 390px) {
    #main {
        /*background-image: url("img/background-small.jpg");*/
    }

    .small-text {
        font-size: 20px;
    }

    .large-text {
        font-size: 30px;
    }

    .cta-button span {
        font-size: 30px;
    }


}