h1,
h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #4F2B79
}

h3 {
  font-family: 'Open Sans', sans-serif;
  color: #4F2B79;
}

p, li, ul, ol {
  color: #241f22;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #5768A8;
}

.btn {
  background-color: #4F2B79;
  color: #FDB913;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 20px;
}

.btn:hover {
  color: #ffffff;
}

.input-group-btn button,
.input-group-btn a.btn {
  font-size: 16px !important;
  padding: 6px 12px !important;
}

p .btn {
  margin-top: 20px;
}

.peak-menu--background {
  font-size: 12px;
}