:root{
  --pink:#D4107D;
}

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%;
}
.pink{
  color:var(--pink);
  text-transform: uppercase;
  font-weight: 800;
  text-align:right;
}

.thin{
  font-weight:200;
}
.my-header{
  max-width:1200px;
  padding-inline:3%;
  margin:0 auto;
}
.my-container{
  max-width:1400px;
  padding-inline:3%;
  margin:75px auto;
}
.flex3{
  display:flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap:wrap;
  margin-top:75px;
}
.flex-item{
  max-width:500px;
  padding-inline:2%;
}
#yearly-color{
  margin-top:30px;
padding-bottom:150px;
}

.videoWrapper {
	position: relative;
	padding-top: 25px;
        padding-bottom: 56.25%;
	max-width:560px;
        max-height:500px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
        max-width:560px;
        max-height:315px;
}

/* =============== Parallax ================== */
#overlay {
    mix-blend-mode: multiply;
    background-color: #1D3140;
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #section1 {
    background-color:#154776;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }
  #section1::before{
    content:"";
    position: absolute;
    height:1000px;
    width:1000px;
    border-radius:50%;
    border:1px solid var(--secondary-color)
  }
  #box1 {
    height: 100px;
    width: 100px;
    background: red;
  }
  
  #box2 {
    height: 150px;
    width: 150px;
    background: blue;
  }
  
  #box3 {
    height: 250px;
    width: 250px;
    background: green;
    z-index: 1;
  }
  /* ============================== */

  
  .reusable,p,a{
  font-size:18px;
  }
  .myButton {
    background-color:transparent;
    border-radius:10px;
    border:1px solid var(--accent-color);
    display:inline-block;
    cursor:pointer;
    color:var(--accent-color);
    font-size:19px;
    padding:10px 30px;
    text-decoration:none;
  }
  .myButton:hover {
    background-color:var(--accent-color);
          color:white;
          text-decoration:none;
  }
  .myButton:active {
    position:relative;
    top:1px;
  }
  .rButton {
    background-color:transparent;
      text-transform: uppercase;
    border-radius:2em;
      display:inline;
    border:1px solid #B4BAB1;
    cursor:pointer;
    color:#B4BAB1;
      font-family: 'Arvo', serif;
    font-size:1em;
    padding:1em 1.5em;
    text-decoration:none;
      margin:0;
      z-index:10;
      /* max-width:120px; */
  }
  .rButton:hover {
    background-color:#424E63;
      color:white;
  }
  .rButton:active {
    position:relative;
  }
  .rButton-dark {
    background-color:#B4BAB1;
      text-transform: uppercase;
    border-radius:28px;
      display:inline;
    border:1px solid #996E42;
    cursor:pointer;
    color: #996E42;
      font-family: 'Arvo', serif;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;
      margin:0;
      z-index:10;
      /* max-width:120px; */
  }
  .rButton-dark:hover {
    background-color:#415437;
      color:white;
  }
  .rButton-dark:active {
    position:relative;
  }
  .row{
    margin:0 !important;
  }
  
  .hero-grid {
    display: grid;
    grid-template-columns: repeat(5, 20%);
  }
  
  .hero-bg{
    grid-column:1 / 6;
    grid-row: 1/ 3;
    /* height:67vh; */
    width:100%;
    background-image:
    linear-gradient(to left,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 80%),
     url(/imageserver/Reusable/owens-corning-shingles/atticat_hero.jpg);
    background-size:cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  .hero-header{
    position: relative;
    grid-column:3 / 6 ;
    grid-row:1 / 3;
    text-align:right;
    align-self:center;
    justify-self: flex-start;
    max-width:800px;
  }
 .hero-header h1{
  font-size:3rem;
 }
  
 
 
  .header-logo{
    grid-column:1/2 ;
    grid-row:1/2 ;
    border-right:0;
    border-left:0;
    background-color:#fff;
    margin:4%;
    width:100%;
    max-width:clamp(50px, 10vw, 100px);
  }
  
  #panther{
   grid-row:2/3;
   grid-column:1/3;
   align-self: flex-end;
   max-width:clamp(100px, 30vw, 400px);
    /* transform:rotate(345deg); */
    bottom:0%;
    left:1%;
    z-index:10;
  }
  .r-container{
    max-width:1400px;
    padding-inline:2%;
    margin:0 auto;
  }
  .docs{
    font-size:30px;
    color:#000;
  }
  .docs:hover{
    color:#D4107D;
  }
  #pink-warranty{
    display:none;
  }
  #warranty:hover #pink-warranty{
    display:block;
  }
  #warranty:hover #black-warranty{
    display:none;
  }
  .atticat-top{
    margin-top:50px;
  }
  .atticat-header{
    display:grid;
    grid-template-columns: 55% 45%;
    margin-top:50px;
  }

  .grid2-right{
    max-width:600px;
    place-self: center;
    margin:0 auto;
  }
  .performance{
    margin-top:50px;
  }
  .r-flex-group{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-evenly;
  }
  .r-flex-item{
    max-width:400px;
    margin-inline:25px;
    text-align: center;
  }
  .r-flex-image img{
    max-width:100px;
  }
  .safe{
    margin-top:75px;
    margin-bottom:50px;
  }
  .grid2{
    display:grid;
    grid-template-columns: 45% 55%;
  }
  .grid2-sm{
    display:grid;
    grid-template-columns: repeat(2, 50%);
  }
  /* ------------------------------------------Media Queries ----------------------------------------------- */
  
 
  
  @media screen and (max-width: 992px) {
    html{
     font-size:14px;
    }
       .hero-header{
        padding-right:11%;
       } 
       .grid2{
        display:block;
        text-align: center;
       }
       .atticat-header{
        display:block;
        text-align: center;
       }
       ul li{
        list-style-type: none;
       }
       .grid2-sm{
        display:block;
      }
  }
   
    @media (max-width: 768px) {
        
       */
        .hero-header{
          text-align: center;
          grid-column:1/-1;
          max-width:100%;
          padding:4%;
        }
        .hero-header p{
          display:none;
        }
        .hero-header h1{
          font-size:22px;
        }
        .hero-bg{
          background-position: center;
        }
      
    }
  
    @media screen and (max-width: 600px) {
     html{
       font-size:13px;
     } 
     .hero-bg{
      grid-row:1/3; 
      height:150px; 
    }
    .rButton{
      margin:10px 0;
      padding:10px 20px;
    }
      .header-logo{
        border:0;
      }
    }