@import url("https://fonts.googleapis.com/css2?family=Allura&family=Bebas+Neue&family=Lobster&display=swap");

body {
  background-color: hsl(0, 0%, 98%);
}

.allura-title {
  font-family: "Allura", cursive !important;
  color: black;
}

.bebas-title {
  font-family: "Bebas Neue", cursive;
  color: black;
}

.lobster-title {
  font-family: "Lobster", cursive;
}

/* Navigation menu */
.navbar-brand img {
  -webkit-filter: invert(1);
  /* safari 6.0 - 9.0 */
  filter: invert(1);
}

.nav-link {
  color: whitesmoke;
}

.nav-link.active {
  border-bottom-style: outset;
  border-width: 1px;
  border-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-toggler-icon {
  display: block;
  height: 30px;
  width: 20px;
  border-radius: 1px;
}

@media (max-width: 991px) {
  .sidebar {
    background-color: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(10px);
  }
}

.pure-black-bg {
  background-color: black;
}

.custom-toggler .navbar-toggler {
  border-color: white;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Custom tooltip */
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-body);
}

/* Section link */
.section-link:link {
  /* color: #4646ac; */
  color: #991a1d;
}

.section-link:visited {
  /* color: #4646ac; */
  color: #991a1d;
}

.section-link:hover {
  /* color: #3838ce; */
  color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: hsl(0, 0%, 30%);
}

.footer-link:hover {
  text-decoration: none;
}

.social-media-link {
  padding: 0.5px;
  font-size: 1rem;
  width: 10px;
  text-align: center;
  border-radius: 50%;
}

.social-media-link:hover {
  opacity: 0.7;
}

#socialMedias .social-media-link {
  font-size: 0.8rem;
}

.copyButton:hover {
  cursor: pointer;
}

.contact-link:link {
  color: #991a1d;
  text-decoration: none;
}

.contact-link:visited {
  color: #991a1d;
  text-decoration: none;
}

.contact-link:hover {
  color: red;
  text-decoration: underline;
}
