/* ============================================================
  SECTIONS
============================================================ */
.module:last-child {
  margin-bottom: 0;
}
/*.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}*/
.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}
.module p:last-child {
    margin-bottom: 0;
}
.module.content {
    padding: 40px 0;
}
.module.parallax {
    padding:40px 0;
    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;
}
.module.parallax h1 {
    line-height:45px;
    font-weight:500; 
    font-size:42px;
	color:#fff;
	text-align:center;
}
.module.parallax-1 {
    background-image: url("../images/cd-background-1.webp");
}
   .module .container .info{max-width:1240px; font-size:22px; color:#fff; margin:auto; text-align:center; margin-top:20px;text-shadow:1px 1px 2px #444;}
@media (max-width: 765px)
{
   .module .container .info{font-size:18px;margin-top:20px;}
   .module .parallax{    background-attachment: fixed;
  background-repeat:no-repeat;
background-size:contain;
background-position:center;}
}
@media all and (min-width: 600px) {
  
  .module h2 {
    font-size: 22px;
  }
  .module p {
    font-size: 20px;
  }
  /*.module.parallax h1 {
    font-size: 96px;
  }*/
  .module.parallax {
    padding:40px 0;
    background-position: 50% 50%;
 

}
}
@media all and (min-width: 960px) {
  /*.module.parallax h1 {
    font-size: 160px;
  }*/
}
