.thin {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.light {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.regular {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.medium {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.semibold {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bold {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.extrabold {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  background-color: #eef1f1;
  color: #402913;
}

@media (max-width: 767.98px) {
  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .navbar.fixed-md-top {
    position: static;
  }

  .navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .navbar-collapse {
    width: 100%;
    text-align: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    font-size: 2.5rem;
    padding: 1rem 0;
  }
}

.navbar,
.navbar .container,
.navbar .navbar-collapse {
  pointer-events: none;
}

.navbar .navbar-brand,
.navbar .navbar-toggler,
.navbar .nav-link {
  pointer-events: auto;
}

.navbar::before,
.navbar::after {
  pointer-events: none;
}

header {
  position: relative;
  background-color: transparent;
  height: 100vh;
  min-height: 25rem;
  width: 100vw;
  overflow: hidden;
  background: url("../../assets/images/header-background-3-li-lindblom-desktop.jpg")
    no-repeat center center scroll;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  header {
    background: url("../../assets/images/header-background-3-li-lindblom-mobile.jpg")
      no-repeat center center scroll;
    background-size: cover;
  }
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: maroon;
  opacity: 0;
  z-index: 1;
}

#logo {
  transition: opacity 0.3s ease-in-out;
}

.scrolled-logo {
  opacity: 0;
}

.div-bio,
.div-cv,
.div-shop,
.div-kontakt {
  display: none;
}

.fancy-text li a:link,
.fancy-text p a:link {
  text-decoration: none;
  background-image: linear-gradient(to bottom, transparent 50%, #facb95 50%);
  background-origin: 0;
  background-size: 200% 60%;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transition: background-position 0.5s;
}

.fancy-text li a:hover,
.fancy-text p a:hover {
  background-position: -100% 100%;
  background-image: linear-gradient(to bottom, transparent 50%, #96abcf 50%);
}

.fancy-text li a,
.fancy-text p a {
  text-decoration: none;
  color: #000000 !important;
}

a:hover {
  text-decoration: none;
}

.button {
  border: solid 1px black;
  padding: 6px 12px;
  border-radius: 6px;
}
