@charset "UTF-8";
/* CSS Document */
ul.nostyle {
  list-style: none
}
.paddingTop {
  padding-top: 2rem;
}
.paddingBottom {
  padding-bottom: 1rem;
}
.footerText {
  padding-top: .5rem;
  font-size: .9rem;
}
a {
  color: #0067fe;
  text-decoration: none;
  background-color: transparent;
}
h1 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 2.5rem;
}
h2 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 2rem;
}
h3 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 1.6rem;
}
h4 {
  font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.5rem;
}
h5 {
  font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.25rem;
}
article.bottomDivider {
  border-bottom: thin dotted #087e7e;
  margin-bottom: 1rem;
}
li.nav-item .nav-link {
  font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
/*.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;}
.navbar-dark .navbar-brand {
    color: #ffffff;}*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
#image-gallery .modal-footer {
  display: block;
}
.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}