#navbar-top {
  background-color: transparent;
}

#navbar-main {
  background-color: transparent;
  background-image: url("../../images/Header-background.jpg");
  background-size: 100% 100%;
  position: relative;
}

#navbar-main .container .block-block-content h2 {
  text-align: center;
}

#navbar-main .container .block-block-content {
  background-color: white;
  border-radius: 15px;
  padding: 10px;
}

#CollapsingNavbar {
  background-color: rgba(255,255,255,0.75);
}

#CollapsingNavbar .navigation {
  width: 100%;
}
.nav-link, 
.nav-link:hover {
  color: #283850;
}

.nav-link:hover {
  text-decoration: underline;
}
