
/* custom css */


@media (min-width: 1200px) {
  .homepage-image-behind-issue {
    /* max-height: 500px; */
    max-height: 460px;
  }
}

@media (min-width: 992px) {
  .navbar-logo-text {
    font-size: 32px;
	color: #1E6292;
  }
}

.footer-brand-image {
  display: none;
}


.site-footer {
  background: #1E6292;
}


.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}