
.horizlinediv { 
    color: white !important;
}

hr{ opacity: 100% !important; width:100%; height:5px; background-color: #009edb !important; }


.site_header {
    background-color: #333333;
}


.navbar-nav {
    margin-right: 50px;
}

.navbar-custom {
    /*background-color: #1D3457;*/
    /* color: white !important; */
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}


.navbar-custom .nav-link {
    color: #2b2b2b;
}

.navbar-custom .nav-link:hover {
    color: #000000;
}





/* .navbar-dark .navbar-toggler {
    color: white !important;
    border-color: white !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
} */

.nav-item {
    width: 100%;
    margin-left: 40px;
}

.navbar-brand:hover {
    cursor: pointer;

}

.nav-item a:link{
    /* color: white; */
    text-decoration: none;
    text-align: center;
}

.nav-item a:visited{
    /* color: white; */
    text-decoration: none;
}

.nav-item a:hover{
    /* color: rgba(255,255,255,.55); */
    text-decoration: underline;
    cursor: pointer;
}



.navbar-custom .nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid currentColor;
}





.nav-item a:active{
    /* color: white; */
    text-decoration: none;
}

.navbar-brand {
    
    padding: 0 0 0 0;
}

#navbarlogo_icon {
    width: 800px; 
    height: auto;

    padding: 0 0 0 0;
}


.nav-link {
    text-align: center;
}

.dropdown-menu {
    background-color: #333333 !important;
    color: white !important;
}

#navtray {
    margin-top: 10px;
}

#navbarlogo_div {
    /* background-color: #1D3457 !important; */
    /* background-color: #f2f2f2 !important; */
    background-color: white !important;
}

#navbarlogo_icon_link img{
    width: 100%;
}


@media screen and (min-width: 768px) {

    #navbarlogo_icon_link img{
        width: 768px;   /*50em;*/
    }
}


