.site-header {
    background: rgba(0, 0, 0, .2) !important;
    border-bottom: 2px solid #253F5B !important;
}

.site-footer {
    background: rgba(0, 0, 0, .2) !important;
}

.sidebar {
    background: rgba(0, 0, 0, .2) !important;
}

.widget {
    background: rgba(0, 0, 0, .2) !important;
}

.top-bar {
    background: #253F5B !important;
}

.branding .site-title {
    color: aliceblue !important;
}

.branding .tagline {
    background: linear-gradient(90deg, #318CE7 0%, #253F5B 100%);
}

.branding .tagline {
    background: linear-gradient(90deg, #253F5B 0%, #318CE7 100%);
}

.main-nav ul {
    border-top: 2px solid aliceblue !important;
}

.btn-home {
    background: #253F5B !important;
}

.btn-home:hover {
    background: #39608B !important;
}

.no-results-box h1 {
    color: #253F5B !important;
}

.main-nav .menu {
    background: #32507B !important;
}

.wp-block-search {
    background: #375887 !important;
}

.wp-block-search {
    background: #375887 !important;
}

.widget a {
    color: aliceblue !important;
}

.widget h2,
.widget .wp-block-heading {
    color: #6FB3D9 !important;
}

.widget h2,
.widget .wp-block-heading {
    border-bottom: 2px solid #6FB3D9 !important;
    color: #6FB3D9 !important;
}

.wp-block-search__button {
    background: transparent !important;
    font-size: 0.8rem !important;
}