.mobile-nav-logo {
  width: auto;
  height: 35px;
}

.footer-social-svg {
  filter: invert(1);
}

@media only screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-item:not(.button) {
    background: transparent !important;
    border: 1px solid transparent;
  }
  .navbar.is-dark .navbar-item:not(.is-logo):not(.call-to-action):hover {
    background: transparent !important;
    border: 1px solid #fbdc8e2e;
  }
}

.imageview .image img {
  width: unset !important;
}

.news-img {
  height: 200px;
  float: left;
  width: 20%;
  margin-right: 24px;
}
