body {
  background-color: black;
}

#logo_antwerpen {
  height: 36px;
  width: auto;
}

h1 {
  color: darkred;
  font-size: 2.75rem;
}

.page-title {
  color: darkred;
  font-size: clamp(2.5rem, 2.5vw + 1rem, 3rem);
  margin: 0;
}

#nav-elems {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  font-size: 1.3rem;
  font-weight: bold;
  z-index: 1000;
}

#offcanvas {
  width: 50vw;
}

.navbar-toggler {
  background-image: none !important;
  border: none;
  box-shadow: none;
  padding: 0;
  position: fixed;
  right: 1rem;
  top: 0.7rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler::before,
.navbar-toggler::after {
  display: none !important;
  content: none !important;
}

#inABuurt {
  font-size: 1.3rem;
  color: darkred;
  text-decoration: none;
}

@media (min-width: 768px) {
  #offcanvas {
    width: 25vw;
  }
}

@media (min-width: 1080px) {
  #offcanvas {
    width: 15vw;
  }

  #logo_antwerpen {
    height: 40px;
    width: auto;
  }

  .navbar-toggler {
    right: 1.3rem;
    top: 0.8rem;
  }
}

#back-arrow-link {
  position: fixed;
  left: 1.3rem;
  top: 1.3rem;
  z-index: 1;
}

.quote-text {
  color: rgba(255, 255, 255, 0.75);
}