body {
  font-family: sans-serif;
}

a:focus,
.wp-element-button:focus,
button:focus {
  outline: 3px solid #9b2a17;
  outline: 3px solid #de3d21;
}

a {
  text-decoration: underline;
  color: black;
}
a:hover {
  text-decoration: none !important;
}

.wp-element-button {
  transition: 0.2s all;
}
.wp-element-button:hover {
  background-color: #de3d21;
  border-color: #de3d21;
  color: black;
}

.kiva-navigaatio a {
  text-transform: uppercase;
  font-weight: bold;
}

.kiva-navigaatio a,
.kiva-footer a {
  text-decoration: none !important;
}
.kiva-navigaatio a:hover,
.kiva-footer a:hover {
  color: #de3d21;
}

/*# sourceMappingURL=theme.css.map */
