body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

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

.maincontent_wrapper {
    padding-top: 0;
}

img {
    width: 100%;
}

.bold {
    font-weight: 900;
}

.thin {
    color:#fff;
}


.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 15px;
}
h2{
    color: #1439A2;
}

.highlight {
    color: #1439A2;
    text-transform: uppercase;
}

.colorBrown {
    color: #A37A14;
}
.colorBlue {
    color: #1439A2;
}

.gradient-divider {
    height: 1px;
    z-index: 2;
    background: #000;
    margin: 100px auto;
    position: relative;
    max-width: 50%;
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(50, 50, 50) 50%, rgb(255, 255, 255) 100%);
}


.border-gradient {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
}

.border-gradient-color {
    border-image-source: linear-gradient(to bottom right, #1439A2, #A37A14);
    transition: .3s;
}

.cta:hover {
    text-decoration: none;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.border-gradient:hover {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
}

.border-gradient-color:hover {
    border-image-source: linear-gradient(to top left, #1439A2, #A37A14);
    transition: .3s;
}

.header-div{
    margin:5% 0;
    text-align: center;
}

.header-title {
    margin: 0 auto;
    position: relative;
    max-width: 80%;
    display: inline-block;
}

.header-title::before,
.header-title::after {
    content: "";
    position: absolute;
    background-color: #A37A14;
    width: 10%;
    height: 2px;
    z-index: 2;
}

.header-title::before {
    top: 50%;
    left: -11%;
}

.header-title::after {
    top: 50%;
    right: -11%;
}
#main-wrapper{
    padding:0 3%;
}
.hero{
    height:40vw;
    max-height:400px;
    overflow:hidden;
    background-image: url('/imageserver/Reusable/gutters21/cleaning-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display:flex;
    align-items: center;
    justify-content: center;
}
.hero-text-wrapper{
    color:#fff;
    text-align:center;
}
.section1{
    padding:5% 0 0;
    margin:0 auto;
}
.sec1-wrapper{
    max-width:1400px;
    margin:0 auto 4%;
}
.sec1-header{
    max-width:800px;
    margin:0 auto;
    text-align:center;
}

#alum-styles{
    max-width:600px;
}
.grid-item{
    margin:15px 0;
}
.sec2-wrapper{
    max-width:1400px;
    margin:0 auto
}
.sec2-grid{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    /* grid-template-columns: repeat(auto-fill, minmax(300px 700px)); */
    grid-template-columns: 1fr 1fr;
}
.sec2-grid-left{
    justify-self:flex-end;
    -webkit-box-shadow: 5px 5px 11px 1px rgba(0,0,0,0.37); 
    box-shadow: 5px 5px 11px 1px rgba(0,0,0,0.37);
    padding:8%;
}
.sec2-grid-right{
    align-self:center;
}
.sec2-grid2{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 700px));
    justify-items: center;
}
.grid2-left{
    text-align: center;
    max-width:600px;
}
.grid2-right{
    text-align: center;
    max-width:600px;
}
#box-img{
    max-width:250px;
    float:right;
}
.section5{
    padding:5% 0 0;
    margin:0 auto;
}
.section6{
    padding:5% 0 0;
    margin:0 auto;
    text-align: center;
}
.sec6-header{
    max-width:1200px;
    margin:0 auto;
}
.sec6-grid{
    display:grid;
    grid-template-columns: 1fr 1.25fr;
    max-width:1650px;
    margin:0 auto;
}
#commercial{
    max-width:1100px;
    margin:50px auto;
    text-align: center;
}
.color{
    background:url('/imageserver/Reusable/gutters21/box-desat.png');
    background-position: center;
    background-size:30%;
    min-height:20vw;
    background-repeat:no-repeat;
}
#selected-color-title{
    font-size:1.5rem;
}
#selected-color{
    color:#A37A14;
    min-width:200px;
    display:inline-block;
    text-align:left;
}
.color-overlay{
    height:100%;
    mix-blend-mode:overlay
}
.colors-list{
    /* max-width:1600px; */
    padding:0 0 30px 10px;
    align-self:center;
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
span.color-item{
    display:inline-block;
    height:90px;
    width:90px;
    border:1px solid #000;
}
.color-item-group{
    display:flex;
    flex-direction: column;
    width:100px;
    margin:5px 0;
    text-align: center;
    justify-items: center;
    align-items:center;
}
.color-title{
    font-size:.8rem;
}

@media screen and (max-width:992px) {
    .sec1-wrapper,.sec2-grid,.sec2-grid2,.sec5-grid{
        display:block;
        max-width:80%;
        margin:20px auto;
        text-align:center;
    }
    .grid2-left,.grid2-right{
        max-width:100%;
    }
    .header-title::after {
        height: 0px;
    }
    .header-title::before {
        height: 0px;
    }
    .color{
        min-height:40vw;
        background-position: center;
    }
    #box-img{
        margin-top:-50px;
        max-width:200px;
    }
    .sec2-grid-right{
        display:none;
    }
    .color-overlay{
        min-height:40vw;
    }
}