/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: 'ralewayextrabold',Arial, Helvetica, sans-serif;
  font-size: 30px;
}
section.module p {
font-family: 'ralewayregular';
  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_pic {
  height: 800px;
  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 {
  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 {
  font-family: 'ralewayextrabold',Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/index_bg1.jpg");
}
section.module.parallax-2 {
   background-image: url("../img/index_bg2.jpg");
}
section.module.parallax-3 {
   background-image: url("../img/index_bg3.jpg");
}  
 
 
#front_logo{
position:absolute;
top:40%;
left:40px; 
 
}


#index_1_blurb{
position:absolute;
top:55%;
right:50px; 
width:30%;
color:#FFFFFF; 
text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px darkblue; 
 /*  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}


@media all and (max-width: 1020px) {
  #index_1_blurb { display: none; }
}
