[21:12, 04/05/2026] F.B Talent: /* TOP HEADER BAR = BLACK */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
    background-color: #000000 !important;
}

/* MENU TEXT = WHITE */
.main-navigation .menu > li > a,
.ast-builder-menu .main-header-menu > li > a {
    color: #ffffff !important;
}

/* MENU HOVER = BLUE */
.main-navigation .menu > li > a:hover {
    color: #0099ff !important;
}

/* FOOTER = BLACK */
.site-footer,
.ast-footer-overlay,
.footer-bar {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* FOOTER LINKS = WHITE */
.site-footer a {
    color: #ffffff !important;
}
[22:04, 04/05/2026] F.B Talent: /* TOP HEADER BAR = BLACK */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
    background-color: #000000 !important;
}

/* MENU TEXT = WHITE */
.main-navigation .menu > li > a,
.ast-builder-menu .main-header-menu > li > a {
    color: #ffffff !important;
}

/* MENU HOVER = BLUE */
.main-navigation .menu > li > a:hover {
    color: #0099ff !important;
}

/* FOOTER = BLACK */
.site-footer,
.ast-footer-overlay,
.footer-bar {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* FOOTER LINKS = WHITE */
.site-footer a {
    color: #ffffff !important;
}/* PERFECT SIZE BLACK HEADER + FOOTER */
.site-header,
.main-header-bar {
    background-color: #000000 !important;
}

.main-header-menu .menu-link {
    color: #ffffff !important;
}

.main-header-menu .menu-item:hover > .menu-link {
    color: #0099ff !important;
}

/* NORMAL SIZE FOOTER - NOT TOO BIG */
#colophon,
.site-primary-footer-wrap,
.site-below-footer-wrap {
    background-color: #000000 !important;
    padding: 30px 20px !important;
    min-height: 120px !important;
}

/* FOOTER TEXT WHITE */
#colophon *,
.site-footer * {
    color: #ffffff !important;
}

/* COPYRIGHT BAR SMALLER */
.ast-footer-copyright {
    padding: 15px 0 !important;
    min-height: auto !important;
}/* NUKE ALL BORDERS + SEPARATORS */
*,
*::before,
*::after {
    border-top: none !important;
    border-bottom: none !important;
}

.site-content,
.site-footer,
#colophon,
.ast-separate-container .ast-article-post,
.ast-separate-container .site-main {
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

/* KILL ASTRA SEPARATOR LINE */
.ast-separator,
hr,
.site-footer:before {
    display: none !important;
    height: 0 !important;
}

/* FORCE FOOTER TO TOUCH CONTENT */
#primary {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
}/* BLUE HEADER + TALLER */
.main-header-bar{background:#1a237e!important;padding:25px 0!important;min-height:90px!important}
.site-title a,.site-title a:hover,.main-header-menu .menu-link{color:#fff!important}
.ast-builder-menu-mobile .main-header-menu{background:#1a237e!important}
.ast-builder-menu-mobile .menu-link{color:#fff!important}