/*NAV ////////////////////////////////////////////////////////////////*/



@media (min-width:1200px){
    .nav-item > .nav-link{padding: 5px 20px !important;
    display: block !important;}
}
@media only screen and (max-width:992px){
    .header-inner{background-color: #263367;
    }
    .nav-item > .nav-link{
        color: white !important}
        .logo{color: #000 !important;
            font-weight: 600 !important;}
            .content-banner .first-title{
                font-size: 30px !important;
            }     
}
/*nav after dropdown- padding*/
@media (max-width:992px){
    .nav-pad {
        padding-left: 10px !important;
    }
}
/*Remove padding on div between sections on index*/
@media (min-width: 768px){   
    .pad-div{
        padding:36px !important;
    }
} 
.header{ position: relative;
    width: 100%;
}
.header-inner {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #263367;   
}
.header-inner2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #263367;   
}
.logo {color: #ffffff;
}
.nav-item .nav-link {display: block;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.15s;
}
.nav-item .nav-link:hover {color: #f5b11a;
}
.header-btn {color: #ffffff;
    background-color: #006deb;
    border: none;
    font-weight: 500;
    font-size: 20px;
    outline: none;
    padding: 6px 22px;
    transition: 0.5s;
}
.header-btn:hover{background-color: #263367;
    cursor: pointer;
}
.navbar-scroll{background-color: #263367; /* from white*/
    padding: 0;
    position:fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: 0.6s;
}
.navbar-scroll .nav-item .nav-link {color:white; /*was black*/  
}
.navbar-scroll .header-btn{color: #ffffff;
    background-color: #006deb;
}
.navbar-scroll .header-btn:hover {color: #ffffff;
    background-color: #263367;
}
.navbar-scroll .logo{
    color:#000;
    font-weight: 500; 
}
.navbar-toggler {
    background-color: transparent;
    border: 2px solid white;
}
.navbar-toggler-icon { /*Changes hamburger three lines to yellow 245, 177, 26, 1, don't have to change d=*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.my-2.my-lg-0 a { /*no underline on phone number*/
    text-decoration: none;
}
.phone{
    font-size: calc(2rem);
    text-decoration: none;
}
.dropdown-item {
    color: #263367;
    font-weight: 500;
}
@media only screen and (min-width: 100px) {/*hover Drops Down, Not click//////////////////////////*/
    .dropdown:hover .dropdown-menu {
        display:inline-block;
    }
}
.red-menu-item {
    background-color: #E61A00;
    color:#ffffff;
}
.red-menu-item:hover {
    background-color:#263367;
    color:#ffffff;
}
