﻿.mbt-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.mr-1 {
    margin-right: 1em;
}

.navbar {
    background: #666;
    color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 4;
}

    .navbar .menu-desktop {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
.navbar-dropdown  .navbar-toggle
{
    float: none;
}

.menu-desktop .menu-title {
    font-weight: bold;
    padding-top: 4px;
}
.homeless_nav .dropdown {
    margin-right: 1em;
}
.temp-menu-button {
    margin-left: auto;
}
    .homeless_nav .dropdown .btn-default {
        background: transparent;
        color: #fff;
        text-shadow: none;
        font-weight: bold;
        width: auto;
        border: 0;
        box-shadow: none;
        float: right;
    }

.open > .dropdown-toggle.btn-default, .dropdown-toggle.btn-default:focus, .dropdown-toggle.btn-default:hover, .dropdown-toggle.btn-default:active {
    background: transparent;
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #FBB03B;
}

.dropdown-menu {
    position: relative;
    top: 0px;
    left: 10px;
    float: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: 300px;
    width: 320px;
}

    .dropdown-menu li > a {
        text-decoration: none;
        text-align: right;
        color: #fff !important;
        border-bottom: 1px solid white;
        white-space: pre-wrap;
    }

    .dropdown-menu li > a:hover {
        border-bottom: 2px solid #FBB03B;
        font-weight: bold;
        background-color: transparent;
        background-image: none;
        text-decoration: none !important;
        color: white;
    }




    .dropdown-submenu > .dropdown-menu {
        position: absolute;
        text-align: left !important;
        border-right: 10px solid #666;
        width: auto !important;
        max-height: 250px;
       
    }

        .dropdown-submenu > .dropdown-menu li > a {
            
            border-bottom: none;
        }


    .dropdown-submenu > .dropdown-menu a:hover {
        border-bottom: none;
        font-weight: normal;
        text-decoration: underline !important;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:before {
        display: block;
        font-family: "Font Awesome 6 Pro";
        float: left;
        margin-right: 10px;
        content: "\f053";
    }
.about-menu {
    top: 40px; 
    left: -360px;
}

.fww-menu {
    top: -30px; 
    left: -375px;
}

.pubs-menu {
    top: -57px; 
    left: -230px;
}

.handbook-menu {
    top: -85px; 
    left: -400px;
}

.help-menu {
    top: -110px;
    left: -250px;
}

.guide {
    margin-top: 20px;
}

@media screen and (max-width: 775px) {
    .container-fluid {
        padding: 0;
    }
    
        .menu-desktop {
           display: block !important;
        }
            .dropdown-menu {
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    .dropdown-submenu > .dropdown-menu {
        position:relative;
        left: 0;
        top: 0;
        max-height: unset;
        height: auto;
        margin: 8px auto;
        text-align: left !important;
        background: #333;
    }
}