/* !
 * Troutfly Internet
 * Bootstrap v5.0.2 */
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position-x: center;
}

/* ! -- accessibility trick -- */
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ! -- container (nav, footer) -- */
.container {
    background-image: none;
}

/* ! -- container main -- */
.container-fluid#main {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #ffffff;
}

.container-fluid#footer {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #000000;
}

/* ! -- heading text -- */
h1 {
    font-size: 1.7em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    margin: .5em 0;
    font-size: 1.5em;
    font-weight: 600;
}

h4 {
    margin: .5em 0;
    font-size: 1.2em;
    font-weight: 600;
}

h5 {
    margin: .5em 0;
    font-size: 1.0em;
    text-align: center;
    font-weight: 600;
}

/* ! -- img --- */
.img-center {
    margin: 0 auto;
}

/* ! -- links (body, not footer, not navbar)-- */
a {
    color: #C35817;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:visited {
    color: #C35817;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

a:active {
    color: #C35817;
    text-decoration: none;
}

.title {
    font-size: 1.6em;
    font-weight: 700;
    color: #ffffff;
}

.subtitle {
    font-size: 1.4em;
    color: #ffffff;
}

/* ! -- colored text -- */
.red {
    color: #800517;
    font-weight: bold;
}

.yellow {
    color: #fff000;
    font-weight: bold;
    background-color: #3F000F;
}

/* ! -- footer -- */
footer {
    text-align: left;
    background-color: #3F000F;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    color: #ffffff;
}

footer a {
    color: #E9AB17;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

footer a:visited {
    color: #E9AB17;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer a:active {
    color: #E9AB17;
    text-decoration: none;
}

/* ! ============================================================ */
/* ! -- nav bar -- */
#mainNavigation a {
    font-family: 'Cabin', sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    background-color: #3F000F;
}

.dropdown-menu {
    background: #43302E;
}

a.dropdown-toggle {
    color: #dfdfdf !important;
}

a.dropdown-item:hover {
    color: #03727d !important;
}

.nav-item a {
    color: #ffffff;
}

.nav-item a:hover {
    color: #fff000;
}

.nav-item {
    min-width: 12vw;
}

#mainNavigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 123;
    padding-bottom: 120px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+63&0.65+0,0+69 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.06) 63%, rgba(0,0,0,0) 69%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.06) 63%,rgba(0,0,0,0) 69%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.06) 63%,rgba(0,0,0,0) 69%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

    /* IE6-9 */
    /* IE6-9 */
}

#navbarNavDropdown.collapsing .navbar-nav,
	#navbarNavDropdown.show .navbar-nav {
    background: #000000;
    padding: 12px;
}

hr {
    height: 2px;
    width: 100%;
    background: #000000;
    margin: 20px 0 40px 0;
    clear: both;
}

/* -------- media query 768 -------- */
@media (max-width: 768px) {
    body {
        font-size: 0.9em;
    }

    p {
        font-size: 0.9em;
    }

    h1 {
        font-size: 1.0em;
        font-style: ;
    }

    small {
        font-size: 0.75em;
    }

    h2 {
        font-size: 0.8em;
    }

    h3 {
        font-size: 0.8em;
    }

    h4 {
        font-size: 0.8em;
    }

    .title {
        font-size: 1.0em;
        font-weight: 700;
        color: #ffffff;
    }

    .subtitle {
        font-size: 0.9em;
        color: #ffffff;
    }

    ul li {
        font-size: 0.8em;
    }

    table {
        font-size: 0.8em;
    }

    a {
        font-size: 0.9em;
    }

    .banner-img {
        height: 120px !important;

        /* Force the image to match container height */
        width: 100%;
        object-fit: cover;

        /* Crops image to fill the 120px area without squishing */
        object-position: center;

        /* Keeps the center of the image visible */
    }

    .btn.btn-primary.active {
        font-size: 0.8em;
    }
}



