/* ============================================================
  SECTIONS
============================================================ */
.parallax-container h1 {
	margin: 0;
	}

section.module:last-child {
  margin-bottom: 0;
}
section.module h2, .cat-title h2 {
	font-family: "Helvetica", sans-serif;
	margin: 10px 0 !important;
	text-transform: uppercase;
	font-weight: 600;
    letter-spacing: -.1rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 18px;
	line-height: 1;
}

.cat-title {
	margin-top: 60px;
	}
	
section.module p {
	
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 0;
}
section.module.parallax {
  display: flex;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  -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: 40px;
  line-height: 100vh;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-family: 'Fira Sans', sans-serif;
	opacity: 0.7;
}
section.module.parallax-1 {
  margin-bottom: 40px;
}

section.module.parallax-2 {
  margin-top: 20px;
}

@media all and (max-width: 1365px) {

	section.module.parallax {
	  
	}

}

@media all and (min-width: 1366px) {

	section.module.parallax {
	  background-attachment: fixed;
	}

}

@media all and (min-width: 600px) {

  section.module p {
  }
  section.module.parallax h1 {
    font-size: 65px;
  }
}	

@media all and (min-width: 720px) {

  section.module p {
  }
  section.module.parallax h1 {
    font-size: 80px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 90px;
  }
}
