/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/* Colors */
/* margins and padding sizes */
@font-face {
  font-family: Delilah_Regular;
  src: url("/fonts/Delilah_Regular.otf"), url("/fonts/Delilah_Regular.woff") format("woff");
}
/*****-----------------------------------------------*/
/*	Mixins
/*****-----------------------------------------------*/
/* Example Media Queries */
footer {
  background-color: #e6e6e6;
  color: #383838;
  margin-top: 0em;
  padding: 0.5rem 0 2.5em 0;
}
footer p {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-size: 13px;
}
footer .footer-brand {
  width: 125px;
}
footer .footer-social-links {
  text-align: center;
}
footer .footer-social-links a, footer .footer-social-links a:visited, footer .footer-social-links a[href^="tel:"] {
  color: #4264a3 !important;
  font-size: 1rem;
  padding: 2px 7px;
  border: 1px solid #4264a3;
  border-radius: 50%;
  display: inline-block;
}
footer .footer-right {
  line-height: 1.85;
}
footer .footer-right .footer-logo {
  max-width: 160px;
  margin-bottom: 10px;
}
footer .footer-right p {
  line-height: 1.85;
}
footer .footer-right a, footer .footer-right a[href^="tel:"] {
  color: #4a4d4a;
}
@media screen and (min-width: 576px) {
  footer .footer-right {
    width: 195px;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=footer.css.map */
