@font-face {
    font-family: 'the_group_head_prolight';
    src: url('../fonts/thegroupheadpro-light-webfont.woff2') format('woff2'),
         url('../fonts/thegroupheadpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_group_text_probold';
    src: url('../fonts/thegrouptextpro-bold-webfont.woff2') format('woff2'),
         url('../fonts/thegrouptextpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_group_text_promedium';
    src: url('../fonts/thegrouptextpro-medium-webfont.woff2') format('woff2'),
         url('../fonts/thegrouptextpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'the_group_text_proregular';
    src: url('../fonts/thegrouptextpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/thegrouptextpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, input, select, button {
    font-family: 'the_group_head_prolight';
}

.main {
    background: #012734;
    color: #fff;
}

.home .main {
    background: url(../img/drive-it-up-bg.jpg) center right no-repeat #012734;
    background-size: 50% auto;
    background-attachment: fixed;
    color: #fff;
}

.spin-wheel-page .main {
    background: url(../img/bg.png) center right no-repeat #012734;
    background-size: 50% auto;
    background-attachment: fixed;
    color: #fff;
}

.header .logos {
    margin-top: -20px;
}

.footer img {
    display: none !important;
}

.header-border {
    display: none !important;
}

.main {
    border-top: 10px solid #c3fe06;
    border-bottom: 10px solid #c3fe06;
}

.main .content h1, .main .content h2, .main .content h3, .main .content h4 {
    font-family: 'the_group_text_probold';
    text-transform: uppercase;
    color: #C2FE06;
}

.main .content .subheading {
    font-family: 'the_group_head_prolight';
    color: #fff;
}

.main .content h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 72px;
}

.main .content h1 span {
    text-transform: uppercase;
}

.main .content {
    min-height: 200px;
}

.main .content.invoice-submit h1 {
    font-size: 120px;
}

.main .content.invoice-submit h1 span {
    font-size: 40px;
    font-family: 'the_group_head_prolight';
    text-transform: lowercase;
}

form .checkboxes .checkbox_container {
    text-align: left;
}

form .checkboxes .checkbox_container, form .checkboxes .checkbox_container a {
    color: #fff;
}

.main .content .btn {
    background-color: #c3fe06;
    color: #012734;
}

form .invoice-number .remove-field {
    display: block;
}

.main .content p {
    padding-right: 0;
}

form .checkboxes .checkbox_container .checkmark {
    width: 28px;
    height: 28px;
}

form .checkboxes .checkbox_container:hover input~.checkmark {
    background-color: #beced3;
}

.spin-wheel-page .main .content h1 {
    text-transform: uppercase;
    font-size: 100px;
}

.spin-wheel-page .main .content h1 span {
    font-size: 40px;
    font-family: 'the_group_head_prolight';
    text-transform: lowercase;
}

.spin-wheel-page .main .content .subheading {
    font-size: 25px;
}

.popup__box__content {
    font-family: 'the_group_head_prolight';
}

.popup__box__content .content .heading {
    font-family: 'the_group_text_probold';
}

.popup__box__content .content .btn {
    background-color: #c3fe06;
    color: #012734;
}

.spin-wheel-page .main .spin-container .spin-arrow img {
    filter: brightness(1) !important;
}

@media screen and (min-width: 1400px) {
    .main .content h1 {
        font-size: 80px;
    }
    
    .main .content .subheading {
        font-size: 32px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 940px) {
    .spin-wheel-page .main .content .subheading {
        max-width: none;
    }
}

@media screen and (max-width: 760px) {
    .home .main {
        background-size: 500px auto;
        background-position: top center;
        background-position-y: -150px;
        padding-top: 300px;
    }
    
    .main .content {
        text-align: center;
        max-width: none;
    }
    
    .main .content h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 500px) {
    .home .main {
        background-size: 400px auto;
        background-position: top center;
        background-position-y: -100px;
        padding-top: 250px;
    }
}