body {
  color: #8d6263;
  background-color: #572b38;
  line-height: 1.2;
  font-size: 15px;
  font-family: Lyondisplay Regular Web;
  cursor: default;
}

a {
  color: #8d6263;
  text-decoration: none;
  cursor: default;
}

.f6 {
  font-size: 0.9em;
}

.bg-pink {
  background-color: #f0e6e2;
}

.bg-red {
  color: #f0e6e2;
  background-color: #572b38;  
}

.pricelist {
  height: 88vh;
  position: absolute;
  top: 12%;
}

header {
  height: 12vh;
  z-index: 2;
  box-shadow: 0 0 4vh 3vh #f0e6e2;
  -webkit-box-shadow: 0 0 4vh 3vh #f0e6e2;
  -moz-box-shadow: 0 0 4vh 3vh #f0e6e2;
}

header h1 {
  margin: 0;
}

/* .hamburger {
  width: 24px;
  height: 18px;
} */

.wordmark {
  width: 174px;
  display: block;
}

.monogram {
  width: 33px;
  display: block;
}

h3 {
  margin: 0 0 1rem;
} 

.list .list-items:nth-last-child(1) {
  margin-bottom: 2rem;
}

.list span {
  border-bottom: solid 1px #a17071;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}

.list span:hover {
  color: #572b38;
  border-color: #572b38;
}

.list span:nth-last-child(1) {
  border-bottom: solid 2px #a17071;
  margin-bottom: 1rem;
}

.list span:nth-last-child(1):hover {
  border-color: #572b38;
}

.list span p {
  margin: 0;
}

.treatment {
  width: 80%;
}

.price {
  width: 20%;
  text-align: right;
}

.descriptor {
  width: 80%;
  padding-top: 0.25rem;  
}

.quote {
  line-height: 1.5;
  min-height: 260px;
}

.italic {  
  font-family: Lyontext Regularitalic Web;
  font-style: italic;
}





@media (max-width: 958px) {
  
  body {
    font-size: 17px;
  }

	.monogram {
    width: 78px;
    display: block;
  }  
  
  .pricelist {
    height: auto;
    position: static;
  }

  header {
    height: auto;
  }
  
  .quote {
    min-height: 0;
  }
  
  .quote .italic {
  	font-family: Lyondisplay Lightitalic Web;
  }
  
}

/* @media (max-width: 480px) {
  
  .face-list,
  .hair-list,
  .body-list, {
    display: none;
  }   */
  
}









