
/*--------------------everything unique to this css------------------------------------------*/


.aboutheading {
    
    height: 200px;
    width: 100%;
}
.aboutheading h1{
    color: white;
    font-size: 10vh;
    text-align: center;
    padding-top: 50px;
    
}

.aboutcontent1 h2,.aboutcontent2 h2{
    font-size: 35px;
    font-weight: 500;
}
.aboutcontent1 , .aboutcontent2{
    text-align: center;
    color: white;
    background: ;
    font-size: 2.9vh;
   padding: 15px 20px;
    
}

.valueslist li{
    padding-top: 20px;
    padding-right: 15px;
    
}

.wrapall{
    background: url("../images/Whowearesmaller.jpeg") no-repeat center center ;
    background-attachment: fixed;
    background-color: #000;
}

.wrap1, .wrap2, .wrap3, .wrap4{
    background-color: rgba(24,25,27,0.8);
    margin-top: 120px;
    margin-left: 20px;
    margin-right: 20px;
}
.wrap1{
    margin-top: 0px!important;
}

.aboutcontent3, .aboutcontent2{
    padding-top: 30px;
}

@media all and (min-width: 800px) {
    
    .aboutcontent3 {
        padding: 15px 200px!important;
    }
        
    
}
 
@media all and (max-width: 600px){
    
    
    .wrapall{
        background: none;
        background-color: black;
    }
    
}