
#map {
        width: 100%;
        height: 400px;
      }

      .white {
        color: white;
      }

      .lightGrey {
        color: #5d5d5d;
      }

      .lightGrey a {
        color: #5d5d5d;
      }

      .footerTitle {
        font-size: 26px;
        text-transform: uppercase;
        color: white;
      }

        .title {
        font-size: 26px;
        text-transform: uppercase;
        color: #4D4D4F;
      }

              .title2 {
        font-size: 20px;
        text-transform: uppercase;
        color: #4D4D4F;
      }
      .smTitle {
        font-size: 16px;
        text-transform: uppercase;
        color: #4D4D4F;
      }

      .footerDiv {
        padding: 25px;
        text-align: left;
      }

       .serviceDiv {
        padding: 25px;
        text-align: center;
      }

      .piunnoGrey {
        color: #4D4D4F;
      }

      .allcaps {text-transform: uppercase;}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header {
        min-height: 450px;
        height: 450px;
}

.seperator {
        height:20px;
        background-color: #EA9E4C;
}