/* NAV */
#headnav {
    font-size: 14px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-height: 100vh !important;
}

/*
.header {
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
    min-width: 200px;
}
*/
.header a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
}

.header a:hover,
.header a:focus {
    color: #000;
    text-decoration: none;
}

a.dropdown-item {
    color: #fff;
}

.header .tels {
    font-size: 32px;
    font-weight: 700;
    text-align: right;
}

.header .tels a {
    color: #fff;
    text-decoration: none;
}

.topbar {
    background: #000;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.topbar a {
    color: #fff;
    font-weight: 500;
}

.topbar a:hover {
    color: #000;
}

.basebar {
    background: #fff;
    padding: 15px;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.basebar a {
    color: #333;
    font-weight: 500;
}

.basebar a:hover {
    color: #ff0000;
}

.header small.tag {
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-top: 0;
    text-align: center;
}

#topbar {
    border-bottom: 1px solid #CC0303;
    color: #fff;
}

.topbar,
.topnav {
    background: #CC0303;
}

#topbar a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

#topbar a:hover {
    color: #000;
}

.topbar-bgd,
.topnav-bgd {
    transition: background 0.5s ease;
    z-index: 99;
    background: #008CFF;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

#index .topnav,
#go-pods .topnav {
    transition: background 0.5s ease;
    background: none;
    /*background: rgba(255,255,255,0.5);*/
    box-shadow: none;
}

.navbar-brand img {
    width: auto;
    height: 50px;
}

.nav-dark {
    background-color: #000;
}

.nav-dark .nav-link {
    color: #006599;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #000;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #008CFF;
}

.navbar-toggler {
    border: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    /*border-color: #1f307b;*/
}

/*
.custom-toggler .navbar-toggler-icon::after {
    content: "Menu";
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #fff;
    padding-left: 34px;
    position: relative;
    top: 3px;
}
*/
@media all and (max-width:500px) {
    .navbar-brand img {
        width: 260px;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        background: #008CFF;
    }

    .header a {
        color: #fff;
    }
}
