﻿.navbar-nav {
    text-align: right;
}

.navbar-nav > li > a {
    font-weight: bold;
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
    text-transform: capitalize;
    color: #000 !important;
    text-align: right;
    color: #777;
}

.nav-item {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.bg-light {
    background-color: #fff !important;
}

#header {
    margin: 0 0 0 0;
    height: 70px;
}

#header h1 {
    z-index: 999;
}


#header h2 {
    /*background-image: url(../assets/images/fish.png);*/
    z-index: 999;
}

ul#menu_main li, ul#crumbtrail li {
    font-size: 100%;
}


    ul#crumbtrail li a {
        font-weight: normal;
    }

    ul#crumbtrail li {
        font-family: "Nunito", Helvetica, Arial, sans-serif !important;
        font-size: 100%;
        vertical-align: middle;
    }

        ul#crumbtrail li + li::before {
            /*font: var(--fa-font-solid);*/

            content: '\f0da';
            /* >> Symbol you want to use: */
            /*content: " \f005 ";*/
            /* >> Name of the FA free font (mandatory), e.g.:
                        - 'Font Awesome 5 Free' for Regular and Solid symbols;
                        - 'Font Awesome 5 Pro' for Regular and Solid symbols (Professional License);
                        - 'Font Awesome 5 Brand' for Brands symbols. */

            font-family: 'Font Awesome 5 Free';
            /* >> Weight of the font (mandatory):
                        - 400 for Regular and Brands symbols;
                        - 900 for Solid symbols;
                        - 300 for Light symbols. */
            font-weight: 900;
            font-size: 20px;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
        }

ul#menu_main {
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    top: 30px;
    font-size: 17px;
}


    ul#menu_main li a {
        text-transform: capitalize;
        padding-right: 40px;
        font-weight: 900;
        color: #000;
    }

    ul#menu_main li + li::before {
        content: "";
    }

#logout_link {
    color: #146427;
    padding: 0.25em 2em;
    border: solid;
    border-radius: 40px;
}

#backbutton p a {
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
}

#backbutton {
    border-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 5px 15px;
}

#footer {
    font-family: "Nunito", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
}

@media screen and (min-width:767px) {
    .navbar-toggle {
        display: none;
    }
}

