/* Add here all your css styles (customizations) */

body {
    padding-top: 70px;
}
h1 {
    font-size: 3rem;
}
#navBar {
    margin-right: 0;
}

.g-color-primary {
    color: #FB0007 !important;
}
.g-brd-primary {
    border-color: #FB0007 !important;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link {
    color: #FB0007;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
    color: #000;
}




.g-color-hawkins-red {
    color: #FB0007;
}

.list-inline-item a.g-color-hawkins-red:hover,
a.g-color-hawkins-red:hover {
    color: #FB0007 !important;
}
.g-bg-hawkins-red {
    background-color: #FB0007;
}
.g-bg-hawkins-grey-lt {
    background-color: #737373;
}
.g-bg-hawkins-grey-dk {
    background-color: #585858;
}

.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
    color: #FB0007 !important;
}

#hero-banner {
    background-color: #555555;
    background-image: url(/assets/img/custom/architectural-drawing-01.png);
}

#footer {
    background-color: #FB0007;
    background-image: url("/assets/img/custom/footer-bg-logo.png");
    background-position: right bottom; /*Positioning*/
    background-repeat: no-repeat; /*Prevent showing multiple background images*/
}
#footer-copyright {
    padding-top: 35px;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    background-color: #FB0007;
}