@media only screen and (max-width: 768px) {
  #fo3,
  #fo2 {
    text-align: center;
  }
  #contact_info {
    height: auto;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  #fo3,
  #fo2 {
    text-align: center;
  }
  #contact_info {
    height: auto;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  #fo3 {
    text-align: right;
  }
  #fo2 {
    text-align: left;
  }
  #contact_info {
    height: 150px;
    text-align: right;
  }
}

@media only screen and (min-width: 1250px) {
  #fo3 {
    text-align: right;
  }
  #fo2 {
    text-align: left;
  }
  #contact_info {
    height: 150px;
    text-align: right;
  }
}

@media only screen and (min-width: 1400px) {
  #fo3 {
    text-align: right;
  }
  #fo2 {
    text-align: left;
  }
  #contact_info {
    height: 150px;
    text-align: right;
  }
}

#fo0 {
  height: 20px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 20px;
  z-index: 400;
}

#fo1 {
  border-top: 2px solid rgba(17, 77, 63, 0.3);
}

#fo4 {
  font-size: 30px;
  margin-right: 5px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#fo5 {
  color: #2069b8;
  font-size: 30px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

footer {
  background-color: #d9dddc;
}

.footer_top {
  background-color: #d9dddc;
}

.footer_top__icon {
  font-size: 25px;
}

.footer_top__logo {
  width: 250px;
}

.footer_top__link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer_top__link:hover {
  color: #f29145;
}

.footer_bot {
  background-color: #d9dddc;
}

.social_icons {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.social_icons:hover {
  color: #114d3f;
}

.legends {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline !important;
}

.legends:hover {
  color: #114d3f;
  text-decoration: none !important;
}
/*# sourceMappingURL=styles.css.map */