a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:focus {
  color: white !important;
}
header {
  background: linear-gradient(to left, #ff4e50, #f9d423);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.3s ease-in-out;
  border-bottom: none;
}
header a {
  color: white;
}
header a:active {
  color: white;
}
header a:focus {
  color: white;
}
header a:visited {
  color: white;
}
header a:hover {
  color: white;
}
header .nav-link {
  color: white;
}
header .nav-link:hover {
  color: white !important;
}
header .active {
  background-color: #fff;
  border-radius: 12px;
  color: #000 !important;
}
header .active:hover {
  color: black !important;
}
header #logo {
  width: 60px;
  border-radius: 50px;
  border: 2px solid #fff;
}
.hide {
  top: -400px;
  transition: all 0.3s ease-in-out;
}
main {
  min-height: 100vh;
}
main #hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/background.webp');
  padding: 200px 0;
}
main #content {
  font-size: 1.1em;
  text-indent: 70px;
  text-align: justify;
}
main .fixes {
  list-style: none;
  padding-left: 8px;
  margin: 2px;
  font-size: 0.8em;
}
main #contact h3 {
  border-left: solid 8px #960811;
  padding-left: 30px;
}
main #contact #left {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-image: url('../images/left.webp');
}
main #contact #left div {
  padding-left: 40px;
  font-size: 0.9em;
}
main #contact #left div p {
  margin: 0;
}
main #contact #right {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-image: url('../images/right.webp');
}
main #contact #right div {
  padding-left: 40px;
  font-size: 0.9em;
}
main #contact #right div p {
  margin: 0;
}
footer {
  font-size: 10px;
}
footer #support {
  color: var(--bs-secondary-color) !important;
}
footer #support a {
  color: var(--bs-secondary-color) !important;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */