/*This css file contains custom css for this website, */
/*this is generally client-style specific*/

.ar-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}

.ar-banner {
    /* Original image size 1366 x 460 */
    /* 683:230 */
    padding-top: 33.67%;
}

.trbl {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.rbl {
    right: 0;
    bottom: 0;
    left: 0;
}

.nav-active-line {
    width: calc(100% - 1rem);
    height: 3px;
    border-radius: 2px;
    background: white;
    opacity: 1;
    position: absolute;
}
.nav-link {
    position: relative;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}





.rollover-wrapper {

}

.rollover-shade {
    /*background-color: rgba(0, 0, 0, 0.50);*/
    opacity: 0;
    transition: .5s;
}

.rollover-wrapper:hover .rollover-shade {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.65);
}
.team-div-line {
    width: 15%;
    height: 2px;
    border-radius: 2px;
    background: white;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0.3rem;
    outline: 0;
}

@media (max-width: 768px) {
    .absolute-top {
        background-color: rgba(0,0,0,.9) !important;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        padding-left:64px;
    }
    .mx-auto-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

.dropdown-toggle::after {
    display: none;
}


a.cc-btn.cc-dismiss {
    text-transform: uppercase;
    padding:.75rem;
    font-size:1.5rem;
}

.mb-banner {
    margin-bottom: 3rem;
}
