body {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}

/* Bootstrap modifications */
.bg-primary {
  background-color: black !important;
  --bs-navbar-active-color: white;
}
.navbar-toggler-icon {
  height: 3.9rem;
  filter: invert(100%);
}
@media (min-width: 768px) {
  .nav-item {
    width: 5rem;
  }
}
.nav-item {
  text-align: center;
}
.nav-link {
  text-align: center;
  padding-top: 1rem;
}
.row:nth-child(odd) {
  flex-direction: row-reverse;
}
.row{
  margin-bottom: 1rem;
}

/* General styles */
h1 {
  font-size: min(20vw, 10rem);
}
h2 {
  margin-top: 3rem;
  font-size: 2.5rem;
}
h3 {
  margin-top: 3rem;
  font-size: 2rem;
}
p {
  margin: 1rem 0;
  font-size: 1.4rem;
  line-height: 3rem;
}
img {
  width: 100%;
}

/* Navbar */
header p {
  max-width: 50rem;
  margin: 5rem auto 0;
}
.logo {
  height: 3rem;
}
#navbar-logo {
  margin: 4px 6rem;
  z-index: 999;
}
#navbar-center-logo {
  width: 4.2rem;
  left: calc(50vw - 2.1rem);
  margin-top: 1.25rem;
  text-align: center;
  position: absolute;
  z-index: 999;
}

/* Main */
main {
  text-align: center;
  padding: 4rem 0 2rem;
}
#content {
  width: 100%;
  margin: 3.5rem auto 0;
  text-align: center;
}
header {
  height: 100vh;
  background-image: url("assets/bg-pic.jpg");
  background-size: cover;
  background-position: center;
}
header > div {
  height: 100%;
  width: 100%;
  padding: 25vh 2rem 50vh;
  background: #000c;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: white;
}

/* Footer */
footer {
  padding: 4rem 2rem 2rem;
  background-color: bisque;
}
.info-panel {
  padding: 1rem 2rem;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}
#map {
  width: 100%;
  max-width: 50rem;
  cursor: pointer;
}
