 bodx, html{
     height:100%;
     margin:0;
     font-size:16px;
     font-family:"Lato", sans-serif;
     font-weight:400;
     line-height:1.8em;
     color:#666;
 }

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


    background-attachment:fixed;
}

 .pimg1{
    background-image:url('../img/img04.png');
    min-height:700px;
 }

 .pimg2{
    background-image:url('../img/img01.png');
    min-height:400px;
 }

 .pimg3{
    background-image:url('../img/img02.png');
    min-height:400px;
 }

 .pimg4{
    background-image:url('../img/img03.png');
    min-height:400px;
 }

 .section{
     text-align: center;
     padding: 50px 80px;
     font:arial;
 }
.section01{
    background-color:black;
    color:white;
}
.section02{
    background-color:black;
    color:white;
}
.section03{
    background-color:black;
    color:white;
}

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

.ptext .bprder{
    background-color:#111;
    color:white;
    padding: 20px;
}