/* GLOBALS STYLES */
*{
    box-sizing: border-box;
}

html, body{
    margin: 0;
    height: 100%;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.8rem;
    color: #666;
}

h2{
    color: #666;
    text-shadow: 2px 2px 3px #00000030;
}

.pimg1, .pimg2, .pimg3{
    position: relative;
    opacity: 0.70;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pimg1{
    background-image: url(../img/paralax2.jpg);
    min-height: 100%;
    min-width: 100%;
}

.pimg2{
      background-image: url(../img/paralax3.jpg);
    min-height: 400px;
}

.pimg3{
      background-image: url(../img/paralax2.jpg);
    min-height: 100%;
}

.section{
    text-align: center;
    padding: 50px 80px;
    box-shadow: 0 4px 2px #989898;
}

.section-ligth{
    background-color: #f4f4f4;
    color: #666;
}

.section-dark{
    background-color: #282e34;
    color: #ddd;
}

.ptext{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    opacity: 0.7;
    transition: 1s ease;
    text-shadow: 2px 2px 4px #000000;
}

.ptext:hover{
    opacity: 0.9;
}

.ptext .border{
    border-radius: 100px;
    background-color: #111;
    color: #fff;
    padding: 20px;
}

.ptext .border.trans{
    background-color: rgba(41, 46, 49, 1.00);
}

@media(max-width:568px) {
    .pimg1, .pimg2, pimg3{
        background-attachment: scroll;
    }
}

.trans a{
  color: white;
}
