body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 8px 20px;
}
#home, #services {
  background: url(../images/splash.png) no-repeat -400px;
  background-size: cover;
  text-transform: uppercase;
  letter-spacing: .8rem;
  text-align: center;  
}
a {
  text-decoration: none;
  color: inherit;
}
h1 img {
  max-width: 100%;
  height: auto;
}
.address {
  text-align: center;  
  width: 100%;
}
  .address span {
    white-space: nowrap;
  }
.stylists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  word-wrap: normal;
}
  .stylist {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
    .stylist h2 {
      margin-bottom: 0;
      letter-spacing: .6rem;
    }
    .stylist p {
      letter-spacing: .7rem;
    }
main p {
  background: white;
  opacity: 50%;
  font-family: 'Marck Script', cursive;
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: .25rem;
  line-height: 1.2;
  padding: 12px;
}
main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.services {
  background: white;
  border: 1vw solid #c6a530;
  opacity: 75%;
  padding: 0 1.5rem;
  max-width: 600px;
  margin: 20px auto 10px;
}
.service {
  width: 100%;
} 
.service li {
  text-align: left;
  letter-spacing: normal;
  line-height: 2;
  position: relative;
}
.service li:hover {
  color: #c6a530;
  cursor: default;
}
.service h4 {
  position: relative;
  max-width: 75%;
  display: inline-block;
  margin: 0;
  font: inherit;
}
.service .price {
  position: absolute;
  right: 0;
  padding-left: 10px;
}
.services .footnote {
  background: none;
  font-family: inherit;
  font-size: 90%;
}
footer {
  /* position: fixed;
  bottom: 10px;  
  left: 0; */  
  width: 100%;
  font-size: .9rem;
}
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
/* Social Media Icons */
.social-media li {
  margin: 0 10px 0 0;
  padding: 0;
  filter: invert(0);
  display: inline;
}
  .social-media li img {
    width: 36px;
    height: auto;
  }
