html,body{
    height:100%;
    margin:0;
    font-size: 16px;
    font-family:"Lato",sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    color:#666;
}
.pimg1{
    background-image: url(images/hill.jpg);
    min-height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    
}
.pimg2{
    background-image: url(images/mid.avif);
    min-height:500px;
    
}
.pimg3{
    background-image: url(images/forest.jpg);
    min-height:500px;
    
}
.pimg4{
    background-image: url(images/hill2.jpg);
    min-height:100%;
    
}
.pimg1,.pimg2,.pimg3,.pimg4{
    background-size: cover;
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
 .ptext{
    color: black;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.textBg p{
    background: #666;
    color: white;
    padding: 20px ;
    font-size: 40px;

} 
.section h2{

text-transform: uppercase;

}
.textBg3 p{
    font-size: 40px;
    color: white;
    padding: 20px ;  
} 
.section{
    padding:50px 80px;
    text-align: center;
}
.section-light{
    background-color: #f4f4f4;
    color:#3c3939;
}
.section-dark{
    background-color: #3c3939;
    color:white;
}

.textBg5 p{
    background: #666;
    color:black;
    padding: 20px ;
    font-size: 40px;

}

@media(max-width:786px)
{
    .textBg,.textBg3,.textBg5{
        text-align: center;
        line-height: 50px;
    }
}