
body {
    background: white;
}

.site {
    margin: 0px !important;
}

.navbar {
    background: #22232f;
}

.site-branding {
    display: none;
}


.custom-nav .navbar-brand.logo img {
    height: 60px;
}

.widget_search > form > label {
    display: block;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    display: none !important;
}

.widget_recent_entries a, .widget_recent_comments a, .widget_archive a, .widget_categories a, .widget_meta a, .comment-form a {
    color: #5584ff;
}

.custom-nav.stickyadd {
    background-color: #22232f !important;
    padding: 5px 0 !important;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: white;
}

button.navbar-toggler:hover, button.navbar-toggler:focus {
    background: #2ab4e4;
    color: white;
}

@media (max-width: 768px) {
    .custom-nav {
        background-color: #f1f1f1 !important;
    }
}
