.mainHeader {
  height: 540px;
  background: url("../about/images/aboutHeader.jpg") no-repeat -630px 80px;
  background-size: cover;
}

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

.mainContent p {
  margin: 0 20px 50px;
}

.guideServices h2 {
  color: #96070a;
  margin: 55px 20px 0;
}


.guideServices p {
  margin: 20px;
}

.lakeMap img {
  margin-top: 100px;
  width: 0;
  height: 0;
}

.aboutSection {
  background: #a8b98d;
  padding: 75px 0;
}

.aboutSection h1 {
  text-transform: uppercase;
  color: #fff;
}

.aboutSection p {
  color: #fff;
}

.aboutCopy p {
  margin: 20px;
}

.footer {
  margin-top: 50px;
}

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

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

  .contactGuide {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 100px;
  }

  .guide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contactGuide img {
    margin: 0;
  }

}


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


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

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

    .mainHeader {
      height: 540px;
      background: url("../about/images/aboutHeader.jpg") no-repeat 0px 50px;
      background-size: cover;
    }


  /*=============================================================
  Guide Services
  =============================================================*/

  .guideServices {
    max-width: 1000px;
    margin: 0 auto;
  }


  /*=============================================================
  About Caddo Lake
  =============================================================*/

  .aboutCopy {
    max-width: 1200px;
    margin: 0 auto;
  }



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



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

  .footer {
    height: 620px;
  }



}
