/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 3em;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.banner {
  height: 450px;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}
section.module.banner h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 500px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.avatar {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;	
  height:200px;
  width: 200px;
  padding:1px;
  border:1px solid #021a40; 
	overflow:hidden;
}
.avatar img {
	width:100%;
	height:auto;	
}
.border1{
	border:thin solid #000000;
}
.padding1{
	padding:10px;
}
.marginBottom {
	margin-bottom: 40px;
	margin-top: 40px;
}
hr{
	margin:50px;
}
.listingImg{	  	
  	height:300px;
  	width: 350px;
  	padding:1px;
  	border:1px solid #021a40; 
	overflow:hidden;
}
.listingBorder{
	border:thin solid #9C9898;
}
.listingImg img {
	width:100%;
	height:auto;	
}
section.module h2 {
	font-size: 3em;
	text-align: center;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/linklogo-01.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/bgImg/paragouldMural.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/bgImg/Paragould_AR.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 3em;
	  text-alig: center;
  }
  section.module p {
    font-size: 3em;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (max-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
	
}
@media all and (max-width: 600px) {
	section.module.banner {
  	height: 200px;
	}
	
}
