@charset "utf-8";
/* CSS Document */

.main-nav {
    position: relative;
    float: left;
    height: auto;
    padding: 0 30px;
    background: #fff;
    text-align: center;
    z-index: 3;
    transition: all .4s cubic-bezier(.455,.03,.515,.955);
}

.submenu{
    background: #fff;
    width: max-content;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    margin-top: 50px;
    left: -30px;
    border-radius: 0px;
    border: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 700;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 16px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-nav li a{
    color: #000;
}

.navbar-nav li a:hover {
    color: #000;
    text-decoration: underline;
}

.submenu li a{
    color:#000;
}

.navbar-light .navbar-toggler, .navbar-toggler:focus {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    border:none;
    box-shadow: none;
}

.navbar-nav li, .navbar-nav li{
    padding: 5px 15px;
    font-size: 18px;
    color: #000;
}

.submenu-li{
    padding: 0px 20px 0px 0px !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.footer-menu-item{
    list-style: none;
    float:left;
    padding: 0px 10px;
    width:100%;
}

.footer-menu-item a{
    color: #000;
    font-size: 14px;
}

.footercopyright{
    margin-top: 40px;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: left;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}


@media (min-width: 1200px){

    .footercopyright{
        margin-top: 0px;
    }

    .footer-menu-item{
        list-style: none;
        float:left;
        padding: 0px 10px;
        width: auto;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .main-nav {
        position: relative;
        float: left;
        height: 65px;
        padding: 0 30px;
        background: #fff;
        text-align: center;
        z-index: 3;
        transition: all .4s cubic-bezier(.455,.03,.515,.955);
    }
}
