.footer_container {
  background-color: #314070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 140px;
}

@media only screen and (max-width: 768px) {
  .footer_container {
    margin-top: 100px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 125px;
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

footer img {
  width: 130px;
}

@media only screen and (max-width: 480px) {
  footer img {
    width: 100px;
  }
}

.facebook_logo {
  width: 75px;
}

@media only screen and (max-width: 768px) {
  .facebook_logo {
    width: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .facebook_logo {
    width: 50px;
  }
}

footer a {
  font-family: "Roboto Slab";
  color: white;
  font-size: 0.8rem;
}

@media only screen and (max-width: 480px) {
  footer a {
    font-size: 0.6rem;
  }
}

.facebook_a,
.footer_links_text a {
  margin-left: 30px;
}

@media only screen and (max-width: 480px) {
  .facebook_a,
  .footer_links_text a {
    margin-left: 10px;
  }
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .footer_links {
    height: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .footer_links_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 55%;
  }
}

@media only screen and (max-width: 768px) {
  .footer_links_text {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .footer_links_text a {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_links_text a {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=footer.css.map */