.shingles-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.shingles-left {
    width: 45%;
    background-image: url(/imageserver/UserMedia/nicolellaroofing/shingles_bg.webp);
    background-size: cover;
    background-position: center;
}
.shingles-right {
    width: 55%;
    padding: 80px 5%;
    background-color: #eee;
}
.shingles-content {
    max-width: 750px;
    width: 100%;
}
.shingles-content h2 {
    font-size: 2em;
    text-align: left;
}

.brand-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 20px;
}
.brand-logo {
    width: 50%;
    margin: 10px auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.brand-logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.brand-logo-square img {
    max-width: 70px;
}
.brand-logo-long img {
    max-width: 140px;
}
.brand-logo h3 {
    font-size: 1rem;
}
.brand-logo a {
    display: inline-block;
    color: var(--accent-color);
    font-weight: 600;
    border: 2px solid var(--accent-color);
    width: max-content;
    padding: 8px 16px;
    font-size: .9rem;
    margin: 10px auto 0;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color .5s, color .5s;
}
.brand-logo a:hover,
.brand-logo a:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--accent-color);
}

@media (max-width: 1024px) {
    .shingles-left {
        height: 350px;
    }
    .shingles-left,
    .shingles-right {
        width: 100%;
    }
    .shingles-right {
        padding: 50px 20px;
    }
    .shingles-content {
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .brand-logo {
        width: 100%;
    }
}




.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.header_wrapper {
    background: none;
}
.logo img,
.mobile_logo img {
    background-color: #eee;
    padding: 8px;
    border-radius: 25px;
}
.menu ul li a {
    color: #fff;
}

.hiring-global{
    text-align: center;
    background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url('/imageserver/AdminMedia/Paralax_Backgrounds/decoroofingblue.jpg');
color: white;
margin: none;
padding: 30px 0;
}

.hiring-global h2{
    font-size: 4rem;
}

.hiring-global h3{
    font-size: 2rem;
}

/**** HOME - FINANCING ****/
.home-financing {
    width: 100%;
    background-color: var(--accent-color);
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.home-financing a img {
    width: 500px;
    height: auto;
    max-width: 90vw;
    object-fit: contain;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

.home-financing-content {
    text-align: center;
    width: 600px;
    max-width: 90vw;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-financing-content {
    text-align: left;
}

.home-financing-content h3{
    font-size: 2rem;
    font-weight: 700;
}