.bold {
  font-weight: 700;
}

.text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.text-s {
  font-size: 1.4rem;
  line-height: 2rem;
}

.text-m {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.text-l {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.header-xs {
  font-size: 2rem;
  line-height: 2.8rem;
}

.header-s {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.header-m {
  font-size: 2.8rem;
  line-height: 3.6rem;
}

.header-l {
  font-size: 3.6rem;
  line-height: 4rem;
}

.display-xs {
  font-size: 4.4rem;
  line-height: 4.8rem;
}

.display-s {
  font-size: 6rem;
  line-height: 6.8rem;
}

.display-m {
  font-size: 7.6rem;
  line-height: 8.4rem;
}

.display-l {
  font-size: 9.2rem;
  line-height: 10rem;
}

@media screen and (min-width: 676px) {
  .underline-desktop {
    height: 1px;
    background-color: #bfbfbf;
    margin: 4px 0;
  }
}

@media screen and (max-width: 675px) {
  .underline-mobile {
    height: 1px;
    background-color: #bfbfbf;
    margin: 4px 0;
  }
}

.underline {
  height: 1px;
  background-color: #bfbfbf;
  margin: 4px 0;
}

.underline.big, .underline-mobile.big, .underline-desktop.big {
  margin-top: 8px;
  margin-bottom: 8px;
}

.bold {
  font-weight: 700;
}

footer {
  background-color: #0F3315;
  color: #fff;
  padding: 30px 0;
}
footer a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
footer a:hover {
  color: #000;
}
footer .container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}
footer .footer-content {
  display: flex;
  padding-top: 60px;
}
footer .footer-content .footer-column {
  flex-basis: 16.667%;
}
footer .footer-content .footer-column.grow {
  flex-grow: 1;
}
footer .footer-content .footer-column.right {
  text-align: right;
}
footer .footer-content .footer-column .footer-title {
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}
footer .footer-content .footer-column ul {
  font-size: 1.6rem;
}
footer .footer-content .footer-column ul li {
  margin-bottom: 10px;
}
footer .footer-content .footer-column button {
  background-color: #f4991a;
  color: #fff;
  cursor: pointer;
  height: 50px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 40px;
  border: none;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
footer .footer-content .footer-column button:hover {
  background-color: #e67d00;
}
footer .footer-content .footer-column button:hover a {
  color: #fff;
}
footer .footer-bottom {
  display: flex;
  padding-top: 60px;
  font-size: 1.6rem;
}
footer .footer-bottom .shrink {
  flex-shrink: 1;
}
footer .footer-bottom .grow {
  flex-grow: 1;
}
footer .footer-bottom .right {
  text-align: right;
}
footer .footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: right;
  text-transform: uppercase;
}
footer .footer-bottom ul li {
  position: relative;
}
footer .footer-bottom ul li:after {
  content: "|";
  padding: 0 3px 0 6px;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
}
footer .footer-bottom ul li:last-child:after {
  display: none;
}
footer .footer-bottom ul li a {
  font-weight: 600;
}
footer #menu-foelg-os {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .icon {
  background-size: 16px 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
footer .icon.icon-fb {
  background-image: url(/wp-content/themes/kirppu/assets/img/facebook.svg);
}
footer .icon.icon-insta {
  background-image: url(/wp-content/themes/kirppu/assets/img/instagram.svg);
  background-size: 24px 24px;
}
footer .icon.icon-in {
  background-image: url(/wp-content/themes/kirppu/assets/img/linkedin.svg);
}
footer .icon:hover {
  background-color: #3a5341;
}
@media screen and (max-width: 675px) {
  footer .container {
    padding: 0 20px;
  }
  footer .footer-content {
    flex-direction: column;
  }
  footer .footer-content .footer-column {
    order: 2;
    margin-bottom: 20px;
  }
  footer .footer-content .footer-column.right {
    order: 1;
    text-align: left;
  }
  footer .footer-bottom {
    flex-direction: column;
    padding-top: 30px;
  }
  footer .footer-bottom .shrink {
    order: 2;
    font-size: 1.2rem;
  }
  footer .footer-bottom .right {
    order: 1;
  }
  footer .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
  }
  footer .footer-bottom ul li {
    line-height: 1.2;
  }
  footer .footer-bottom ul li a {
    font-weight: normal;
    font-size: 1.4rem;
  }
}