@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}
a {
  color: #2ea3f2;
  text-decoration: none;
}
a:hover {
  color: #8ecdf8;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Serif', serif;
  color: #0b4c84;
}
.btn-primary {
  color: #fff;
  background-color: #0b4c84;
  border-color: #0b4c84;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2ea3f2;
  border-color: #2ea3f2;
}
.bg-blue {
  background-color: #0b4c84;
}
.bg-black {
  background-color: #000;
}
.bg-gray {
  background-color: #e9ecef;
}
.bg-dkgray {
  background-color: #444;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand > img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.jumbotron {
  margin-bottom: 0;
}
.jumbotron h1 {
  font-size: 3.5rem;
}
.jumbotron-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
  margin-bottom: 20px;
}
.hiddenGallery {
  display: none;
}
.footer a, .footer a:visited, .footer a:active {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #8ecdf8;
  text-decoration: none;
}
.footer p {
  margin-bottom: 0;
  font-size: 1rem;
}
.footer .nav-link {
  font-size: 1rem;
  margin: 0 auto;
}
.footer i {
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 24px;
}
.copyright {
  display: block;
  padding: 0.5rem 1rem;
}
@media (max-width: 991.98px) {
  footer .nav {
    flex-direction: column !important;
  }
}