html, body {
  font-family: Amaranth, sans-serif;
  height: 100%;
}

#content {
  background-image: url(../../assets/img/bb_09_2020.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-item > a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

.navbar-nav .nav-link.active:hover, .navbar-nav .nav-link.show:hover, .nav-item > a:hover {
  color: white;
  text-decoration: none;
}

.navbar-toggler {
  filter: invert(1);
}

@media (max-width: 767px) {
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-item > a {
    margin: 0 !important;
    color: white;
  }
}

#main {
  min-height: calc(100% - 210px - 165px);
}

