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/image_1.jpg);
    min-height: 100%;
}
.pimg2{
    background-image: url(images/image_2.jpg);
    min-height: 400px;
}
.pimg3{
    background-image: url(images/image_3.jpg);
    min-height: 400PX;
}
.pimg4{
    background-image: url(images/image_4.jpg);
    min-height: 400PX;
}
.pimg5{
    background-image: url(images/image_5.jpg);
    min-height: 100%;
}
.pimg1,.pimg2,.pimg3, .pimg4, .pimg5{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ptext{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: black;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.textbg{
    background-color: #313534;
    color: #fff;
    padding: 12px;
}
.section{
    padding: 50px 80px;
    text-align: center;
}
.section-light{
    background-color: #f4f4f4;
    color: #666;
}
.section-Dark{
    background-color: #282e34;
    color: #ddd;
}