@import url('/fontawesome-6.5.1/css/all.min.css');

body {
  min-height: 2000px;
  padding-top: 0px;
  background-image: url("images/bg.jpg");
  color: rgb(40,40,128);
}

h1,h2,h3 {
  color: rgb(40,40,128);
}

figcaption {
  font-style: italic;
  text-align: center;
  padding-bottom: 14px;
}

a.caption {
    margin-bottom: 0;
}

.sources {
  font-size: 90%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.bg-custom-navbar {
  background-color: #446e9b;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.dropdown-item:hover {
  background-color: #c0c0c0;
}

.navbar {
    margin-bottom: 1rem;
}

/* Add frame and highlight effect to Lightbox2 images */
.lb-image {
  border: 2px solid #fff; /* Adjust the border thickness and color */
  transition: border 0.3s ease-in-out;
  text-align: center
}

.lb-image:hover {
  border: 2px solid #446e9b; /* Adjust the border color on hover */
}

figcaption {
    font-style: italic;
    font-size: small;
}

figure {
    text-align: center;
}

hr.section-break-1 {
    border: 2px solid darkblue;
    border-top:0;
}

hr.section-break-2 {
    border: 1px solid darkblue;
    border-top:0;
}

[class^="col-"] {
    margin-bottom: 0.5rem;
}

.logo-link {
    text-decoration: none;
    font-family:Arial;
    font-size:200%;
    color:#e0e0f0;
    text-align: center;
    font-weight: bold;
}

.logo-link:hover {
    color:#ffffff;
}

.thumbnail-link {
    text-decoration: none;
}

.thumbnail-link:hover {
    text-decoration: underline;
}

.scroll-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #446e9b;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
