/* #EBEBEB */
/* red #DF2130 */
body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size:18px;
    font-family: "Poppins", sans-serif;
}

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

.maincontent_wrapper {
    padding-top: 0;
}

#reusable img {
    width: 100%;
}
.med-text{
    font-size:1.3rem;
}
.p-container{
    max-width:750px;
    font-weight:300;
    margin-top:3%;
}
.r-container{
    max-width:1400px;
    padding:2%;
    margin:0 auto;
}

.r-header{
    max-width:1000px;
    padding:2%;
    margin:0 auto;
    text-align: center;
}
.jumbo-text{
    font-size:65px;
    line-height: 1.2;
    text-transform:uppercase
}
.heavyweight{
    font-weight:600;
}
#reusable .hero{
   position: relative;
   max-height:75vh;
   overflow: hidden;
}

.hero-container{
  position: absolute;
  width:100%;
  height:100%;
  text-align: center;
  top:15%;
}
.hero-container h1{
    position: relative;
    display:inline;
    font-size:clamp(18px, 4vw, 60px);
    font-weight:700;
    margin:0;
    padding:0;
}
.hero-container h2{
    margin:0;
    font-weight:300;
    font-size:clamp(10px, 1.7vw, 48px);
}
.hero-container h1::after{
    position: absolute;
    content:"";
    top:50%;
    right:-55%;
    height:2px;
    width:50%;
    background-color:#fff;
}
.hero-container h1::before{
    position: absolute;
    content: "";
    top: 50%;
    left: -55%;
    height:2px;
    width:50%;
    background-color:#fff;
}
.hero-logo{
    position: absolute;
    top:5%;
    left:2%;
    max-width:10vw;
}

.space{
    /* height:50vh; */
    background-color:#EBEBEB;
}
.opening-grid{
    display:grid;
    grid-template-columns: 65% 35%;
}
.opening-grid-content{
    place-self: center;
    padding:2%;
}
#top_collage{
    max-width:500px;
}
.color-section{
    background-color: #EBEBEB;
}
.color img{
    max-width:150px;
    min-width:150px;
}
.color-selector-grid{
    display:grid;
    grid-template-columns: 25% 75%;
    text-align: center;
    max-width:1500px;
    padding:2%;
    margin:0 auto;
}
.color{
    margin-block:10%;
}
.color:hover{
    cursor:pointer;
    color:#DF2130;
}
.color p{
    font-size:1.3rem;
}
@media screen and (max-width:992px) {
    .color-selector-grid{
        display:block;
    }
    .color{
        display:inline-block;
        margin-inline:10px;
        margin-block:5px;
    }
    .color img{
        max-height:37px;
    }
}
@media screen and (max-width:800px) {
    .opening-grid{
        display: block;
    }
    .opening-grid-content{
        text-align: center;
    }
    ul li{
        margin-left:0;
        list-style-type:none;
        /* text-align: left; */
    }
    ul{
        padding-inline-start:0;
    }
}
@media screen and (max-width:600px) {
    .hero-container{
        top:10%;
      }
      .hero-container h1::before{
        width:30%;
        left: -35%;
    }
    .hero-container h1::after{
        width:30%;
        right: -35%;
    }
}
@media screen and (max-width:400px) {
    .hero-container{
        top:5%;
      }
}