
.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%;
}
.about-main{
    background-image: url(https://tomtheplumberinc.com/Images/about-bg.jpg);
    padding: 20px 0;
}
.about-container{
    width: 80%;
    height: 100%;
    background-color: #ebebebef;
    border-radius: 15px;
    height: 100%;
    margin: 50px 10%;
    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);
}
.about-top-container{
    
    height: 40%;
    width: 100%;
    padding: 30px 0;
  box-shadow: inset 0px 15px 10px -15px #111;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-top-container::after{
    content: "";
    display: block;
    clear: both;
}

/* about top left */
.about-line{
    width: 80%;
    background-color:#3f5683;
    align-items: center;
    height:2px;
    border-width:0;
}
.about-top{
    text-align: center;
    font-size: 25px;
    width: 50%;
    float: left;
}
.social-review{
    width:20%;
    height: 100%;
    margin: 0 2.5%;
    float: left;
}
.nextdoor-txt{
    font-size: 35px;
    color: #19975D;
}
.social-logo{
    height: 60%;
    width: 60%;
}
.about-txt-container{
    width: 80%;
    height: 100%;
    margin: 50px 10%;
    text-align: center;
}

.about-lbl{
    font-size: 40px;
}
.about-txt{
    font-size: 30px;
    top:50%;
    position: inherit;
    padding-bottom:5%;
}
.top-text{
    text-shadow: 2px 2px #cfc9c9;
}
.about-bottom-container{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5% 0;
}
.about-bottom{
    width: 60%;
    height: 100%;
    margin:0 20%;
}
#bottom-txt{
    font-size:40px;
    text-shadow: 2px 2px #cfc9c9;
}

/*reactive elements*/
@media (max-width:1000px){

}
@media (max-width:800px){
    .about-lbl{
        font-size: 25px;
    }
    .about-txt{
        font-size: 20px;
    }
}
@media (max-width:400px){
    .about-lbl{
        font-size: 20px;
    }
    .about-txt{
        font-size: 17px;
    }

}