h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans","Tahoma","Verdana","Arial",sans-serif !important;
}

body {
  font-family: "Open Sans", sans-serif, Arial;
}

.button {
  display: inline-block;
  text-decoration: none;
  color: #2ba6cb;
  border: 2px solid #2ba6cb;
  border-radius: 3px;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
}

.section {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*a.button.small {*/
/*  padding: 0.75rem 1.25rem !important;*/
/*}*/

/*button.radius, .button.radius {*/
/*  border-radius: 3px;*/
/*}*/
/*button.small, .button.small {*/
/*  padding-top: 0.875rem;*/
/*  padding-right: 1.75rem;*/
/*  padding-bottom: 0.9375rem;*/
/*  padding-left: 1.75rem;*/
/*  font-size: 0.8125rem;*/
/*}*/
/*a:visited {*/
/*  color: none;*/
/*}*/
/*input[type="reset"], input[type="button"], input[type="submit"], main button, .button {*/
/*  font-family: "Open Sans", sans-serif !important;*/
/*  cursor: pointer;*/
/*  margin-bottom: 1.11111rem;*/
/*  text-align: center;*/
/*  display: inline-block;*/
/*  background-color: transparent !important;*/
/*  color: #2ba6cb !important;*/
/*  font-weight: 700 !important;*/
/*  padding: 0.5rem 1.25rem !important;*/
/*  margin-right: 0.25rem;*/
/*  font-size: 0.8125rem;*/
/*  border: 2px solid #2ba6cb !important;*/
/*  border-radius: 3px;*/
/*  transition: all 0.2s ease;*/
/*}*/
