@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

header.top-menu .navbar {
    margin-bottom: 0;
    min-height: 35px;
    box-shadow: none;
    border: none;
    border-bottom: none;
    background: #0072BC;
}

header.top-menu .navbar .navbar-nav > li > a {
    color: #fff;
}

.pull-left {
    float: none !important;
}

.site-actions {
    padding: 15px 0;
    text-align: center;
    background: #F6724B;
}

.site-logo > img {
    width: 200px;
    max-width: none !important;
    height: auto;
    max-height: none !important;
}

.widget-menu {
    background: #F6724B;
    border-top: 0;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    margin-bottom: 20px;
    top: -1px;
    position: relative;
    border-bottom: solid 6px #ffa96b;
}

.widget-menu .main-nav li > a {
    font-size: 19px;
    border-radius: 0;
    color: #ffffff;
    padding: 15px;
    transition: background-color 0.2s ease-in;
    font-family: 'Open Sans', sans-serif;
    text-transform: lowercase;
}

footer.foot > div {
    padding: 0;
    color: #ffffff;
    background: #0072BC;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

footer.foot .powered-by {
    height: auto;
    background: #F6724B;
    min-height: 80px;
    width: 100%;
    bottom: 0;
}
