body, 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{
    position: relative;
    opacity: 0.90;
    background-position : center;
    background-size: cover;
    background-repeat: no-repeat;

    background-attachment: fixed;
}

.pimg1{
    background-image: url('Japan.jpeg');
    min-height:100%;
}

.pimg2{
    background-image: url('Spain.jpg');
    min-height: 400px;
}

.pimg3{
    background-image: url('Turkey.jpg');
    min-height: 800px;
}

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

.section-brown {
    background-color: burlywood;
    color: black;
}

.section-blue {
    background-color: aquamarine;
    color: black;
}

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


