.mastheadLogo {
  margin-left: 40px;
}
#mastHead img {
  margin-top: 10px;
  text-align: center;
}
/*Makes Logo & Nav Sticky*/
#p7HMY_1 {
  position: sticky;
  top: 0;
  z-index: 999;
}
#footerEmailLink a {
  font-size: 1.2em;
  font-weight: 500;
  color: #FFF;
  background-color: #C00000;
  text-decoration: none;
  padding: 6px;
}
#footerEmailLink a:hover {
  color: #FFF;
  background-color: #000;
}
#footerPhone a {
  font-family: Federo, Verdana, Geneva, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 6px;
  letter-spacing: 0em;
}
#footerPhone a:hover {
  color: #C00000;
}
.centeredTitle h3 {
  text-align: center;
}
.centeredDescription p {
  text-align: center;
  margin-top: 0px !important;
}
#subheadString {
  margin: 0px;
}
.percentMargin70 {
  margin-left: 15%;
  margin-right: 15%;
}
.mountain {
  background-image: url(../SiteGraphics/MountainBackground.jpg);
  background-size: cover;
}
.mountain .hmy-content {
  margin: auto; /*Centers content DIV*/
}
.width90 {
  max-width: 90%;
  margin: auto; /*Centers content DIV*/
}
.centerText {
  text-align: center;
  margin: auto;
}
/************************************************
               Custom HMY Colors
************************************************/

/*
***********************************************
               Media Queries
***********************************************
*/
@media screen and (min-width:0px) and (max-width:768px) {
  .mastheadLogo {
    margin-left: 0px !important;
    margin: auto;
  }
  .width90 {
    max-width: 100%;
  }
  #mastHead {
    margin: auto; /*Centers content DIV*/
  }
}
#p7HMY_1 {
  position:relative;
  top: 0;
  z-index: 999;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .abstract .hmy-content-wrapper {
    border-left: 1px dashed #000;
  }
	  .width90 {
    max-width: 100%;
  }
  .mountain {
    background-attachment: scroll;
    background: no-repeat;
    background-size: auto;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .mountain {
    background-attachment: scroll;
    background: no-repeat;
    background-size: auto;
  }
}