/**
 * Custom Styles
 * Add your custom SCSS overrides here
 */
a {
  transition: all 0.125s ease-in-out;
}
a:hover {
  opacity: 0.3;
}

header a {
  transition: all 0.3s ease-in-out;
}
header a span {
  transition: all 0.3s ease-in-out;
}
header a:hover {
  text-decoration: none !important;
  opacity: 1;
  position: relative;
}
header a:hover span {
  color: #3d3b3b;
}
@media screen and (min-width: 768px) {
  header a:hover span {
    color: #e46f6f;
  }
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.wa-float .svg-icon svg {
  fill: #fff !important;
}

.wa-float:hover {
  filter: brightness(0.95);
}

footer {
  margin-top: 0;
}
