.hero-section h2 {
    font-size: 42px;
    line-height: 1.2em;
}
.hero-section .year30-badge {
    max-height: 300px;
    width: auto;
}

h1 {
    text-transform: uppercase;
}
h1,h2,h3,h4,h5,h6 {
    /* text-transform: uppercase; */
    color: var(--c-primary);
}

@media (max-width: 768px) {
    .hero-section h2 {
        font-size: 30px;
    }
}

footer p,
footer a {
    color: rgba(255,255,255, 0.7);
}

footer .social-icons {
    text-align: right;
}
footer .social-icons a {
    font-size: 30px;
    padding-left: 10px;
}
footer .social-icons .fa-linkedin {
    font-size: 30px !important;
}
footer .social-icons .inline {
    font-size: 10px;
}
footer .footer-logo-div img {
    max-height: 50px;
    width: auto;
    margin-bottom: 20px;
}
footer .menu-item {
    padding-left: 20px;
}
footer .footer-menu-items {
    text-align: right;
    padding-bottom: 20px;
}
.header, .footer {
    /*background-color: #f8f9fa; !* Light gray for header/footer *!*/
    background-color: #000000;
    padding: 1rem 0;
}
.footer {
    color: #ffffff;
}
.nav-logo-menu-section {
    background-color: var(--c-primary);
}
.nav-logo-menu-section img {
    max-height: 75px;
    width: auto;
}
.nav-logo-menu-section nav a,
.nav-logo-menu-section nav .brx-submenu-toggle {
    color: #ffffff;
    font-size: 16px;
}
#brx-content {
    margin-top: 190px;
}