#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  color: #ff0000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #ff0000;
}

.image_caption {
  color: #49597a;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 500;
  text-align: center !important;
}

.lightbox-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #aaaaaa;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #aaaaaa!important;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(157,178,205,0.85);
  font-weight: 400;
  text-shadow: 4px 2px 2px rgba(0,0,0,0.6);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(157,178,205,0.85);
  font-weight: 400;
  text-shadow: 4px 2px 2px rgba(0,0,0,0.6);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-shadow: 4px 2px 2px rgba(255,255,255,0.85);
}

#mainNav {
  color: #000000;
  background-color: rgba(255,255,255,0.2)!important;
  border: none!important;
}

a {
  outline: 0;
  text-decoration: none!important;
}

