@font-face {
    font-family: 'National 2';
    src: url('../fonts/national-2-web-regular.eot');
    src: url('../fonts/national-2-web-regular.eot?iefix') format('embedded-opentype'),
    url('../fonts/national-2-web-regular.woff2') format('woff2'),
    url('../fonts/national-2-web-regular.woff') format('woff'),
    url('../fonts/national-2-web-regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National 2 Bold';
    src: url('../fonts/national-2-web-bold.eot');
    src: url('../fonts/national-2-web-bold.eot?iefix') format('embedded-opentype'),
    url('../fonts/national-2-web-bold.woff2') format('woff2'),
    url('../fonts/national-2-web-bold.woff') format('woff'),
    url('../fonts/national-2-web-bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National 2 Condensed';
    src: url('../fonts/national-2-condensed-web-regular.eot');
    src: url('../fonts/national-2-condensed-web-regular.eot?iefix') format('embedded-opentype'),
    url('../fonts/national-2-condensed-web-regular.woff2') format('woff2'),
    url('../fonts/national-2-condensed-web-regular.woff') format('woff'),
    url('../fonts/national-2-condensed-web-regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National 2 Condensed Bold';
    src: url('../fonts/national-2-condensed-web-bold.eot');
    src: url('../fonts/national-2-condensed-web-bold.eot?iefix') format('embedded-opentype'),
    url('../fonts/national-2-condensed-web-bold.woff2') format('woff2'),
    url('../fonts/national-2-condensed-web-bold.woff') format('woff'),
    url('../fonts/national-2-condensed-web-bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.background {
    background: url('../images/background/background.png') no-repeat fixed center center;
    background-size: cover;
}

.modal-body-container {
    height: 100dvh;
    width: 100dvw;
}

.modal-content {
    height: 100dvh;
}

.modal-dialog {
    margin: unset;
    max-width: unset;
}

body {
    font-family: 'National 2 Condensed', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    background: url('../images/background/background.png') no-repeat fixed center center;
    background-size: cover;
}

.body-container {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    min-height: 100dvh;
    max-height: 100dvh;
    row-gap: 1rem;
}

.modal-body-container {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 2rem;
}

.header-container {
    display: grid;
    row-gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-header-container {
    display: grid;
    row-gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal-header-container img {
    align-self: end;
}

.main-container {
    display: grid;
    row-gap: 1rem;
    margin: auto;
    text-align: center;
}

.modal-main-container {
    margin: auto;
    text-align: center;
}

.footer-container {
    display: grid;
    text-align: center;
}

.modal-footer-container {
    display: grid;
    text-align: center;
}

.header-container img {
    width: 35dvw;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-container img {
    width: 10dvw;
    max-width: 100%;
    max-height: 100%;
    align-self: end;
    margin-left: auto;
    margin-right: auto;
}

.modal-footer-container img {
    align-self: end;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 10dvw;
}

.h1, h1 {
    font-family: 'National 2 Condensed', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin: unset;
}

.h2, h2 {
    font-family: 'National 2 Condensed Bold', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin: unset;
}

.h5, h5 {
    font-family: 'National 2 Condensed Bold', sans-serif;
    font-size: 5dvh;
    color: #fff;
    margin: unset;
}

form {
    width: 30dvw;
}

.form-container {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1rem;
}

.text-danger {
    color: #DC3545 !important;
}

.btn.btn-main, .btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
    color: #fff;
    background: #E4002B;
    font-family: 'National 2 Condensed Bold', sans-serif;
    font-size: 2rem;
    border-radius: 0;
}

.btn.btn-outline, .btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus {
    color: #000;
    background: #fff;
}

#terms_link {
    font-family: 'National 2 Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    text-transform: unset;
}

.to-top {
    z-index: 999;
}

.holding-img {
    max-height: 100vh;
    max-width: 100%;
}

.bg-medium-gray {
    background-color: #cdc6be;
}

input.form-control::placeholder {
    color: #fff;
}

input.form-control, input.form-control:hover, input.form-control:active, input.form-control:focus {
    font-family: 'National 2 Condensed Bold', sans-serif;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.2) ;
    border: 0.4rem solid #FFFFFF;
    padding: 0.8rem 0.8rem 0.8rem 1rem;
    color: #fff;
}

.placeholder-asterisk {
    top: 20%;
    left: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    text-transform: uppercase;
}

.select2-container .select2-selection--single {
    height: 5rem;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: 'National 2 Condensed Bold', sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4.5rem;
    color: #707070;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 5rem;
    right: 1rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    text-transform: uppercase;
}

input, .select2-container--default .select2-selection--single {
    padding-left: 1rem;
    text-align: left;
    border: 0.4rem solid #FFFFFF;
}

.select2-container--default .select2-results > .select2-results__options {
    background-color: rgba(0, 0, 0, 0.4);
    font-family: 'National 2 Condensed Bold', sans-serif;
    color: black;
    text-transform: uppercase;
}

.select2-results__option {
    border-bottom: 0.2rem solid #eee;
}

/*Tables landscape*/
@media only screen and (max-width: 1200px) and (orientation:landscape) {

}

/*small laptop*/
@media only screen and (max-width: 1200px) {

}


/* small tablets and mobile */
@media only screen and (max-width: 991px) and (orientation: portrait) {

    .background {
        background: url('../images/background/mobile/background.png') no-repeat fixed center center;
        background-size: cover;
    }

    body {
        font-size: 2dvh;
    }

    .header-container {
        display: grid;
        row-gap: 0.5rem;
    }

    .footer-container img {
        width: 20dvw;
    }

    form {
        width: 80dvw;
    }

    .header-container img {
        align-self: end;
        width: 85dvw;
    }

    .modal-header-container img {
        width: 80dvw;
    }

    .modal-footer-container img {
        width: 30dvw;
    }

    input.form-control, input.form-control:hover, input.form-control:active, input.form-control:focus {
        font-size: 2dvh;
        border: 0.2rem solid #fff;
    }

    input, .select2-container--default .select2-selection--single {
        border: 0.2rem solid #FFFFFF;
    }

    .select2-container .select2-selection--single {
        height: 6.5dvh;
        background-color: rgba(0, 0, 0, 0.2);
        font-family: 'National 2 Condensed Bold', sans-serif;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 6dvh;
        right: 1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 6dvh;
        color: #fff;
    }

    .btn.btn-main, .btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
        font-size: 2.5dvh;
    }


}

/*phone landscape*/
@media screen and (max-width: 991px) and (orientation: landscape) {

    .modal-body-container {
        overflow: scroll;
    }

    body {
        background-image: url('../images/background/background.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }

    form {
        width: 40dvw;
    }

    .modal-header-container img{
        width: 35dvw;
    }

    .modal-main-container h1 {
        font-size: 1rem;
    }

    .modal-main-container h2 {
        font-size: 1rem;
    }

    .header-container img {
        width: 50dvw;
    }

    .modal-footer-container img {
        width: 12dvw;
    }

    input.form-control, input.form-control:hover, input.form-control:active, input.form-control:focus {
        font-size: 4.5dvh;
        border: 0.2rem solid #fff;
    }

    input, .select2-container--default .select2-selection--single {
        border: 0.2rem solid #FFFFFF;
    }

    .select2-container .select2-selection--single {
        height: 3.5rem;
        background-color: rgba(0, 0, 0, 0.2);
        font-family: 'National 2 Condensed Bold', sans-serif;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 3rem;
        right: 1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3rem;
        color: #fff;
    }

    .btn.btn-main, .btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
        font-size: 1.5rem;
    }


}

/*tablets portrait*/
@media screen and (max-width: 991px) and (min-height: 950px) {

    body {
        background-image: url('../images/background/mobile/background.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

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

    .modal-header-container img {
        width: 85dvw;
        margin-top: 12dvh;
    }

    .modal-footer-container img{
        width: 25dvw;
    }

    .header-container img {
        width: 85dvw;
        margin-top: 12dvh;
    }

    .footer-container img {
        width: 25dvw;
    }

    body {
        background-image: url('../images/background/mobile/background.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }

    .h1, h1 {
        font-size: 1.5rem;
    }

    .h2, h2 {
        font-size: 1.3rem;
    }



    form {
        width: 80dvw;
    }

    #terms_link {
        font-size: 1rem;
    }

}

@media only screen and (max-width: 480px) and (max-height: 720px) {

    body {
        background-image: url('../images/background/mobile/background.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }


}

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

    body {
        background-image: url('../images/background/mobile/background.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }

}

/*small short*/
@media only screen and (max-width: 400px) and (max-height: 550px) {

    body {
        background-image: url('../images/background/mobile/background.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }


}


