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

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

@media (min-width: 1600px) {
  .image_caption {
    font-size: 32px;
    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(128,128,128,1);
  }
}

@media (max-width: 1600px) {
  .image_caption {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif, Arial;
    font-weight: 500;
    text-align: center !important;
    color: rgb(255,255,255);
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
  }
}

.link_grey {
  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);
}

.link_style {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif, Arial;
  font-weight: 600;
  text-align: center !important;
  color: rgb(0,0,0);
  text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.link_grey {
  font-size: 18px;
  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);
}

.link_grey {
  font-size: 18px;
  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: #000000;
  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: #000000;
  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: #ffffff;
  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: 2px 0px 0px 0px;
  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: 300px;
  margin-left: 12px;
  border: none;
}

@media (max-width:576px) {
  .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.mfp-title {
  color: #7bc1f4 !important;
  font-size: 24px;
  margin-top: 4px;
}

body, html {
  width: 100%;
  height: 480px;
}

.btn-primary {
  background-color: rgb(83,159,220);
  border-color: rgb(0,0,0);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(83,159,220);
  border-color: rgb(0,0,0) !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: rgb(83,159,220)!important;
  border-color: #000000!important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: rgb(83,159,220);
  border-color: rgb(0,0,0) !important;
}

.btn:hover {
  color: #ffffff;
  text-decoration: none;
}

a, a:hover {
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.link_style_grey {
  background-color: rgba(177,177,177,0.4);
  text-align: center;
  margin-top: 1px;
}

.link_style_home {
  background-color: rgba(56,138,214,0.4);
  text-align: center;
  margin-top: 1px;
}

.link_style_clear {
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  margin-top: 1px;
}

.centre {
  margin-left: auto;
  margin-right: auto;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  background-color: rgba(255,255,255,0.4)!important;
  color: rgba(0,0,0,1)!important;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255,58,64,0);
}

.title {
  color: rgb(254,255,255);
  font-size: 64px;
  text-shadow: 4px 2px 2px rgba(0,0,0,1);
}

.image_caption {
}

