/* Custom  */

#othermenus .listothermenus{
    border: 1px solid #ddd;
    padding: 1em 2em;
    display: flex;
    background: #2554C7;
    color: #fff;
}

#othermenus tr span{
    color: #fff !important;
}

#othermenus .listothermenus:hover,
#othermenus .listothermenus:active{
    background: #3a8b3a;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #2554C7;
}

.container:before{
    background-image: url(https://archive.org/download/large-jpeg-png-vintage-pattern-4/Large%20jpeg%20%26%20png_Vintage_Pattern_4.webp);
    opacity: 2%;
    width: 100%;
    z-index: -1;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    background-size: cover;
}