/* COLORS */

/* 
-----------------------------
HEADER NAVBAR

Background
DARK GRAY:  #475b69

Dropdown menu item background on hover
NAVY BLUE:	#003E72

CAROUSEL

Caption on hover
LIGHT GRAY: #d1d1d1

*/

/* SITE-WIDE */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/

body {
    font-family: 'Roboto', sans-serif;
}

h4, h5, h6 {
    font-weight: 500;
}

p {
    font-size: 1.05rem;
}

.fw-500 {
    font-weight: 500;
}

.hdr-text a, .hdr-text p {
    font-size: 1.15rem;
}

.container {
    width: 92%;
    max-width: none;
}

.card {
    display: block;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.11);
    padding: .5rem .8rem;
}


    .card-header > .acc-info > p {
        cursor: pointer
    }


div[aria-expanded="true"] {
    color: #09464f;
}

a[aria-expanded="true"] {
    color: #09464f;
}

.acc-info {
    color: #17a2b8;
}

/*.tooltip-inner {
    background-color: #888888;
}*/

.info-tooltip {
    color: #003e72;
    border-bottom: 1px dotted #003e72;
}

/*.info-tooltip + .tooltip > .tooltip-inner {
    background-color: lightcoral;
    font-size: 1.3em;
}*/


/* NAVBAR AND STICKY NAV STYLES */

.nav-item, .nav-link {
    color: #ffffff;
}

.navbar-top {
    background-color: #475b69;
}

a.dropdown-item:hover {
    color: #ffffff;
    background: #003E72;
}


a.dropdown-item:active {
    background-color: #475b69;
}

nav img.logo-main {
    max-width: 100px;
    max-height: 100px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

nav img.logo-sm {
    position: absolute;
    max-width: 0px;
    max-height: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

nav.special {
    -webkit-transition: all .2s linear .2s;
    -o-transition: all .2s linear .2s;
    transition: all .2s linear .2s;
}

    nav.special img.logo-main {
        max-width: 0px;
        max-height: 0px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    nav.special img.logo-sm {
        max-width: 40px;
        max-height: 40px;
        position: relative;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

/* ACTIVE BREADCRUMB COLOR */

.breadcrumb-item .active-black {
    color: #000 !important;
}

/* LIGHTBOX GALLERY - ABOUT PAGE */
/* CONCEPT ADAPTED FROM https://bootsnipp.com/snippets/8873 */

.cards-gallery .card img {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cards-gallery .card img {
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

.cards-gallery a {
    color: #212529;
}

    .cards-gallery a:hover {
        text-decoration: none;
    }

select option {
    padding: 5px;
}

@media (min-width:576px) {
    .transform-on-hover:hover {
        -webkit-transform: translateY(-10px) scale(1.02);
        -ms-transform: translateY(-10px) scale(1.02);
        transform: translateY(-10px) scale(1.02);
        -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.15) !important;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.15) !important;
    }
}

/* ACCORDIONS */

.accordion .card-header.arrow-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #17a2b8;
}

.accordion .card-header.arrow-header.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #17a2b8;
}


/* BACK TO TOP BUTTON */

.scroll-top-wrapper {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 52px;
    line-height: 52px;
    right: 15px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #888888;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: .5;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

.scroll-top-inner {
    line-height: inherit;
    height: 29px;
    width: 25px;
}

.btn-primary {
    background: #1B3951;
    font-size: 18px;
}

.btn-info {
    background: #0E4149;
    font-size: 0.999rem;
}
/* NAV PILL OVERRIDE */

/* ACTIVE */
.nav-pills .pill .nav-link {
    background-color: #475b69;
    color: #FFF;
}

/* CLASS TO MAKE GOOGLE MAPS EMBEDDED CODE RESPONSIVE  */

.google-maps {
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/* NOT ACTIVE */
.nav-pills .pill .nav-link:not(.active) {
    background-color: transparent;
    color: #475b69;
}

img.catalog-landscape {
    width: 100%;
    height: auto;
    max-width: 650px;
}

img.catalog-portrait {
    width: 100%;
    height: auto;
    max-width: 375px;
}

img.catalog-square {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.tri-info p {
    margin-bottom: 0px;
}

#form-results td {
    padding: 5px;
}

    #form-results td:first-child {
        font-weight: bold;
        text-align: right;
        padding: 5px;
    }

    #form-results td:nth-child(2) {
        padding: 5px 5px 5px 8px;
    }

.mff-table td {
    padding: .5em;
    width: 10%
}

.mff-table {
    background: rgb(173,48,48);
    background: -webkit-gradient(linear, left top, right top, from(rgba(173,48,48,0.4042661009716386)), to(rgba(71,134,180,0.4602885099352241)));
    background: -o-linear-gradient(left, rgba(173,48,48,0.4042661009716386) 0%, rgba(71,134,180,0.4602885099352241) 100%);
    background: linear-gradient(left, rgba(173,48,48,0.4042661009716386) 0%, rgba(71,134,180,0.4602885099352241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad3030",endColorstr="#4786b4",GradientType=1);
    font-weight: bold
}

    .mff-table tr:last-child {
        background: #f7f7f7;
    }

/*.mff-table input[type=radio] {
        border: 0;
        width: 100%;
        height: 1.1em;
        -webkit-appearance: radio;
    }*/

.contact-cards p {
    font-size: .9em;
}

/*.news-cards h5 {
    font-weight: bold;
    color: #4786b4;
}*/

.img-cntr {
    margin: auto;
    text-align: center;
}

/* MEDIA QUERIES */

@media screen and (min-width: 1925px) {
    .container {
        width: 80%;
    }
}

@media screen and (max-height: 749px) {
    .twitter-section {
        height: 450px;
    }
}

@media screen and (min-width: 992px) {
    .twitter-section {
        text-align: right;
    }
}

@media screen and (max-width: 991px) and (min-height: 750px) {
    .twitter-section {
        height: 700px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1214px) {
    .contact-cards p {
        font-size: .8em;
    }
}

@media screen and (max-width: 767px) {
    /*img.catalog-landscape {
        width: 100%;
        height: auto;
        max-width: 650px;
    }

    img.catalog-portrait {
        width: auto;
        height: 100%;
        max-height: 60vw;
    }

    img.catalog-square {
        width: 100%;
        height: auto;
        max-width: 500px;
    }*/

    p {
        font-size: 16px;
    }

    .navbar img.logo-main {
        height: 85px;
    }

    .hdr-text a, .hdr-text p {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand h5 {
        font-size: 70%;
    }

    p {
        font-size: 14.2px;
    }

    .hdr-text a, .hdr-text p {
        font-size: .95rem;
    }

    h4 {
        font-size: 1.1em
    }

    li {
        font-size: .85em
    }

    .contact-cards p {
        font-size: .75em
    }
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 25px;
    }

    .mff-table {
        font-size: .8em;
    }
}
