/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family:'Anton', sans-serif;
  font-size: 24px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
} 
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(240, 0, 0, 0.8);
  font-size: 30px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
section.module.parallax-1 {
  background-image: url("http://grfx.cstv.com/schools/geo/graphics/ot/champions/bsb-champs.jpg");
}
section.module.parallax-2 {
  background-image: url("http://grfx.cstv.com/schools/geo/graphics/ot/champions/vince5.jpg");
}
section.module.parallax-3 {
  background-image: url("http://grfx.cstv.com/schools/geo/graphics/ot/champions/swim-champs3.jpg");
}
section.module.parallax-4 {
  background-image: url("http://grfx.cstv.com/schools/geo/graphics/ot/champions/walker2.jpg");
}
section.module.parallax-5 {
  background-image: url("http://grfx.cstv.com/schools/geo/graphics/ot/champions/kupets3.jpg");
}
section.module.parallax-6 {
  background-image: url("http://grfx.cstv.com/schools/geo/graphics/ot/champions/swim-olympic5.jpg");
}
section.module.parallax-7 {
  background-image: url("http://grfx.cstv.com/schools/geo/graphics/ot/champions/edwards2.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 36px;
	color: #cc0000;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 78px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 120px;
  }
}
.sec-title {
width: 100%;
background-color: #004784;
color: #ffd046;
font-weight: 700;
font-family: 'Montserrat', 'Roboto', 'Open Sans', 'Arial', sans-serif;
text-transform:capitalize;
padding: 5px;
}
.ncaa-title {
width: 100%;
background-color: #0063a8;
color: #fff;
font-weight: 700;
font-family: 'Montserrat', 'Roboto', 'Open Sans', 'Arial', sans-serif;
text-transform:capitalize;
padding: 5px;
}