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

}

.maincontent_wrapper {     background-color:#f2f2f2;}

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