#footer {
  align-items: center;
  background-image: linear-gradient(to right, #a0b6d4, #ffffff);
  bottom: 0;
  display: flex;
  flex-direction: row;
  height: 7rem;
  justify-content: space-evenly;
  position: fixed;
  width: 100%;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .footer-logo {
    padding: 0.2rem;
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    padding: 0.2rem;
    width: 100%;
  }
}

.f-text {
  color: #03318d;
  font-family: Helvetica, sans-serif;
  font-size: 0.81rem;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: 0.5px 0.5px black;
}

.icon {
  height: 1.8rem;
  margin: 0 0.5rem;
}

.big-icon {
  height: 3rem;
}

.icon-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
}

.icon-holder {
  align-items: start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  width: 65%;
}

.socials-column {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-evenly;
  width: 15%;
}

.socials-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  padding-right: 1.5rem;
  width: 10%;
}

.footer-logo-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 25%;
}
