@import url("https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;800&display=swap");
body {
  min-height: 100vh;
  background-color: #221E1E;
}

button.contact {
  background-color: #FFD15B;
  border-width: 0;
  color: #221E1E;
}

hr.section-seperator {
  border: 1px solid rgba(255, 209, 91, 0.25);
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}

a:link a:visited a:hover a:active {
  text-decoration: none;
}

section .title {
  font-family: "Exo 2", sans-serif;
}

section .subtitle {
  font-family: "Exo 2", sans-serif;
}

footer.footer {
  background-color: rgba(0, 0, 0, 0);
}

.box.telephone-number {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  border: 2px solid #FFD15B;
}

.box.review {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  border: 1px solid white;
  color: white;
}

.has-strong-text-gold strong {
  color: #FFD15B !important;
}

.has-text-gold {
  color: #FFD15B !important;
}/*# sourceMappingURL=main.css.map */