@import url("https://use.typekit.net/jnb3xnl.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spirax&display=swap");

html, body {
  font-family: Poppins, Montserrat, Lato, sans-serif;
  height: 100%;
  width: 100%;
  background-color: #ECECEC;
}

.section-container {
  max-width: 1080px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
  margin: 0 auto;
}

.section-title {
  font-weight: 700;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1.5em;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 3rem;
  }
}

#footer-background {
  background-color: #FFFFFF;
}

#footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

#footer-logo {
  max-width: 300px;
}

#footer-motto {
  color: #5A5A5A;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3rem;
}

#footer-links {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.125rem;
}
#footer-links li {
  margin-bottom: 0.5rem;
}
#footer-links a {
  color: #5A5A5A;
  margin-bottom: 2rem;
}

#footer-back-to-top a {
  font-weight: 400;
  font-size: 22px;
  color: #5A5A5A;
}
#footer-back-to-top img {
  height: 22px;
}

#footer-rights {
  color: #5A5A5A;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1rem;
}

.footer-address {
  color: #5A5A5A;
  font-weight: 300;
  font-size: 12px;
}

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