:root{
    --main-color: #89AB92;
    /* rgba(137,171,146,1); */
    --secondary-color:#AB8C80;
}
/* rgba(44,152,69,1); */
body,html{
    box-sizing: border-box;
    margin:0!important;
    padding: 0!important;
    font-size:18px;
    width:100%;
    height:100%;
}
#main-wrapper{
    overflow: hidden;
}
.maincontent{
    max-width:100%;
    padding:0;
    margin:0;
}
.maincontent_wrapper{
    padding-top:0;
}

h1{
    font-size:3rem;
}
h2{
    font-size:2rem;
}
h3{
    font-size:1.6rem;
    margin:8px 0;
    padding:0;
}
img{
    width:100%;
}
.row{
    margin:0;
    padding:0;
}

div.menu {
    /* text-align: center; */
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap:wrap;
}

.title {
    font-weight: 700;
    margin: 10px 0 0;
}

.flex-group{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap:wrap;
}

.shingle-thumb{
    max-width:100px;
    margin:5px 0;
    cursor:pointer;
}
.main-img{
    max-height:300px;
    overflow:hidden;
    margin-bottom:30px;
    position: relative;
}
#color-choice{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    color:#fff;
    display:grid;
    text-align: center;
    align-items: center;
}
.section1 {
    padding: 1% 5% 0;
}

.section1-details {
    margin: 0 auto;
}

.showSingle {
    padding: 0 30px;
    margin:0 0 30px;
    display:inline-block;
    white-space: nowrap;
    color: var(--main-color);
    cursor: pointer !important;
    font-size: 1.8rem;
    position: relative;
}

.showSingle::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    border-left:2px solid var(--main-color);
    bottom: 0;
    left: 0;
    pointer-events: none;
}
#vista.showSingle::after{
    border-left:0;
    /* height:0; */
}
.showSingle::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    border-bottom:2px solid var(--main-color);
    bottom: -10px;
    left: 0;
    transform:scale(0);
    transition:.5s;
    pointer-events: none;
}

.showSingle:hover {
    color: var(--main-color);
    text-decoration: none;
}
.showSingle:hover.showSingle::before {
    pointer-events: none;
    transition:.5s;
    transform:scale(1);
}
.subtitle{
    font-style: italic;
    font-size:2rem;
    color: var(--main-color);
    font-weight:800;
}
.highlightLrg{
    font-style: italic;
    color:var(--secondary-color);
    font-size:2rem;
}
.highlightSm{
    font-style: italic;
    color:var(--secondary-color);
    font-size:1.3rem;
}

.highlight {
    color: var(--secondary-color);
    position: relative;
    font-style: italic;
}

.highlight::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 100%;
    border-bottom:2px solid var(--secondary-color);
    border-left:2px solid var(--secondary-color);
    background: var(--secondary-color);
    bottom: -10px;
    left: 0;
    pointer-events: none;
}

#page-header {
    padding: 2% 0;
}

#page-title {
    text-transform: uppercase;
    text-align: center;
    padding:0;
    letter-spacing: .1rem;
    margin:30px 0 0;
}

.targetDiv {
    padding: 2% 5%;
    min-height:75vh;
}

.heading1 {
    text-align: center;
    font-size: clamp(20px, 1.4vw, 36px);
    padding: 10px 0 30px;
}

.colors img {
    max-width: 5px;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    border: 2px solid #fafafa;
    margin: 8px 0 0;
}

.product-header {
    text-align: center;
    padding: 0 0 3%;
}

.products {
    margin: 5% 0 0;
}

#myImage {
    max-width: 450px;
}

#text {
    color: #000;
}

.product-list img {
    max-width: 100px;
}

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

.brochure {
    color:var(--main-color);
}
.brochure:hover {
    color:var(--secondary-color);
}
.warranty {
    color:var(--main-color);
}
.warranty:hover {
    color:var(--secondary-color);
}

.section3 {
    background: url('/imageserver/Reusable/malarkey22/main-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
    color: #000;
}

.icon-group {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.icon p:first-child {
    font-weight: 700;
    font-size: 1.3rem;
}

.icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 350px;
    justify-content: center;
    align-items: center;
    margin: 20px;
    cursor:pointer;
}

.icon-title {
    font-weight: 700;
    font-size: 1.2rem;
    color:var(--main-color);
}
#desktop-shingle{
    max-width:1300px;
    margin-top:50px;
}

#mobile-shingle{
    display:none;
    margin-top:50px;
}
.cutout{
    text-align:center;
    padding:0 3%;
}
/* ================= Product Slider ============= */

    
    #hero-overlay{
      color:#fff;
	height:100%;
	width:100%;
	display:grid;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index:10;
}



#loop-slider {
	position: relative;
	overflow: hidden;
	width: 100vw;
	max-width: 100%;
	height: calc(100vw / 3.24);
  }
  @media (max-width: 920px) {
	#loop-slider {
	  height: calc(100vw / 2.2);
	}
  }
  #loop-slider:hover .controls::before, #loop-slider:hover .controls::after {
	opacity: 1;
  }
  #loop-slider #img-group {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	transform: translateX(-100vw);
	transition: transform 300ms ease-in-out;
	-webkit-transition: transform 300ms ease-in-out;
  }
  #loop-slider #img-group .slide {
	position: relative;
	display: inline;
	float: left;
	width: 100vw;
	max-width: 100%;
	height: calc(100vw / 2);
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 99;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  @media (max-width: 920px) {
	#loop-slider #img-group .slide {
	  height: calc(100vw / 2.2);
	}
  }
  
  /*  ============== Media Queries ================= */

@media screen and (max-width: 1100px) {
    .section1-grid {
        display: block;
        text-align: center;
    }

    .grid-content {
        max-width: 95%;
    }

    .section1 {
        padding: 2%;
    }
}
@media screen and (max-width: 992px) {
    .section1-details{
        display:grid;
        justify-content:center;
    }
    .warranty{
        margin:0 auto;
    }
    #desktop-shingle{
        display:none;
    }
    #mobile-shingle{
        display:block;
    }
}
@media screen and (max-width: 800px) {
    .showSingle::after{
        border-left:0;
    }
}
@media screen and (max-width: 640px) {
    .swiper-slide {
        height: 50vw;
      }
}
@media screen and (max-width: 400px) {
    .icon {
        width:300px;
      }
}