#main-nav .nav-link {
  color: black;
}
.cmh {
  min-height: 250px;
}
@media (min-width: 576px) {
  .cmh {
    min-height: 500px;
  }
}

a {
  text-decoration-line: none;
}
body {
  background-color: #f3f5f8;
}

#main-nav .active.nav-link {
  color: #0d6efd;
}

#main-nav .nav-link:hover {
  color: #0d6efd;
}

.carousel-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  opacity: 0.3;
}

#right-bar {
  position: fixed;
  padding: 0.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

#right-bar .nav-link {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: white;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
}

#right-bar .nav-item {
  position: relative;
}

#right-bar .nav-item:hover .sub-box {
  display: block;
}

#right-bar .sub-box {
  display: none;
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
}
