﻿/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/* @media (min-width: @screen-sm-min) { ... } */

/* Medium devices (desktops, 992px and up) */
/* @media (min-width: @screen-md-min) { ... }*/

/* Large devices (large desktops, 1200px and up) */
/* @media (min-width: @screen-lg-min) { ... }*/

/******************************************************************
   nav and headers 
*******************************************************************/

.navbar {
    min-height: 90px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}


.subContainer {
    width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.backgroundCover {
    background: no-repeat center;
}

.header_row {
    background-color: #000;
    display: flex;
    align-items: center; /* vertical centering */
    max-height: 165px;
    padding: clamp(10px, 3vw, 40px); /* responsive padding min 10px preferred 3% of the viewport width and 40px max */
}
    .header_row img {
        max-width: 45%;
        height: auto;

    }

.subheading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .subheading h2 {
        position: relative;
        min-height: 1px;
        font-weight: 500;
    }

@media(min-width:992px) {
    .subheading h2 {
        float: left;
        width: 100%;
    }
}

.text-dark {
    font-weight: 600;
    color: #333 !important;
    padding: 10px 15px;
}

    .text-dark:hover {
        font-weight: bold;
        color: #4486f9 !important;
        text-decoration: none !important;
    }

.nav-item {
    padding: 10px 15px;
}


.dropdown-menu {
    border-radius: 0px;
}

    /* Style all links inside any dropdown menu */
    .dropdown-menu a {
        display: block;
        padding: .25rem 1rem;
        color: #212529;
        text-decoration: none;
        white-space: nowrap;
        font-weight: normal;
        font-size: 14px;
    }

        .dropdown-menu a:hover {
            font-weight: 600;
            background-color: #f8f9fa;
            color: #000;
        }


.dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

/* Normal state */
.nav-link.dropdown-toggle::after {
    border-top-color: #212529 !important; /* caret stays dark */
}

/* Hover state — text changes, caret does NOT */
.nav-link.dropdown-toggle:hover::after {
    border-top-color: #212529 !important; /* keep caret dark */
}


/* Remove underline on click/focus */
.nav-link.dropdown-toggle:focus,
.nav-link.dropdown-toggle:active {
    text-decoration: none !important;
}

/* Make clicked state match hover color */
.nav-link.dropdown-toggle.show,
.nav-link.dropdown-toggle:focus,
.nav-link.dropdown-toggle:active {
    color: #0d6efd !important; /* same as your hover color */
    font-weight: 600; /* match hover boldness if needed */
}

    /* Keep caret from changing color even when active */
    .nav-link.dropdown-toggle.show::after,
    .nav-link.dropdown-toggle:focus::after,
    .nav-link.dropdown-toggle:active::after {
        border-top-color: #212529 !important; /* same caret color you chose */
    }



.navbar-toggler {
    background-color: transparent;
    padding: 9px 10px;
    color: #212529; /* Dark color for the icon */

    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #eee;
    color: #212529; /* Dark color for the icon */
    font-size: 14px;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

@media (min-width: 992px) {
    .signon-link {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 10px 40px;
        font-size: 16px;
        line-height: 1.42857143;
        border-radius: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        margin-top: 2px;
        padding: 10px 15px;
        border-radius: 8px;
        margin-left: 30px;
        margin-right: 10px;
    }


        .signon-link:hover,
        .signon-link:focus {
            text-decoration: none;
            background-color: #808080;
            color: #fff !important;
        }
}
