@media only screen and (max-width: 576px) {
  #fo3, #fo2 {
    text-align: center;
  }
  #contact_info {
    height: auto;
    text-align: center;
  }
  .footer_links::before {
    width: 90%;
  }
}

@media only screen and (min-width: 576px) {
  .footer_links::before {
    width: 90%;
  }
  #fo3, #fo2 {
    text-align: center;
  }
  #fo1 {
    border-top: 1px solid #FD8E50;
    opacity: 0.5;
  }
  #contact_info {
    height: auto;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  #fo3 {
    text-align: right;
  }
  #fo2 {
    text-align: left;
  }
  #fo1 {
    border-top: 1px solid #FD8E50;
    opacity: 1;
  }
  #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;
  }
  .footer_links::before {
    width: 0px;
  }
}

@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;
}

#fo2, #fo3 {
  color: white !important;
}

#fo2 a, #fo3 a {
  color: white;
}

#fo2 a:hover, #fo3 a:hover {
  color: #FD8E50;
}

#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;
}

.fo6 {
  font-size: 15px;
}

.footer a {
  color: white;
}

.footer a:hover {
  color: #FD8E50;
}

.footer_links::before {
  content: ' ';
  height: 2px;
  border-radius: 4px;
  background-color: #FD8E50;
}

.footer__link {
  font-size: 18px !important;
}

.legends {
  text-decoration: underline !important;
}

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