/* Color Palette */
.primary-text {
    color: #013857;
}
.primary-background {
    background: #013857;
}
.secondary-text {
    color: #ffdc9a;
}
.secondary-background {
    background: #ffdc9a;
}
.tertiary-text {
    color: #02132f;
}
.tertiary-background {
    background: #02132f;
}
.gray-background-1 {
    background: #1a1a1a;
}
.gray-background-2 {
    background: #141414;
}
.text-white {
    color: #fff;
}

.section-header h2 {
    color: #013857;
    margin-bottom: 0px;
}
h2 {
    font-weight: 700;
}

.header-logo {
    height: 80px;
    width: auto;
}
.header-bar {
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #013857;
    background: -moz-linear-gradient(left, #013857 0%, #02132F 100%);
    background: -webkit-linear-gradient(left, #013857 0%, #02132F 100%);
    background: linear-gradient(to right, #013857 0%, #02132F 100%);
}

.navbar-nav {
    font-weight: 600;
    color: #808080;
}
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color);
    font-weight: 600;
}
.navbar-nav .nav-link.show {
    color: #013857;
    font-weight: 600;
}

/* MAIN IMAGE SECTION */
.main-image {
    width: 100%;
    background: url(../img/main-image.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main-image h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 30px;
}
.main-image .text-box {
    width: calc(100% - 33%);
    color: #fff;
    padding: 30px;
    background: #02132f;
    font-weight: 700;
    font-size: 24px;
}
.main-image .btn-appt {
    margin-top: 35px;
    margin-left: 30px;
    background: #ffdc9a;
    color: #02132f;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 30px;
    font-weight: 600;
    float: left;
    -webkit-box-shadow: 0px 20px 15px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 15px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 15px -21px rgba(0,0,0,0.75)
}
.main-image .btn-appt:hover {
    background: #ecbe67;
    color: #333;
    transition: 0.3s;
}
.main-img-callout {
    padding: 300px 0;
}

.banner {
    padding: 50px 0;
    background: url(../img/banner.jpg) no-repeat 0 0;
    overflow: hidden;
    text-align: center;
}
.banner p {
    color: #ffdc9a;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}
.banner p strong {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
}

.banner-2 {
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: rgb(26,96,136);
    background: linear-gradient(0deg, rgba(26,96,136,1) 0%, rgba(0,53,83,1) 100%);
}
.banner-2 strong {
    font-size: 24px;
}
.about-us {
    background: #18140f;
    color: #fff;
}
.about-img {
    width: 100%;
}
.about-us h2 {
    color: #ffdc9a;
    font-size: 36px;
}
.about-us .btn-appt {
    background: #ffdc9a;
    color: #02132f;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 30px;
    font-weight: 600;
    -webkit-box-shadow: 0px 20px 15px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 15px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 15px -21px rgba(0,0,0,0.75)
}
.about-us .btn-appt:hover {
    background: #ecbe67;
    color: #333;
    transition: 0.3s;
}
.column-1, .column-2, .column-3 {
    padding: 100px 0;
    overflow: hidden;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}
.column-1 {
    background: url(../img/column-1.jpg) no-repeat 0 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.column-2 {
    background: url(../img/column-2.jpg) no-repeat 0 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.column-3 {
    background: url(../img/column-3.jpg) no-repeat 0 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.office-visit h2 {
    color: #013857;
}
.office-visit strong {
    color: #333;
}
.office-visit a {
    color: #013857;
    text-decoration: none;
}
/* FOOTER */
.footer {
    background: #1a1a1a;
}
.footer img {
    width: auto;
    height: 80px;
}
.footer ul {
    list-style: none;
    margin: 0 auto;
}
.footer ul li {
    display: inline-block;
    padding-right: 30px;
}
.footer ul li a {
    color: #ccc;
    text-decoration: none;
}
.footer-copy {
    background: #141414;
    font-size: 11px;
    color: #555;
}
.text-center-responsive {
    text-align: left;
}
.about-image {
    width: 100%;
    height: auto;
    max-height: 300px;
}


.btn-check:checked+.btn {
    color: #d79a26;
    background-color: #ffdc9a;
    border-color: #a6a6a6;
}
.btn-outline-primary {
    --bs-btn-color: #a6a6a6;
    --bs-btn-border-color: #a6a6a6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #333;
    --bs-btn-hover-border-color: #a6a6a6;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a6a6a6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333;
    --bs-gradient: none;
}

/* MEDIA QUERY: MOBILE */
@media (min-width: 320px) and (max-width: 760px) {
    .main-image .text-box {
        width: calc(100% - 0%);
        color: #fff;
        padding: 30px;
        background: #02132f;
        font-weight: 700;
        font-size: 24px;
    }
    .banner p {
        color: #ffdc9a;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .banner p strong {
        font-weight: 600;
        font-size: 32px;
        color: #fff;
    }
    .p-5 {
        padding: 1.5rem !important;
    }
    .text-center-responsive {
        text-align: center;
    }
    .footer-copy, .footer-copy .text-end {
        text-align: center;
    }
}
/* MEDIA QUERY: TABLET */
@media (min-width: 768px) and (max-width: 1080px) {
    .main-image .text-box {
        width: calc(100% - 10%);
        color: #fff;
        padding: 30px;
        background: #02132f;
        font-weight: 700;
        font-size: 24px;
    }
    .banner p strong {
        font-weight: 600;
        font-size: 48px;
        color: #fff;
    }
    .p-5 {
        padding: 1.5rem !important;
    }
    .text-center-responsive {
        text-align: left;
    }
}