*{
    box-sizing: border-box;
}
div{
    display: block;
}
.main-container{
    margin:0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    height: 100%;
    width: 100%;
}
/*banner area container*/
.top-container{
    height: 40%;
    width: 100%;
    padding: 100px 0;
    background-image: url(/Images/tools.jpg);
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%; /*background-size: contain;*/
  box-shadow: inset 0px 15px 10px -15px #111;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*banner container*/
.banner-container{
  margin: 0 15%;
  width: 70%;
  height: 100%;
  padding:20% 0;
  background-image: url(/Images/TomThePlumber-Banner.png);
  background-size: 100%;
  background-attachment:initial;
  background-repeat: no-repeat;
}
.visible{
    opacity: 1;
    transition: opacity 1s ease-in-out
}
.hidden{
    opacity: 0;
}
/*Hours & Location & Services*/
.secondary-container{
    width: 100%;
    height: 20%;
    background-color: #3f5683;
    justify-content: center;
    text-align: center;
    color:white;
    box-shadow: 0 15px 20px -15px #111, 0px -15px 10px -15px #111;
    padding: 5% 0;
}
.secondary-text{
    padding:7px;
    top: 50%;
}
.secondary-header{
    font-size:60px;
}
.schedule-text{
    font-size: 40px;
}
/*About Us*/
.home-about-container{
    width: 100%;
    height: 60%;
    text-align: center;
    padding:7px;
    margin: 50px 0;
}
.home-about{
    background-color: #ebebebde;
    border-radius: 15px;
    width: 50%;
    height: 100%;
    margin: 50px 25%;
    padding:40px 45px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
}
.home-about-text{
    color:#3f5683;
    font-size: 25px;
    top:50%;
    position: inherit;
}
.about-span{
    color: #df6231;
    font-size: 35px;
}
/*Testimonials*/
.testimonials-container{
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: 550px;
    background-image: url(/Images/tools2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%; /*background-size: contain;*/
    color:#fff;
    padding: 0 100px;
}
.testimonial{
    position: absolute;
    height: 100%;
    width: 80%;
    padding: 10% 0;
    opacity: 0;
    transition: opacity 0.5s;
    text-align: center;
    background: none;
    z-index: 1;
}
.testimonial.active{
  opacity: 1;
}
.testimonial-text{
    font-size: 40px;
    transition: opacity 0.5s ease;
}
.testimonial-info{
    opacity: .7;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17.5px;
    transition: opacity 0.5s ease;
}
/*Service*/
.service-ex-col-wide{
    justify-content: center;
    height: 20%;
    width: 80%;
    margin: 5% 10%;
    padding: 0% 15%;
    text-align: center;
}
.service-ex-col-wide:after{
    content: "";
    display: table;
    clear: both;
}
.service-line{
    background-color: #df6231;
    width: 80%;
    align-items: center;
    height:2px;
    border-width:0;
}
.service-pic-ex-container{
    height: 20%;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 5% 0%;
}
.service-pic-ex-container:after{
    content: "";
    display: table;
    clear: both;
}
.service-ex{
    float:left;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 5%;
    border-color: #df6231;
    border-style: solid;
    border-width: .5rem;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
}

.service-pic{
    width: 100%;
    height: 50%;
    border-radius: 5%;
    border-color: #df6231;
    border-style: solid;
    border-width: .5rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
}
.service-ex-col{
    float: left;
    width: 33.33%;
    height: 100%;
    padding: 0 3.33%;
}
.service-ex-label{
    font-size: 25px;
    margin:20px 0;
    color: #3f5683;
}
.service-txt-container{
    width: 100%;
    height: 1vh;
    text-align: center;
    margin-bottom: 3%;
}
.service-txt-left{
    width: 66%;
    float: left;
}
.service-txt-right{
    width: 33%;
    float: left;
}
/*reactive elements*/
@media (max-width:1000px){
    .top-text-container{
        height: 80%;
    }
    .top-text{
        font-size: 60px;
    }
}
@media (max-width:800px){
    .top-text{
        font-size: 50px;
    }
    .secondary-header{
        font-size: 40px;
    }
    .schedule-text{
        font-size: 30px;
    }
    .about-span{
        font-size: 20px;
    }
    .home-about-text{
        font-size: 15px;
    }
    .testimonial-text{
        font-size: 25px;
    }
    .testimonial-info{
        font-size: 10px;
    }
    .service-ex-label{
        font-size: 15px;
    }
}
@media (max-width:400px){
    .top-text-container{
        height: 30%;
    }
    .top-text{
        font-size: 40px;
    }

}