body, html{
    padding: 0;
    height:100%;
    margin:0;
    font-size:16px;
    font-family:"Lato", sans-serif;
    font-weight:400;
    line-height:1.8em;
    color:rgba(102, 102, 102, 0.387);
}
  
.pimg1, .pimg2, .pimg3, .pimg4, .pimg5{
    position:relative;
    opacity:0.70;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
  
.pimg1{
    background-image:url("Naruto.World\ 2.jpeg");
    min-height: 100%;
}
  
.pimg2{
    background-image:url("Naruto.Uzumaki.jpeg");
    min-height:400px;
}
  
.pimg3{
    background-image:url("Saske\ Uchiha.jpeg");
    min-height:400px;
}
.pimg4{
    background-image:url("sakura\ haruno.jpeg");
    min-height:400px;
}
.pimg5{
    background-image:url("Kakashi\ Hatake.jpeg");
    min-height:400px;
}
  
.section{
    text-align:center;
    padding:50px 80px;
}
  
.section-dark{
    background-color:#282e34;
    color:#ddd;
}
  
.ptext{
    position:absolute;
    top:50%;
    width:100%;
    text-align:center;
    font-size:27px;
    letter-spacing:5px;
    word-spacing: 10px;
    text-transform:uppercase;
}
  
.ptext .border{
    background-color:#111;
    color:#fff;
    padding:20px;
}
  
.ptext .border.trans{
    background-color:transparent;
}