/*.mainHeader {
  height: 540px;
  background: url("../contact/images/contactHeader.jpg") no-repeat 0px -350px;
  background-size: auto;
}*/

.mainHeader {
  height: 540px;
  background: url("../contact/images/contactHeader.jpg") no-repeat 0px -80px;
  background-size: cover;
}

.mainContent {
  max-width: 800px;
  margin: 0 auto;
}

.mainContent h1 {
  color: #96070a;
  text-transform: uppercase;
  margin: 50px 10px 0;
}

.mainContent p {
  margin: 30px 10px;
}

.footer {
  margin-top: 50px;
}

/*=============================================================
800 PX and Wider Medie Queries
=============================================================*/

@Media screen and (min-width: 800px) {


}


/*=============================================================
1200 PX and Wider Medie Queries
=============================================================*/


@Media screen and (min-width: 1200px) {

/*=============================================================
Header
=============================================================*/



/*=============================================================
Contact/Guide
=============================================================*/




/*=============================================================
Footer
=============================================================*/

.footer {
  height: 620px;
}

}


/*=============================================================
1999 PX and Wider Media Queries
=============================================================*/


@Media screen and (min-width: 1999px) {

/*=============================================================
Header
=============================================================*/

  .mainHeader {
    height: 540px;
    background: url("../contact/images/contactHeader.jpg") no-repeat 0px -180px;
    background-size: cover;
  }
}
