h1,
h2 {
  font-family: 'Calistoga', serif;
  font-weight: 800;
  color: #2E4F80;
}

h3 {
  font-family: 'Barlow', sans-serif;
  color: #2898cb;
  font-weight: bold;
}

p,
li,
ul,
ol {
  color: #241f22;
  font-family: 'Barlow', sans-serif;
}

a {
  color: #2E4F80;
}

.btn {
  background-color: #2f5081;
  color: #ffffff;
  font-family: 'Calistoga', serif;
  text-transform: none;
  font-weight: 700;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 20px;
}

.btn:hover {
  color: #ffffff;
  background-color: #2898CB;
}

.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;
}