/******************************************************************************/
/******************************************************************************/
/**************************** GLOBAL FOOTER STYLES ****************************/
/******************************************************************************/

/* 768px and all */
footer {
  z-index: 100;
}

footer .footer-logo {
  width: 65px;
  height: 65px;
}

footer .footer-about-text {
  font-size: 16px;
  text-align: center;
}

footer .footer-copyright-text {
  font-size: 12px;
  text-align: center;
}

/* Social Media Footer */
footer .footer_socials {
  margin: 7px 0;
  text-align: center;
  padding-left: 0;
  border-left: 0;
}

footer .footer_socials a {
  display: inline-block;
  color: #2F2F2F;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 16px;
}

footer .footer_socials a:hover {
  color: #FFFFFF;
  background: #008985;
}

footer .menu-footer_menu-container .menu {
  display: flex;
}

footer .menu-footer_menu-container .menu a {
  color: #B5B5B5;
  display: inline-block;
  margin-left: 1.0rem;
  font-size: 12px;
}

footer .menu-footer_menu-container .menu a:hover {
  color: #008985;
}
/* 767px to 1199px */
@media (min-width: 767px) and (max-width: 1199px) {

}
/* 768px and up */
@media (min-width: 768px) {
  footer .footer-logo {
    width: 78px;
    height: 78px;
  }

  footer .footer-about-text {
    font-size: 16px;
    text-align: left;
  }

  footer .footer-copyright-text {
    font-size: 14px;
    text-align: left;
  }

  /* Social Media Footer */
  footer .footer_socials {
    margin: 7px 0;
    float: right;
    padding-left: 0;
    border-left: 0;
  }

  footer .footer_socials a {
    display: inline-block;
    color: #2F2F2F;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    margin: 0 5px;
    vertical-align: middle;
    font-size: 16px;
  }

  footer .footer_socials a:hover {
    color: #FFFFFF;
    background: #008985;
  }

  footer .menu-footer_menu-container {
    display: flex;
    justify-content: flex-end;
  }

  footer .menu-footer_menu-container .menu {
    display: flex;
  }

  footer .menu-footer_menu-container .menu a {
    font-size: 1.0em;
    color: #E7E7E7;
    display: inline-block;
    margin-left: 1.4rem;
  }

  footer .menu-footer_menu-container .menu a:hover {
    color: #008985;
  }

}
