header.top-menu .navbar .navbar-nav > li > a {
    color: #fff;
    font-weight: 700;
}

header.top-menu .navbar {
    margin-bottom: 0;
    min-height: 35px;
    box-shadow: none;
    border: none;
    border-bottom: none;
    background: #000;
}

.site-actions {
    padding: 15px 0;
    text-align: center;
    background: url(https://cosmicairpark.com/wp-content/uploads/2018/10/menu.png);
    background-size: cover;
    background-repeat: round;
}
.nav.nav-pills.main-nav {
    width: 800px;
    position: relative;
    left: 33%;
    bottom: 75px;
}

.widget-menu {
    background: #0000;
    border-top: 0;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    margin-bottom: 20px;
    top: -1px;
    position: relative;
}

.widget-menu .main-nav li>a {
    font-size: 17px;
    border-radius: 0;
    color: #d80e3e;
    padding: 15px;
    transition: background-color .2s ease-in;
    border-right: 1px solid #b90606;
    text-transform: uppercase;
    font-weight: 700;
}

.widget-menu .main-nav li>a:hover,
.widget-menu .main-nav li>a:focus,
.widget-menu .main-nav li.active>a,
.widget-menu .main-nav li.active>a:hover {
    
    background:#d80e3e;
    color:white;
}

footer.foot>div {
    padding: 0;
    color: #fff;
    background: url(https://cosmicairpark.com/wp-content/uploads/2018/10/footer.png);
    background-position: initial;
    background-repeat: round;
    background-attachment: scroll;
    background-size: cover;
    border-top: solid #fff 2px;
}

footer.foot .powered-by {
    height: auto;
    background: #0000;
    min-height: 80px;
    width: 100%;
    bottom: 0;
}


/* Mobile Only */

@media (max-width: 991px) {

header.top-menu .navbar {
    margin-bottom: 0;
    min-height: 35px;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #000;
    background: url(https://cosmicairpark.com/wp-content/uploads/2018/10/menu.png);
}

.nav.nav-pills.main-nav {
    width: auto !important;
    position: relative;
    left: 0px !important;
    bottom: 0px !important;
 }

.widget-menu {
    background: #6e6e86 !important;
    border-top: 0;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    margin-bottom: 20px;
    top: -1px;
    position: relative;
}

}