/* your styles go here */

.box-image-text .image {
  min-height: 200px;
  max-height: 200px;
}

.box-simple {
  min-height: 230px;
}

.logo-container {
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
}

.main-logo {
  height: 32px !important;
}

.main-logo-text {
  height: 20px;
  margin-left: 1rem;
}

@media (max-width: 768px){
  .main-logo-text {
    height: 14px;
  }

  .fed-item {
    transform: scale(1) !important;
  }

  .fed-list {
    display: block;
  }
}

.navbar.navbar-light ul.nav > li > a {
  text-decoration: none;
}

footer a {
  color: white;
  font-weight: 700
}

footer a:hover {
  color: #e4322b
}

.fed-list {
  display: flex;
  justify-content: space-between;
  max-height: 100px;
}

.fed-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.4);
}