:root{
    --main-color:#EF4133;
}

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;
}
h1{
    font-size:3rem;
} 
h2{
    font-size:2rem;
}
p{
    font-size:1rem;
    line-height:28px;
    letter-spacing:1.3px;
}
.bold{
    font-weight:700;
}
.tb-20{
    margin:20px 0;
}
.tb-60{
    margin:60px 0;
}
.heading{
    font-weight:900;
    letter-spacing:2.5px;
    text-transform:uppercase;
}

.upper{
    text-transform: uppercase;
}
.thick{
    width:100%; 
    margin:40px auto; 
    border:3px solid black;
}
.highlight{
    font-weight:900;
    font-style: italic;
    letter-spacing:2.5px;
}

img{
    width:100%;
    filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}
.myButton {
    background-color: #fff;
    box-shadow: 0px 6px 10px -7px #276873;
    border:1px solid #000;
    border-radius: 3px;
    display: inline;
    cursor: pointer;
    color: #276873;
    font-family: 'Encode Sans SC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 13px 32px;
    text-decoration: none;
    max-width:40%;
    margin:20px auto 0;
    z-index:4;
  }
  .myButton:hover {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    background-color: #408c99;
    color: #F3EFE6;
    transform:scaleX(0.9);
  }
  .myButton:active {
    position: relative;
    top: 1px;
  }
  .hero{
    position: relative;
    height:35vw;
    overflow: hidden;
}
@keyframes sanding{
    0% {
        opacity:.5;
    }
    10% {
        opacity:1;
    }
    40%{
        opacity:1;
    }
    45%{
        opacity:.6;
    }
    50%{
        opacity:0;
    }
    95%{
        opacity:0;
    }
    100%{
        opacity:0;
    }
}
@keyframes painting{
    0% {
        opacity:0;
    }
    45%{
        opacity:0;
    }
    50%{
        opacity:.6;
    }
    55%{
        opacity:1;
    }
    85%{
        opacity:1;
    }
    90%{
        opacity:1;
    }
    95%{
        opacity:.5;
    }
    100%{
        opacity:.2;
    }
}
.houses{
    position: absolute;
    opacity:1;
    top:0;
    height:35vw;
    width:100%;
    background-image:url("/imageserver/Reusable/sherwin-williams/lodge-bgr.png");
    background-size:100%;
    background-repeat:no-repeat;
    background-position:-35vw -20vw;
    overflow:hidden;
}
.videoWrapper {
    position: absolute;
    padding-bottom: 56.25%;
    grid-column:1/2;
    grid-row:1/2;
    width: 100%;
}
.videoWrapper video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#hero_sanding{
    width: 100%;
}
#hero_painting{
    animation: painting 13s ease-in-out infinite;
    transform:translateX(200px);
    width: 100%;
}

.hero-container{
    position: absolute;
    display:grid;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:200;
}
@keyframes hero {
    to{
        transform:translateY(0px);
    }
}
@keyframes hero-sub{
    to {
        transform:translateY(0%);
    }
}
#logo{
    position: absolute;
    top:2%;
    left:2%;
    background-color:#fff;
    border-radius:50%;
    border:1px solid #EF4032;
    padding:1.5%;
}
.hero-content{
    grid-column:1/2;
    grid-row:1/2;
    padding-left:10%;
    align-self:center;
    color:#fff;
    position: relative;
    /* max-height:75vh; */
    z-index:10;
    overflow-y:hidden;
}
.hero-content h1{
    max-height:108px;
    overflow:hidden;
    padding-left:8px;
}
.hero-content h1#mobile{
    display:none;
}
.hero-content h1 span{
    font-size:6rem;
    text-transform:uppercase;
    display:inline-block;
    transform:translateY(200px);
    margin:0 -8px;
    padding:0;
}
.hero-content h1 span.space{
    margin-right:20px;
}
.letter1{
   animation: hero 1s ease-out forwards;
}
 .letter2{
    animation: hero 1s .1s ease-out forwards;
} 
.letter3{
    animation: hero 1s .2s ease-out forwards;
}
.letter4{
    animation: hero 1s .3s ease-out forwards;
}
.letter5{
    animation: hero 1s .4s ease-out forwards;
}
.letter6{
    animation: hero 1s .5s ease-out forwards;
} 
#v{
    margin-left:0;
}
.space{
    margin-right:125px;
    display:inline;
}
.hero-content h3{
    overflow-x:hidden;
}
#hero-subtitle1{
    display:inline-block;
    animation: hero-sub 1.5s 1.5s forwards;
    transform:translateY(125px);
    overflow-x:hidden;
    font-size:2rem;
}
#hero-subtitle2{
    display:inline-block;
    animation: hero-sub 1.5s 1.8s forwards;
    transform:translateY(125px);
    overflow:hidden;
    font-size:2rem;
}
.section1{
    padding:5%;
    background-image: url('/imageserver/Reusable/sherwin-williams/design-bg-min.png');
    background-repeat: no-repeat;
    background-size:cover;
}
.section1 h1{
    max-width:500px;
}
.section1 ul li{
    list-style-type: none;
}
.section1 li p {
    position: relative;
}
.section1 li p::before{
    content:url('/imageserver/AdminMedia/green-check.svg');
    position: absolute;
    top:0;
    left:-35px;
    height: 20px;
    width:25px;
}
.section1 .box{
    max-width:550px;
    margin:0 auto;
}
.section1 .box-inner{
    border:5px solid #000;
    text-align: center;
    padding:30px 0;
    margin-bottom:20px;
}
.section1 ul li{
    position: relative;
}
.section1 ul li::before{
    position: absolute;
    content:"";
    top:5%;
    left:-5%;
    background-image:url('/imageserver/Reusable/sherwin-williams/check-blue.png');
    background-size:cover;
    height:25px;
    width:25px;
}


