/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module h3 {
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 600;
}
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;
  max-width: 1200px;
  margin: 0 auto;
}
section.module.content img {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
section.module.parallax {
  height: 800px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax p {
  background-color: rgba(0, 153, 255, 0.4);
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 153, 255, 1);
  border-radius:15px;
  padding: 8px;
}
section.module.parallax-1 {
  background-image: url("../img/skyline1.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/skyline2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/skyline3.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/skyline4.jpg");
}
section.module.parallax-5 {
  background-image: url("../img/skyline5.jpg");
}
section.module.parallax-6 {
  background-image: url("../img/skyline6.jpg");
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
	section.module.content img {
		float: right;
		margin: 15px;
		border-radius: 15px;
	}
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
	section.module.content img {
		float: right;
		margin: 15px;
		width: 45%;
	}
}
@media all and (max-width:599px) {
section.module.content img {
	margin: 0 auto;
	clear: both;
	width: 95%;
  }
}
