/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;

}

section.module p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

section.module p:last-child {
  margin-bottom: 0;

}

section.module.content {
 text-align:center; padding: 20px 0;
}
section.module.parallax {
  padding: 80px 0;
  background-position: 0 0;

}

section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}
section.module.parallax-1 {
  background-image: url("../img/cardonboard.gif");
  
}
section.module.parallax-2 {
  background-image: url("../image/recordtab2.gif");
}
section.module.parallax-3 {
  background-image: url("/image/djrecord.gif");
}


@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 40px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}





.giveplus input,
.giveplus textarea{
	border:1px solid #88B335;
	margin:3px 0 10px;
	padding:4px 6px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	font-weight:bold;
}


.giveplus input[type=submit]{
	width:250px;
	cursor:pointer;
}


.giveplus textarea{
	width:250px;
}
