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, .pimg4, .pimg5, .pimg6{
  position:relative;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.pimg1{
  background-image:url("../img/image1.jpg");
  min-height:100%;
}

.pimg2{
  background-image:url('../img/image2.jpg');
  min-height:400px;
}

.pimg3{
  background-image:url('../img/image3.jpg');
  min-height:400px;
}

.pimg4{
  background-image:url('../img/image4.jpg');
  min-height:450px;
}
.pimg5{
  background-image:url('../img/image5.jpg');
  min-height:400px;
}
.pimg6{
  background-image:url('../img/image6.jpg');
  min-height:70%;
}

.section{
  text-align:center;
  padding:50px 80px;
}

.section-light{
  background-color:#f4f4f4;
  color:#666;
}
.section-light a{
  color: black;
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
}

.section-dark a{
  color: white;
}

.ptext{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;
}

.ptext .border{
  background-color:#111;
  color:#fff;
  padding:20px;
}

.ptext .border.trans{
  background-color:transparent;
}

.linx {
  color: white;
  font-size: 60px;
}
iframe {
  width: 50%;
  border
}
.fab {
  /*background-color:#111;*/
  color:/*#fff;*/black;
  padding:20px;
  width: 10px;
  border
}
@media(max-width: 568px){
  .pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6 {
    background-attachment: scroll;
  } .ptext {
    position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:70%;
  letter-spacing:4px;
  text-transform:uppercase;
  } 
  .fab {
  color:black;
  font-size:34px;
  padding:20px;
  width: 20px;}

  body, html{
    height:100%;
    margin:0;
    font-size:14.5px;
    font-family:"Lato", sans-serif;
    font-weight:400;
    line-height:1.8em;
    color:#666;
  }

}