/* EDIT THIS ONLY IN SCSS FILE  in folder NodeScripts (compile with npm run compile-css or npm run compile-css-watch)*/
h1, h2, h3 {
  font-family: "Merriweather", serif;
}

html, body, h1, h2, h3, h4, h5, p, span, table, tr, td, button {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

button, .button {
  text-transform: uppercase;
}

a.button {
  display: inline-block;
  text-decoration: none;
}

button.primary, a.primary {
  background: #0C7EAB;
  border-radius: 2px;
  padding: 11px 20px;
  border: 2px solid #0C7EAB;
  color: #fff;
  margin: 4px;
}

button.secondary, a.secondary {
  background: white;
  border-radius: 2px;
  border: 2px solid #3C3C3B;
  padding: 11px 20px;
  margin: 4px;
}

a.secondary.block {
  text-align: center;
}

a.secondary:hover {
  color: white !important;
  background-color: #005B7F;
  border-color: #005B7F;
}

a.primary:hover,
#next:hover {
  background-color: #005B7F;
  border-color: #005B7F;
}

button.secondary.block, button.primary.block, a.secondary.block {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
