#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;
}

.no-gutters {
  padding-right: 8px;
  padding-left: 8px;
  margin-left: auto;
  margin-right: auto;
}

.img-fluid.verticalmiddle {
}

.img-fluid, .img-thumbnail {
  max-width: 98%;
  height: auto;
  margin-right: auto !important;
  margin-left: auto !important;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  box-shadow: 8px 8px 12px #222222;
}

.section-borders {
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
}

.image-shadow {
  border: 2px solid #222222;
  box-shadow: 8px 8px 8px #222222;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding: 8px 2px;
  /*padding-left: 8px;*/
  /*padding-top: 8px;*/
}

#pacific_dropdown {
  background-color: rgba(255,255,255,0.5);
  min-width: 210px;
}

#australia_dropdown {
  background-color: rgba(255,255,255,0.5);
  min-width: 236px;
}

#page_title {
  color: rgb(255,255,255);
  font-size: 80px;
  text-shadow: 6px 2px 2px rgba(0,0,0,0.8);
  background-repeat: no-repeat;
  background-position: center top;
}

#copyright {
  padding: 0px;
  background-color: #9db2cd;
  margin: 12px 0px 12px 0px;
  background-repeat: no-repeat;
  background-position: center;
}

