/* Functions */
footer {
  background: #fff;
  /* margin-top: 4rem;*/
  padding-top: 4rem;
  /*border-top: solid 1px    #f1f1f1;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer strong {
  color: #231f20;
}

footer h3 {
  font-size: 1.35em;
  line-height: 1.15;
  color: #231f20;
  max-width: 300px;
  text-align: left;
}

footer .container-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .menu_link {
  margin: 0;
  display: block;
}

.logo_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-right: 0 !important;
}

.main_footer {
  max-width: 320px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.footer_logo {
  width: 4em;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_col {
  margin: 1em 0;
  padding: 1em;
  color: #665e60;
  font-size: 1.22rem;
  line-height: 1.95;
  text-align: center;
}

.footer_link a {
  color: #665e60;
}

.footer_link a:hover, .footer_link a:focus {
  color: #231f20;
}

.footer_bottom {
  margin-bottom: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_bottom img {
  height: 1.7em;
  width: auto;
  margin: 0 1em;
}

@media (min-width: 390px) {
  .main_footer {
    max-width: 380px;
  }
}

@media (min-width: 480px) {
  .footer_col {
    text-align: left;
    font-size: 1.05rem;
  }
  .footer_logo {
    width: 2em;
  }
  .main_footer {
    max-width: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  footer {
    padding: 1em;
  }
  footer .logo_col {
    width: 100%;
    margin-left: auto;
  }
  footer h3 {
    font-size: 1.35em;
    max-width: 350px;
  }
}

@media (min-width: 820px) {
  .footer_col {
    text-align: left;
    font-size: 1.15rem;
  }
  .main_footer {
    max-width: 1800px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .logo_col {
    width: auto;
    margin-left: 0px;
  }
  footer h3 {
    font-size: 1.35em;
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  footer h3 {
    font-size: 1.35em;
    max-width: 300px;
  }
}
/*# sourceMappingURL=footer.css.map */