.shrink {
  animation: 0.3s ease-in-out fadeInDown;
  background-color: #141a28;
}

#collapsibleNavbar a {
  color: white;
}

.navbar-collapse {
  flex-grow: 0.5 !important;
}

#collapsibleNavbar a:hover {
  color: #ffc107;
}

.customfooterItem {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start !important;
  background-color: #00000044;
  padding: 40px 0;
  /* text-align: center; */
  border-radius: 10px;
  margin-top: 20px;
}

.customfooterItem > div:nth-child(1) {
  text-align: right;
  margin-right: 25px;
}

@media (max-width: 630px) {
  .customfooterItem {
    flex-direction: column !important;
  }
  .customfooterItem > div {
    text-align: center !important;
    width: 100%;
    margin-bottom: 40px;
  }
}
