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

.pimg, .pimg1, .pimg2, .pimg3{
  position:relative;
  opacity:0.8;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align: center;
  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}

.pimg {
	background-image:url('../img/football.jpg');
  	min-height:100%;
}

.pimg1{
  background-image:url('../img/Larry-QBC.jpg');
  min-height:100%;
}

.pimg2{
  background-image:url('../img/Football-20-Larry-Jusdanis.jpg');
  min-height:400px;
}

.pimg3{
  background-image:url('../img/sst-burlington.jpg');
  min-height:400px;
}

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

.section-light{
  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:32px;
  letter-spacing:8px;
  text-transform:uppercase;
}

.ptext .border{
  background-color:#111;
  color:#fff;
  padding:20px;
}

.ptext .border.trans{
  background-color:transparent;
}

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

.list{
	list-style: none;
}
