@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: #fff;
}

.t-primary-bgcolor {
    background-color: #333;
}

a {
    color: #009cc8;
}

.header {
    width: 100% !important;
}

.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 181px;
    padding: 54px 102px;
}

.header__logo img {
    max-height: 74px;
}

.header__nav {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header__nav a {
    font-size: 20px;
    font-weight: 600;
    margin-left: 24px;
    color: #000;
}

.header__nav a:hover {
    text-decoration: none;
    color: #009cc8;
}

.container {
    width: 1140px;
}

.main {
    padding: 20px 0;
}

.header .title {
    height: 181px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.71), rgba(64, 64, 64, 0.71)), url('header-bg.jpeg');
    background-size: cover;
    background-position: center;
}

.header .title h1 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 93px;
    font-weight: 700;
    margin-bottom: 0;
}

.sidebar {
    margin-right: 3rem;
}

.main {
    padding-top: 3rem;
}

/* .header__contact {
	top: 65px;
	right: 0;
} */

.header__message {
    position: absolute;
    right: 102px;
    top: 10px;
    text-align: right;
    font-size: 15px;
    line-height: 22px;
    color: #373a3c;
}

@media screen and (max-width: 1045px) {
    .header__nav {
        display: none;
    }
}


.footer {
    padding: 40px 10px 80px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(64, 64, 64, .9), rgba(64, 64, 64, .9)), url('santa-barbara-contractors-association.webp');
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bottomBar.copyright {
    display: none;
}

.footer__copyright {
    color: white;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-size: .85rem;
    order: 3;
    margin-top: 30px;
}

.footer__copyright a {
    color: white;
}

.footer-top {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 30px;
    color: white;
    font-weight: 500;
    letter-spacing: .8px;
}

.footer-center {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 650px;
    grid-template-columns: 1fr 1fr;
    gap: 10px 150px;
    margin: auto;
}

.footer-center>a {
    flex-basis: 250px;
}

.ucsb-logo img {
    max-width: 250px;
    padding: 50px 15px;
    background-color: white;
}

.sbcc-logo img {
    max-width: 250px;
    padding: 22px;
    background-color: white;
}

@media screen and (max-width: 991px) {
    .footer-center {
        grid-template-columns: 1fr;
    }
}
