﻿/*Styles for response modal*/
.modal-header-confirm {
    border-bottom: none !important;
    padding: 1rem 0rem 0rem 0rem !important;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
    color: #0066B1;
}

.modal-confirm p {
    word-break: break-word;
    font-family: TypeNextCondensedProLight;
    font-size: 1.2rem;
}

.popup_forms textarea {
    resize: none;
}

.popup_forms .form-check-label {
    display: inline !important;
}

.modal-body::-webkit-scrollbar {
    width: 0.3em !important;
}

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #0066B1 !important;
    outline: 1px solid #0066B1 !important;
}

.modal_titles h3 {
    text-align: center;
    color: #0066B1 !important;
}

.popup-forms-fields {
    padding: 0rem 2rem;
}


/*Banner for all pages*/
.page-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner-content h1 {
    color: white !important;
    text-transform: uppercase;
    font-family: "BMWTypeNextCondensedProTT-Light", sans-serif;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 900 !important;
}

.banner-pages {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*Styles for phones*/
@media (max-width: 481px) {

    .banner-pages {
        margin-top: 0rem;
    }

    .page-banner {
        min-height: 15rem;
        padding: 7rem 1rem 2rem 1rem !important;
    }

    .page-banner-content h1 {
        font-size: 2.5rem;
    }

    .container-button {
        margin: 0.5rem 0rem !important;
    }
}

/*Styles for tablets*/
@media (min-width: 482px) and (max-width: 980px) {
    .banner-pages {
        margin-top: 0rem;
    }

    .page-banner {
        min-height: 25rem;
        padding: 18rem 1rem 2rem 1rem !important;
    }

    .page-banner-content h1 {
        font-size: 3rem;
    }
}

/*Styles for laptops*/
@media (min-width:961px) {
    .page-banner {
        min-height: 30rem;
        padding: 18rem 1rem 2rem 5rem !important;
    }

    .page-banner-content h1 {
        font-size: 5rem;
    }
}