/* see quill-settings.inc */

.custom_heading1 {
  font-weight: 900;
  font-family: 'Arvo', serif;
  font-size: 1.5rem;
}

.cms-heading,
.custom_heading2 {
  font-weight: 700;
  font-family: 'Arvo', serif;
  font-size: 1.3333rem;
}

.button-turquoise {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
  height: 60px;
  background: #0095a8;
  border: 2px solid #0095a8;
  line-height: 56px;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
  transition: all 0.3s;
}
  .button-turquoise:hover {
    background: transparent;
    color: #0095a8;
  }

  .ql-align-center {
    text-align: center;
  }