/* ========================== Section 2 ======================== */
.section2{
    background-image:linear-gradient(rgba(74,74,74,0.9)0%, rgba(74,74,74,0.9)100%), url('/imageserver/Reusable/sherwin-williams/color-swatches-min.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
}
.section2-inner{
    padding:2% ;
}
.section2-inner .heading{
    text-align:center;
}
.flex-group{
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
    flex-wrap:wrap;
    position: relative;
}
.flex-item{
    padding:10px 20px;
}
.item-visible{
    text-align: center;
    width:300px;
    /* position: relative; */
}
.item-overlay{
    position: absolute;
    background-color:rgba(255,255,255,0.9);
    color:#000;
    padding:3%;
    top:0;
    left:25%;
    border:1px solid var(--main-color);
    opacity:0;
    width:50vw;
    pointer-events: none;
    transition:.3s;
}
.item-visible:hover ~ .item-overlay{
    position: absolute;
    transition:.3s;
    z-index:10;
    opacity:1;
    top:0;
    left:25%;
    pointer-events: none;
}
.flex-item img{
    max-width:150px;
}
.sheens{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.sheens p{
    margin-right:20px;
}
/* =========================== Divider ======================= */
.divider{
    padding:1% 0;
}
.divider .flex-group img{
    max-width:300px;
    margin:20px 0;
}

/* ============================= Section 3 ========================= */
.section3{
    background-image:linear-gradient(to bottom, rgba(255,255,255,1)0%, rgba(255,255,255,0.8)100%), url('/imageserver/AdminMedia/colortoneblending.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    text-align:center;
    margin:0 auto;
    padding:0 0 50px;
}
.section3 .box{
    position: relative;
    text-align:center;
    background:rgba(250,250,250,0.1);
    padding:1em 0;
    transition: .3s;
    width:30vw;
    max-width:375px;
}
.section3 .box:hover{
    background-color:#5d648c;
    transform:translateY(-10px) scale(.99);
    color:#fafafa;
    fill:#fafafa;
}
.section3 .boxes{
    margin-top:5%;
    margin:0 auto;
    display:flex;
    gap:20px;
    justify-content: space-around;
    flex-wrap:wrap;
}
.section3 .box-inner{
    padding:1em 2em;
}
.boxSvg{
    height:100px;
}
.boxSvg img{
    max-width:100px;
}



@media screen and (max-width:1100px){
    .flex-item{
        position: relative;
    }
    .item-overlay{
        width:400px;
        left:0;
    }
    .item-visible:hover ~ .item-overlay{
        width:400px;
        left:0;
    }
}
@media screen and (max-width:992px){

    .hero-content h1#mobile{
        display:block;
    }
    .hero-content h1#desktop{
        display:none;
    }
    .section3 .box{
        position: relative;
        text-align:center;
        background:rgba(250,250,250,0.1);
        padding:1em 0;
        transition: .3s;
        width:100%;
        max-width:375px;
    }
    .flex-item{
        position: relative;
    }
    .item-overlay{
        width:400px;
        left:-15%;
    }
    .item-visible:hover ~ .item-overlay{
        width:400px;
        left:-15%;
    }
}
@media screen and (max-width:800px) {
    .hero-container{
        display:block;
        text-align: center;
    }
    #hero-subtitle1{
        animation: herosub 1.5s 1.5s forwards;
        transform:translateY(0px);
    }
    .hero-content{
        padding-left:0;
    }
  
}
@media screen and (max-width:500px) {
    h1{
        font-size:2rem;
    }
    h2{
        font-size:1.8rem;
    }
    #hero-subtitle1{
        display:none;
    }
    .hero-content h1{
        padding-left:0;
    }
    #hero_painting{
        transform:translateX(0px);
    }
}
@media screen and (max-width:400px) {
    .item-overlay{
        width:300px;
        left:-15%;
    }
    .item-visible:hover ~ .item-overlay{
        width:300px;
        left:-15%;
    
    }
}