#topbar, .footer-content {
    display: none !important;
}

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    height: 75px;
}

.plan-header {
    background-color: var(--primarybuttonbackground) !important;
}

.plan-header h4 {
    color: #fff !important;
}

body .lucent, body div.lucent {
    display: inline-block !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding: 10px 20px !important;
}

.text-muted {
    color: #bdbdbd!important;
}

.social-instagram a {
    font-weight: normal !important;
}

@media (max-width: 1024px) {
    #mainMenu:not(.menu-overlay) nav > ul {
        margin-top: 30px;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li {
        text-align: center;
        margin-bottom: 15px;
    }
    #mainMenu:not(.menu-overlay) nav > ul > li > a {
        font-size: 16px;
    }
}
