.bold {
  font-weight: 600;
}

.top,
.bottom {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
}

.bottom {
  align-items: center;
}

#where {
  padding: 4rem 0;
  background: linear-gradient(to bottom right, var(--muted-tan-light), var(--muted-tan-dark));
  ;
}

.card-grid {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.bread-card {
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  border-radius: .75rem;
  background-color: #fff;
  transition: background-color .2s ease;
  flex: 1;
}

.bread-card:hover {
  background-color: #fff1d4
}

.instagram-card {
  background-color: #fff;
  display: flex;
  height: auto;
  width: fit-content;
  margin-top: .5rem;
  padding: 1rem 1.25rem;
  border-radius: .5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: background-color .2s ease;
}

.instagram-card:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.instagram-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start
}

.instagram-title {
  font-size: 1.125rem;
  margin-bottom: .25rem;
}

.instagram-tag {
  display: flex;
  font-size: .875rem;
  flex-direction: column;
}

.ig-pic {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.instagram-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.375rem;
  height: 8.375rem;
  border-radius: 50%;
  background: linear-gradient(to top right, #ffca00 15%, #ff8500, #ff1c51, #d300c5);
  margin-bottom: .75rem
}

.instagram-img {
  object-fit: cover;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.bread-card svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: .75rem;
}

.bread-card h3 {
  margin-bottom: .5rem;
}

@media screen and (min-width: 769px) {

  #pre-hero {
    height: 150px;
    width: 100%;
    background-image: url('/img/bread-shed-pre-hero-bg-3.webp'),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* or 100% auto */
    background-attachment: scroll;
    /* turn off fixed */
    background-blend-mode: multiply;
    pointer-events: none;
  }

  h1 {
    text-wrap-style: balance;
    text-align: center;
    line-height: 1.5;
    margin-bottom: .5rem;
    background: linear-gradient(100deg,
        var(--golden-wheat-light) 0%,
        var(--crust-brown-light) 45%,
        var(--warm-copper-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: clamp(1.5rem, 3.5rem + 1vw, 4.375rem);
  }

  #hero .wrapper.row {
    flex-direction: row;
  }

  #hero .left-wrapper {
    align-items: flex-start;
  }

  .ul-div {
    margin-top: 1rem;
    background: linear-gradient(to bottom right, #fbe8c3, #fff1de);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .page-logo {
    user-select: none;
    max-width: 225px;
  }

}

@media screen and (min-width: 769px) and (max-width: 1209.99px) {

  #pre-hero {
    height: 150px;
    width: 100%;
    background-image: url('/img/bread-shed-pre-hero-bg-3.webp'),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* or 100% auto */
    background-attachment: scroll;
    /* turn off fixed */
    background-blend-mode: multiply;
    pointer-events: none;
  }

  h1 {
    text-wrap-style: balance;
    text-align: center;
    line-height: 1.5;
    margin-bottom: .5rem;
    background: linear-gradient(100deg,
        var(--golden-wheat-light) 0%,
        var(--crust-brown-light) 45%,
        var(--warm-copper-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: clamp(1.5rem, 3.5rem + 1vw, 4.375rem);
  }
}

@media screen and (max-width: 768px) {

  .card-grid {
    flex-direction: column;
  }

  #pre-hero {
    height: 175px;
    width: 100%;
    background-image: url('/img/bread-shed-pre-hero-bg-mobile.webp'),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    pointer-events: none;
  }

  #hero {
    padding: .5rem 0 2rem;
  }

  #hero .right-wrapper {
    margin-top: 2rem;
  }

  h1 {
    text-wrap-style: balance;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    background: linear-gradient(100deg,
        var(--golden-wheat-light) 0%,
        var(--crust-brown-light) 45%,
        var(--warm-copper-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  h2 {
    font-size: clamp(1.25rem, 1.5rem + .25vw, 2rem);
    letter-spacing: -1.75px;
    line-height: 1.2;
    margin-bottom: .25rem;
  }

  #hero .wrapper.row {
    flex-direction: column;
  }

  #hero .left-wrapper {
    align-items: flex-start;
  }

  .ul-div {
    margin-top: 1rem;
    background: linear-gradient(to top left, #fbe8c3, #fff1de);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .page-logo {
    user-select: none;
    max-width: 225px;
  }

  #where {
    padding: 2rem 0;
  }

  #classes .wrapper {
    padding: 1rem
  }

  #classes {
    padding: 3rem 0 4rem;
  }
}