﻿
/*===================================
    MAIN
  ===================================
*/

a {
    color: #e3ce3b !important;
}

.modal-xl {
    max-width: 1000px;
}

.fullscreenDiv {
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.coming-soon-box {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    left: 40%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px;
}

.coming-soon-img {
    height: 300px;
    padding-left: 150px;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.plr-15 {
    padding: 0px 15px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fs-16 {
    font-size: 16px !important
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-65 {
    font-size: 65px;
}

.page-subtitle {
    font-size: 22px;
}

.page-title {
    font-size: 65px;
}

.page-section-title {
    font-size: 50px;
}

.page-description {
    font-size: 18px;
}

.base-landing {
    background-color: black;
    height: auto;
}

.base-container-pad {
    padding: 0px 20px;
}

.full-screen {
    height: 100vh;
}

.height-auto {
    height: auto;
}

.bg-bigham-grey {
    background-color: rgba(128, 128, 128, 0.7) !important;
}

.bg-bigham-black {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.navbar-item > a {
    color: #7b8282 !important;
    font-size: 17px !important;
    font-weight: 700;
}

.navbar-item > span > a {
    color: #7b8282 !important;
    font-size: 17px !important;
    font-weight: 700;
}

.dropdown-menu {
    background-color: black;
    background-clip: padding-box;
    border: 1px solid white;
    left: 15px !important;
}

.dropdown-item {
    color: #7b8282 !important;
    font-size: 17px !important;
    font-weight: 700;
}

    .dropdown-item:hover {
        background-color: black;
    }

.logo-caption {
    font-size: 8px;
}

.logo-first-letter {
    font-size: 43px;
    font-weight: 800;
}

.hero-content {
    padding-left: 300px;
}

/* ==============================
    Dividers
   ==============================
*/

.homepage-divider {
    background-color: white;
    padding: 4px 0px;
}

.marble-divider {
    background-color: black;
    background-image: url(../img/backgrounds/marble2.png);
    background-position: center;
    background-size: cover;
    padding: 20px 0px;
}

.black-divider {
    background-color: black;
    padding: 150px 0px 100px 0px;
}

.fit-screen {
    height: 100vh;
}

.fit-screen-85 {
    height: 85vh;
}

.fit-screen-border {
    height: 94vh;
}

.header-title {
    font-family: 'Times New Roman', Times, serif !important;
    font-weight: 100;
}

.gold {
    color: #e3ce3b;
}

.grey {
    color: #343a40;
}

.black {
    color: black !important;
}

.bg-grey {
    background-color: #343a40;
}

.bg-black {
    background-color: black !important;
}

.btn-gold {
    background-color: #e3ce3b;
    color: white;
}

.bigham-nav {
    background-color: #343a40;
    color: #e3ce3b;
}

    .bigham-nav > li a {
        color: #e3ce3b;
    }

.title-first-letter {
    font-size: 100px;
    font-weight: 500;
}

.title-large-first-letter {
    font-size: 85px;
    font-weight: 500;
}

.btn-main {
    border-color: white;
    color: white;
    background-color: rgba(85,85,85,0.5);
}

    .btn-main:hover {
        border-color: #e3ce3b;
        color: #e3ce3b;
        background-color: rgba(85,85,85,0.5);
    }

.btn-covid {
    border-color: white;
    color: white;
    background-color: rgba(85,85,85,0.5);
}

    .btn-covid:hover {
        border-color: #e3ce3b;
        color: #e3ce3b;
        background-color: rgba(85,85,85,0.5);
    }

.footer {
    color: white;
    padding: 30px 0px;
}

.header-desc {
    font-size: 20px !important;
}

.hero-bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: black !important;
    background-size: initial !important;
    width: auto;
}

.logo {
    height: 40px;
    width: 40px;
}

.site-divider {
    background-color: white;
    padding: 5px 0px;
}

/*===================================
    CONTACT FORM
  ===================================
*/

.contact-form-textbox {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 5px 0 20px;
    margin-bottom: 20px;
}

.contact-form-messagebox {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 5px 0 20px;
    margin-bottom: 20px;
}

::placeholder {
    color: white !important;
}

/*===================================
    LOGIN
  ===================================
*/
.login-center {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.bg-black {
    background-color: black !important;
}

/*===================================
    COVID PAGE
  ===================================
*/

.covid-desc {
    color: white;
    font-size: 20px;
}


/*===================================
    MOBILE WEB CSS
  ===================================
*/

@media only screen and (min-width : 320px) and (max-width: 767px) {
    .btn-main {
        background-color: rgba(85,85,85,0.5);
        border-color: white;
        color: white;
        width: 100%;
    }

    .btn-covid {
        background-color: rgba(85,85,85,0.5);
        border-color: white;
        color: white;
        font-size: 7px;
        width: 100%;
    }

    .mobileHide {
        display: none;
    }

    .page-subtitle {
        font-size: 12px;
    }

    .page-title {
        font-size: 20px;
    }

    .page-section-title {
        font-size: 20px;
    }

    .page-description {
        font-size: 14px;
    }

    .title-large-first-letter {
        font-size: 45px;
        font-weight: 500;
    }
}



/*=======================================
    LAPTOP CSS
  =======================================
*/

/* ----------- Non-Retina Screens ----------- */
@media only screen and (min-width: 1250px) and (max-width: 1800px) {
    .btn-covid {
        border-color: white;
        color: white;
        background-color: rgba(85,85,85,0.5);
        font-size: 13px;
    }

    .logo-first-letter {
        font-size: 35px;
        font-weight: 800;
    }

    .navbar-item > a {
        color: #7b8282 !important;
        font-size: 15px !important;
        font-weight: 700;
        padding: 15px 3px !important;
    }

    .page-description {
        font-size: 15px;
    }

    .page-title {
        font-size: 45px;
    }

    .page-section-title {
        font-size: 40px;
    }

    .title-large-first-letter {
        font-size: 65px !important;
        font-weight: 500;
    }
}

/* ----------- Retina Screens ----------- */
/*@media (max-width: 1500px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .btn-covid {
        border-color: white;
        color: white;
        background-color: rgba(85,85,85,0.5);
        font-size: 10px;
    }

    .logo-first-letter {
        font-size: 35px;
        font-weight: 800;
    }

    .navbar-item > a {
        color: #7b8282 !important;
        font-size: 11px !important;
        font-weight: 700;
    }

    .page-description {
        font-size: 15px;
    }

    .page-title {
        font-size: 45px;
    }

    .page-section-title {
        font-size: 40px;
    }

    .title-large-first-letter {
        font-size: 65px !important;
        font-weight: 500;
    }
}*/
