body, html{
  height:100%;
  margin:0;
  font-size:16px;
  font-family: Lora;
  /*font-family:"Lato", sans-serif;*/
  font-weight:400;
  line-height:1.8em;
  color:#666;
}

nav {
  font-family: Lora;
  background-color:#282e34;
}

.navbar{
  background: #333;
  font-family: Lora;
}

.pimg1, .pimg2, .pimg3{
  position:relative;
  opacity:0.90;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;

  /*
    fixed = parallax
    scroll = normal
  */
  
  background-attachment:fixed;
}

.pimg1{
  /*background-image:url(https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1350&q=80&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D);*/
  background-image: url(../img/hand.jpg);
  min-height:100%;
}

.pimg2{
  /*background-image:url(../img/group.jpg);*/
  background-image:url(https://i.imgur.com/q5tKAEy.jpg);
  min-height:475px;
}


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

.section-light{
  background-color:#f4f4f4;
  color:#666;
  font-family: Lora;
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
  font-family: Lora;
  text-align: center;
}

.ptext{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;

}

.APBorder {
   padding-top: 6%;
}

.ptext .border{
  /*background-color:#111;*/
  color: black;
  font-size: 1.5em;
  text-align: center;
  margin: 10px auto 10px auto;
  font-family: Lora;
  font-weight: bold;

}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

h2 {
  padding-bottom: 0px;
}

.ptext .border.trans{
  background-color:transparent;
  margin: 10px auto 10px auto;
  color: white;
  font-family: Lora;
  font-size: 1.2em;
}

@media(max-width:568px){
  .pimg1, .pimg2, .pimg3{
    background-attachment:scroll;
  }
}

.main-footer{
  font-family: Lora;
  background-color: #000;
  position: relative;
  height: 100px;
  margin-top: -100px;
  clear: both;
}

footer{
  padding-top: 10px;
  text-align: center;
  font-family: Lora;
  background-color:#f4f4f4;
  color:#666;
  height: 50px;
  font-size: 12px;
}
