/* ========= Fonts ========= */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
/* ========= Variables ========= */
/* ========= Global ========= */
.footer {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* ========= Footer ========= */
#wrapper-footer-full {
  padding: 20px 0px;
  background-color: #474747;
  color: #ffffff;
  margin-top: 50px;
}
#wrapper-footer-full a {
  color: #ffffff;
}
#wrapper-footer-full a:hover {
  color: #75ae46;
}
#wrapper-footer-full p {
  font-weight: 300;
}
#wrapper-footer-full h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.social-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #333333;
  color: #e8e8e8;
}
.social-footer a {
  color: #e8e8e8;
}

.circle-icon {
  background: #474747;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}
.circle-icon:hover {
  background: #75ae46;
}

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