html,
body {
    height: 100%;
    margin: 0;
}

.pimg1 {
    background-image: url(images/image1.png);
    min-height: 100%;
}

.pimg2 {
    background-image: url(images/image2.png);
    min-height: 400px;
}

.pimg3 {
    background-image: url(images/image3.png);
    min-height: 400px;
}

.ptext {
    font-size: 27px;
    position: absolute;
    color: black;
    top: 50%;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 8px;



}

.textbg {

    background-color: #313534;
    color: #fff;
    padding: 20px;
}

.section {
    padding: 50px 80px;
    text-align: center;
}

.section-light {
    color: #666;
    background-color: #f4f4f4;

}

.section-dark {
    background-color: #282e34;
    color: #ddd;
}

.pimg1,
.pimg2,
.pimg3 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}