*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100%;
    margin: 0;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 1.8em;
    color: #666;
}
.pimg1{
    background-image: url(Image\ parallax\ 3.jpg);
    min-height: 1000px;
}
.pimg2{
    background-image: url(Image\ parallax\ 1.jpg);
    min-height: 400px;
}
.pimg3{
    background-image: url(Image\ parallax\ 4.jpg);
     min-height: 400px;
}
.pimg4{
    background-image: url(./Image\ parallax\ 2.jpg);
    min-height: 400px;
}
.pimg1,
.pimg2,
.pimg3,
.pimg4 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.ptext{
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    color: black;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.textBg{
    background-color: #313343;
    color: white;
    padding: 20px;
}
.section
{  
    padding: 50px 80px;
    text-align: center;
}
.section-light{
    background-color: #f4f4f4;
    color: #666;
}
.section-dark{
    background-color: #282828;
    color: #ddd;
}

/* RESPONSIVENESS */

@media (Max-width:426px) {

    .ptext, .textBg{
      font-size: 20px;
      line-height: 5rem;
      padding: 0.5rem 0.8rem 0.5rem 0.8rem ;
    }
    .section h2 {
        padding-bottom: 15px;
    }
    .p{
        text-align: justify;
    }
     
}





