﻿.navbar {
    /*background-image: url(../../images/public/menuBlockDefault.gif);
    background-repeat: repeat-x;
    background-position: center center;*/
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

.navbar a, .navbar-nav > .nav-item .nav-link > li > a {
    font-family: Arial, Verdana,Geneva,Helvetica;
    font-size: 13pt;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-right: 0px;
    vertical-align: top;
    word-spacing: normal;
    background-color: transparent;
    color: #000000;
    z-index: 9999;
    }

/* change the color of active or hovered links */
.navbar a:hover, .navbar-nav:hover > li:hover > a:hover,
.navbar-nav .nav-item.active .nav-item.focus .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    background-color: transparent;
    color: #004d91;
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    color: red !important;
    border-color: #808080;
    margin-left: 10px;
    background-color: #ffffff !important;
}

.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 2px;
    color: #000000 !important;
    background-color: #808080 !important;
    margin-bottom: 5px;
}



@media (min-width:766px) and (max-width:10000px) {
}

@media (min-width:401px) and (max-width:765px) {
}


@media (min-width:0px) and (max-width:400px) {
}
