@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Default */
@media
    only screen and (min-width : 800px)
    {
        /* body { background-color: #00ff00; } */
        main {
            padding-top: 106px;
            padding-bottom: 160px;
        }
        section {
            padding-bottom: 25px;
            padding-top: 25px;
        }
    }

/* Mobile: Portrait */
@media
    only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait)
    , only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: portrait)
    , only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: portrait)
    , only screen and (min-device-pixel-ratio: 1.5) and (orientation: portrait)
    , only screen and (min-resolution: 144dpi) and (orientation: portrait)
    , only screen and (min-resolution: 1.5dppx) and (orientation: portrait)
    {
        /* body { background-color: #0000ff; } */
        header nav img {
            max-width: 175px !important;
            width: 100%;
        }
        main {
            padding-top: 66px;
            padding-bottom: 205px;
        }
        section {
            padding-bottom: 15px;
            padding-top: 15px;
        }
    }

/* Mobile: Landscape */
@media
    only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) and (max-height: 575.98px)
    , only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: landscape) and (max-height: 575.98px)
    , only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: landscape) and (max-height: 575.98px)
    , only screen and (min-device-pixel-ratio: 1.5) and (orientation: landscape) and (max-height: 575.98px)
    , only screen and (min-resolution: 144dpi) and (orientation: landscape) and (max-height: 575.98px)
    , only screen and (min-resolution: 1.5dppx) and (orientation: landscape) and (max-height: 575.98px)
    {
        /* body { background-color: #ff0000; } */
        header nav img {
            max-height: 44px !important;
        }
        .fixed-bottom {
            position: relative;
        }
        .fixed-top {
            --bs-navbar-padding-y: 0;
        }
        .fixed-top img {
            height: 44px;
            width: relative;
        }
        main {
            padding-top: 50px;
            padding-bottom: 0px;
        }
        section {
            padding-bottom: 10px;
            padding-top: 10px;
        }
    }

/* Mobile: Landscape; Thinner than 768 */
@media
    only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) and (max-height: 575.98px) and (max-width: 767.98px)
    , only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: landscape) and (max-height: 575.98px) and (max-width: 767.98px)
    , only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: landscape) and (max-height: 575.98px) and (max-width: 767.98px)
    , only screen and (min-device-pixel-ratio: 1.5) and (orientation: landscape) and (max-height: 575.98px) and (max-width: 767.98px)
    , only screen and (min-resolution: 144dpi) and (orientation: landscape) and (max-height: 575.98px) and (max-width: 767.98px)
    , only screen and (min-resolution: 1.5dppx) and (orientation: landscape) and (max-height: 575.98px) and (max-width: 767.98px)
    {
        /* body { background-color: #ffff00; } */

        .col.col-md-12.d-none.d-md-block { display: block !important; }
        .col.col-12.d-block.d-md-none { display: none !important; }
    }

/* Safari */
/*
_::-webkit-full-page-media, _:future, :root body {
    background-color: #00ffff;
}
*/
_::-webkit-full-page-media, _:future, :root main {
    padding-top: 86px;
    padding-bottom: 205px;
}


/*  POTENTIAL DELETE - DID NOT SEEM TO EFFECT ANYTHING
@media
    not all and (min-resolution:.001dpcm)
    {
        @supports (-webkit-appearance:none) and (stroke-color:transparent)
        {
            body { background-color: #ff00ff;}
            footer .col {
                padding: 0 2px 10px 2px;
                margin: 0;
            }
        }
    }
*/

/*  POTENTIAL DELETE - DID NOT SEEM TO EFFECT ANYTHING
@supports (font: -apple-system-body) and (-webkit-appearance: none)
{
    body {
        background-color: #00ff00;
    }
}
*/

* {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
}
a:link, a:visited, a:hover, a:active {
    color: #404040;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
footer {
    background-color: #ffffff;
    padding: 10px 0;
    font-size: 10px;
}
footer .row {
    padding: 0 20px;
}
footer .col {
    padding: 0 5px 10px 5px;
}
footer .col img {
    max-width: 88px;
}
footer .col a span {
    font-size: 7px;
}
p.h1 {
    color: #404040;
    font-size: 24px;
    text-transform: uppercase;
}
p.h2 {
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}
p.h3 {
    color: #7F7F7F;
    font-size: 14px;
}
p.h4 {
    color: #404040;
    font-size: 12px;
}
section {
    font-size: 14px;
}
section a span {
    font-size: 10px;
}
.col-5-12 {
    flex: 0 0 auto;
    max-width: 20%;
    width: 20%;
}
.col-5-24 {
    flex: 0 0 auto;
    max-width: 10%;
    width: 10%;
}
.col-6-12 {
    flex: 0 0 auto;
    max-width: 16.666666667%;
    width: 16.666666667%;
}
.col-6-24 {
    flex: 0 0 auto;
    max-width: 8.333333333%;
    width: 8.333333333%;
}
.col-md-8-12 {
    flex: 0 0 auto;
    max-width: 12.5%;
    width: 12.5%;
}
.col-md-9-12 {
    flex: 0 0 auto;
    max-width: 11.111111111%;
    width: 11.111111111%;
}
.col-md-11-12 {
    flex: 0 0 auto;
    max-width: 9.090909091%;
    width: 9.090909091%;
}
.container {
    max-width: 800px;
}
.image_placeholder {
    height: 190px;
    max-width: 241px;
    width: 100%;
}
.section-title {
    font-size: 24px;
    text-transform: uppercase;
}