#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 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 500;
  text-align: center !important;
  color: rgb(0,0,0);
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.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.5);
  font-weight: 700;
  text-shadow: 4px 2px 2px rgba(0,0,0,0.6);
  font-size: 18px;
  max-width: 180px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 4px 2px 2px rgba(0,0,0,0.6);
  font-size: 18px;
  background-color: rgba(255,0,0,0);
  max-width: 180px;
}

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

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

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

body {
  font-family: Arial,sans-serif;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  color: #212529;
  max-width: 160px;
  text-align: center;
  text-shadow: 4px 2px 2px rgba(0,0,0,0.5);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-brand {
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-brand {
  font-weight: 700;
  color: #000000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #212529;
  max-width: 200px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  max-width: 180px;
  margin-left: 12px;
}

