@font-face {
  font-family: "fixturecondensed_medium";
  src: url("../fonts/fixture_condensed_medium-webfont.woff2") format("woff2"), url("../fonts/fixture_condensed_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "fixturecondensed_medium";
}

h1,
h2 {
  font-size: 2.625rem;
  text-transform: uppercase;
}

h1 {
  font-weight: bold;
}

p {
  font-size: 2.625rem;
  line-height: 2.625rem;
  text-transform: uppercase;
}

.btn-ath {
  padding: 0.3rem 4rem 0;
  font-size: 2.2rem;
  border-radius: 5rem;
  color: #fff;
  background-color: #d44350;
  border-color: #d44350;
  text-transform: uppercase;
}

.btn-ath:hover {
  color: #d44350;
  border-color: #d44350;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.store h3 {
  font-size: 2rem;
  line-height: 2rem;
  color: #d44350;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  z-index: 1;
  top: 50%;
  margin-top: calc((2rem / 2) * -1);
}

.store img {
  transition: all 0.3s;
}

.store:hover img {
  filter: drop-shadow(0px 0px 5px rgba(212, 67, 80));
  -webkit-filter: drop-shadow(0px 0px 5px rgba(212, 67, 80));
  -moz-filter: drop-shadow(0px 0px 5px rgba(212, 67, 80));
}

.footer {
  background-color: #d44350;
}

@media (min-width: 576px) {
  .copy .col {
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 3.5rem;
  }

  p {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  h1,
  h2 {
    font-size: 4.375rem;
  }

  p {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
}
