.title {
  font-family: 'Gelasio', serif;
  font-size: 60px;
  line-height: 92px;
  text-align: left;
  color: #15152d;
  margin: 0;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  gap: 10px;
  padding: 0;
  position: relative;
  top: 100px;
}

.category {
  width: 100%;
  max-width: 272px;
  height: 80px;
  background-color: #f7debd;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category img {
  padding: 10px;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat-title {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  padding: 0 0.5rem;
}

.categories a {
  text-decoration: none;
}

.critter-list {
  position: relative;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.critter-list a {
  text-decoration: none;
}

.critter {
  width: 100%;
  max-width: 335px;
  height: 380px;
  background-color: #E8EEEF;
  border-radius: 20px;
  padding: 10px;
}

.critter-img,
.critter-img img {
  width: 315px;
  height: 240px;
  border-radius: 20px;
}

.critter-title {
  font-family: 'Gelasio', serif;
  font-size: 30px;
  line-height: 46px;
  color: #15152d;
  margin: 5px 0;
}

.button {
  width: 315px;
  height: 55px;
  background-color: #15152d;
  font-family: 'Albert Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 10px 0;
  cursor: pointer;
}

@media (min-width: 1921px) {
  .logos {
    left: 300px;
  }
  .footer {
    top: 530px;
  }
}

@media (max-width: 1700px) {
  .content {
    max-width: 80%;
  }
  .sponsors {
    top: 300px;
  }
  .critter-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  .categories {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .critter-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 900px) and (orientation: portrait) {
  .content {
    top: 0;
  }
  .categories {
    top: 50px;
  }
  .critter-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px;
  }
  .critter {
    max-width: 300px;
  }
  .critter-img,
  .critter-img img {
    width: 280px;
  }
  .button {
    width: 280px;
  }
}

@media (max-width: 920px) and (max-height: 450px) and (orientation: landscape) {
  .logo,
  .logo img {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 1vh;
    margin-left: 1vw;
  }
  .title {
    font-size: 10vh;
    line-height: 12vh;
  }
  .categories {
    top: 50px;
  }
  .critter-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px;
    top: 100px;
  }
  .critter {
    max-width: 280px;
  }
  .critter-img,
  .critter-img img {
    width: 250px;
  }
  .button {
    width: 250px;
  }
}

@media (max-width: 550px) {
  .logo,
  .logo img {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    margin-top: 0;
    margin-left: 0;
  }
  .title {
    font-size: 6vh;
    line-height: 7vh;
  }
}

@media (max-width: 550px) {
  .content {
    max-width: 90%;
  }
}

.categories {
  top: unset;
  margin: 2rem auto;
}

@media (max-width: 550px) {
  .categories {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (max-width: 550px) {
  .categories a .category {
    height: 60px;
    max-width: 140px;
  }
}

@media (max-width: 550px) {
  .categories a .category img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 550px) {
  .categories a .category .cat-title {
    font-size: 13px;
    line-height: 18px;
  }
}

.critter-list {
  padding: 2rem 0;
  top: unset;
}
/*# sourceMappingURL=critters-list.css.map */