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(image/18.jpg);
    min-height: 100%;
    
}
.pimg2{
    background-image: url(image/19.jpg);
    min-height: 500px;
       
}
.pimg3{
    background-image: url(image/9.jpg);
    min-height: 500px;
       
}
.pimg4{
    background-image: url(image/8.jpg);
    min-height: 500px;
}
.pimg5{
    background-image: url(image/4.jpg);
    min-height: 500px;
}
.pimg6{
    background-image: url(image/5.jpg);
    min-height: 500px;
}
.pimg7{
    background-image: url(image/10.jpg);
    min-height: 500px;
}
.pimg8{
    background-image: url(image/7.jpg);
    min-height: 500px;
}
.pimg9{
    background-image: url(image/14.jpg);
    min-height: 500px;
}
.pimg10{
    background-image: url(image/16.jpg);
    min-height: 500px;
}
.pimg11{
    background-image: url(image/17.jpg);
    min-height: 100%;
    margin-bottom: 0%;
}

.pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6, .pimg7, .pimg8, .pimg9, .pimg10, .pimg11 {
    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;
    color: black;
    font-size: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.ptext1 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 20px;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.textBg {
    background-color: #313534;
    color: #fff;   
    padding: 15px 22px; 
}

.section {
    padding: 50px 80px;
    text-align: center;

}
.section-light {
    background-color: #f4f4f4;
    color: #666;
}

.section-dark {
    background-color: #282e34;
    color: #ddd;
}

footer {       
      text-align: end;
      font-size: 18px;
      color: #303030;
      line-height: 0em;
      font-family: 'Times New Roman', Times, serif;
      
}
.f {
    margin-bottom: 18px;
 } 
    

