/* ============================================================
  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: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {

  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;
}
.homepara {
	 margin: 100px 0;
}
.inpara {
    margin: 45px 0 70px;
}

section.module.parallax-1 {
  background-image: url("/images/costa/beach.jpg");
}
section.module.parallax-2 {
  background-image: url("/images/innerslide.jpg");
}
section.module.parallax-3 {
  background-image: url("/images/slide.JPG");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 21px;
  }
  section.module.parallax h1 {
     color: #fff;
   font-size:45px;
    padding: 115px 0;
  }
}


.innerpara {
	 margin: 0 0 70px;
}