html,
body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 1.8em;
    color: #666;
}

.pimg1 {
    background: url('../img/pexels-chait-goli-2093323.jpg') no-repeat center;
    min-height: 100%;
    background-size: cover;
    position: relative;
    /* opacity: 0.7; */
    background-attachment: fixed;
}

.pimg2 {
    background: url('../img/pexels-daria-shevtsova-1070945.jpg') no-repeat center;
    min-height: 400px;
    background-size: cover;
    position: relative;
    /* opacity: 0.7; */
    background-attachment: fixed;
}

.pimg3 {
    background: url('../img/pexels-ricardo-esquivel-1563256.jpg') no-repeat center;
    min-height: 100%;
    background-size: cover;
    position: relative;
    /* opacity: 0.7; */
    background-attachment: fixed;
}

.pimg4 {
    background: url('../img/pexels-burst-373893.jpg') no-repeat center;
    min-height: 100%;
    background-size: cover;
    position: relative;
    /* opacity: 0.7; */
    background-attachment: fixed;
}


/* .pimg1,.pimg2,.pimg3.pimg4{

} */

section {
    text-align: center;
    padding: 50px 80px;
}

.section-linet {
    background-color: #f4f4f4;
    color: #666;
}

.ptext {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.pimg1 .ptext .border {
    background-color: #111;
    color: #fff;
    padding: 20px;
}

.pimg4 .ptext .border {
    background-color: #111;
    color: #fff;
    padding: 20px;
}

@media(max-width:400px) {
    .pimg1,
    .pimg2,
    .pimg3,
    .pimg4 {
        background-attachment: scroll;
    }
}