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;
}


.ital {
    font-style: italic;
}

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

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 5px;
}



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

.colorBrown {
    color: #A37A14;
}

.colorBlue {
    color: #1439A2;
}

.gradient-divider {
    height: 1px;
    z-index: 5;
    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%);
}

.cta-wrapper {
    cursor: pointer;
    z-index: 5;
}

.cta {
    display: block;
    padding: 5px 8px;
    background-color: #fff;
}

a:hover {
    cursor: pointer;
}

.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-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: 3;
}

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

.header-title::after {
    top: 50%;
    right: -11%;
}
.hero{
    height:40vw;
    max-height:400px;
    overflow:hidden;
    background-image:linear-gradient(rgba(0,0,0,0.3)0%, rgba(0,0,0,0.3)100%), url('/imageserver/Reusable/gutters21/aluminum-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items: center;
    justify-content: center;
}
.hero-text-wrapper{
    color:#fff;
    text-align:center;
}
.section1{
    padding:5% 3%;
    margin:0 auto;
}
.sec1-wrapper{
    max-width:1400px;
    margin:0 auto;
}
.sec1-header{
    text-align:center;
    max-width:1200px;
    margin:0 auto;
}
.sec1-grid{
    display:grid;
    grid-template-columns: .5fr 1fr;
}
.section5{
    margin:0 auto;
    text-align: center;
}
.sec5-header{
    max-width:1200px;
    margin:0 auto;
}
.sec5-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:45vw;
    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;
}

body{
font-family: 'Poppins',  'Montserrat', serif;

}



.home{
   background-color:white;
   padding:20px 15px;
}


.rButton {
	background-color:transparent;
	border-radius:28px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.rButton:hover {
	background-color:white;
        color:black;
}
.rButton:active {
	position:relative;
	top:1px;
}
.grid-container{
    display: grid;
    width: 100%;  
    height:58vh;
    grid-template-columns: repeat(12, [col-start] 1fr);
    overflow:hidden;
}
.hero-text{
    grid-column:1/-1;
    grid-row:1;
    padding:6% 6%;
    max-width:65%;
    height:58vh;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
background-image:linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,.3) 100%); 
}

.hero-img{
    grid-column: col-start / span 12;
    grid-row:1;
    

}
.hero-img img{
   object-fit:cover;
   height:58vh;
}
@media only screen and (max-width: 992px) {
    .hero-text{
        max-width:100%;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);   }
}


.product{
   background-color:white;
   padding:20px 10px;
margin-right:10px;
}

.line-break{
   border-top:2px solid black;
   max-width: 150px;
   margin: 0 auto;
}

.durability{
   min-height:175px;
}

.right img{
   float:right;
   padding:.5em;
}

.left img{
   float:left;
   padding:.5em;
}

.accordion{
margin-top: 100px;
}
.overviewSection{
text-align: center;
background: #fff;
}

.collapse{
padding: 0 50px;
}


button.btn{
font-size: 16px;
color: var(--accent-color);
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
width: 100%;
text-align: left;
outline: none;
padding: 20px;
background: transparent;
border: none;
}

button.btn.collapsed:before{
    content: "+";
float: right !important;
padding-right: 5px;
font-size: 35px;
color: #000;
margin-top: -20px;
outline: none;
}

button.btn:before{
    content: "-";
float: right !important;
padding-right: 5px;
font-size: 35px;
color: #000;
margin-top: -20px;
outline: none;
}

.btn{
white-space: inherit !important;
}

@media (max-width:981px){
a.btn.collapsed:before{
margin-top: 0 !important;
}

a.btn:before{
margin-top: 0 !important;
}
}



.accordion {
background: #fff;
}


.gutter-profile{
padding: 20px;
font-size: 15px;
text-align: left;
}

.hoverThumbs:hover {transition: .5s ease;opacity: 0.6;}
.colorizer-default {
            display: inherit;
            width: 100%;
            margin-top: 10px;
             border: 5px solid var(--accent-color);
        }

        .colorizer {
            display: none;
            width: 100%;
            margin-top: 10px;
            border: 5px solid var(--accent-color);
        }

        .image-toggler {
            width: 100%;
            color: white;
            padding: 10px;
            cursor: pointer;
        }

        #colorizer-header {margin-top: 30px;}

        @media (max-width: 767px) {
             #colorizer-header {margin-top: 3px;}
        }

  @media only screen and (max-width:600px) {
  .grid-container{
     height:35vh;
   }
  .hero-text p{
   display:none;
  }
 
}

@media screen and (max-width:992px) {
    .sec1-grid{
        display:block;
        text-align:center;
    }
    .sec5-grid{
        display:block;
        padding:0 3%;
    }
}