/* ============================================================
  SECTIONS
============================================================ */
section.module.content {
     width: 50%;
     margin: 0 auto;
     background: #ebeaea;
     }
     
section.module.content h1 {
     width: 30%;
     margin: 0 auto;
     margin-top: 40px;
     margin-bottom: 20px;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 30px;
     text-align: center;
     }

section.module.content img {
     display: block;
     width: 100%;
     height: auto;
     margin-top: 20px;
     margin-bottom: 30px;
     }
     
section.module p:last-child {
     margin-bottom: 60px;
     }
     
section.module.parallax {
     position: relative;
     height: 100%;
     background-position: 50% 50%;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
     }


section.module.parallax-1 {
     background-image: url("images/header/stoddardHeader.jpg");
     }
     
section.module.parallax-2 {
     background-image: url("images/header/bentkit_1.jpg");
     }
     
section.module.parallax-3 {
     background-image: url("images/header/Swan_Lake_2.jpg");
     }
     
section.module.parallax-4 {
     background-image: url("images/header/canal-1.jpg");
     }




/*********************************************
@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;
          }
     }
*****************************************/     
     
@media all and (max-width: 1200px) {
     section.module.parallax {
          background-attachment: scroll;
          }
     }
          
@media all and (min-width: 1200px) {          
     section.module.content img {
          width: 600px;
          height: 35px;
          margin: 0 auto;
          margin-top: 20px;
          margin-bottom: 30px;
          }
     }

/* CSS Document */