/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 730px;
}
#hero picture.main-image {
  width: 100% !important;
  max-width: 100% !important;
  z-index: -1;
  top: 0;
}
#hero picture.main-image img {
  width: 100% !important;
}
#hero h1 {
  color: #FFFFFF;
  opacity: 0.17;
  font-weight: bold;
}
#hero p.h5 {
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 900;
  margin-top: -45px;
}
#hero p.h4 {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 35px;
}
#hero picture.main-image img {
  height: 730px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #hero p.h5 {
    margin-top: -49px;
  }
}

/*Breadcrumb*/
#breadcrumb a, #breadcrumb p {
  font: normal normal normal 14px/40px "Lato", "sans-serif";
  letter-spacing: 0.7px;
  color: #2D3126;
  text-transform: uppercase;
}
#breadcrumb span.last {
  font-weight: 900;
}

/*Practice*/
#latest p.h2 {
  color: #F2F0EF;
  margin-bottom: 1rem;
}
#latest p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: -45px;
}
#latest p.h4 {
  margin-bottom: 20px;
  margin-top: -10px;
}
#latest img {
  border-radius: 10px;
}
#latest .latest-date {
  font: normal normal normal 14px/30px Lato;
}
@media screen and (min-width: 1025px) {
  #latest .main-link {
    padding-left: 20px;
  }
  #latest p.h4 {
    margin-bottom: unset;
    margin-top: unset;
  }
  #latest p.h5 {
    margin-top: -49px;
  }
}

/*Categories*/
#categories .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#categories ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 6em;
  flex-wrap: wrap;
  padding-left: 0;
}
#categories p.h2 {
  color: #F2F0EF;
  margin-bottom: 1rem;
}
#categories p.h5.subtitle {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: -45px;
}
#categories img {
  border-radius: 10px 10px 0px 0px;
}
#categories .post-meta {
  font: normal normal normal 14px/30px "Lato", "sans-serif";
}
#categories .content-card {
  background: #F8F8F7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
}
#categories .pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#categories li {
  list-style-type: none;
}
#categories span.page-numbers,
#categories a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid #464A3F;
  font: normal normal 900 16px/40px "Lato", "sans-serif";
  letter-spacing: 1.6px;
  color: #282B22;
  text-transform: uppercase;
  border-radius: 5px;
}
#categories a.page-numbers:hover {
  background: #464A3F;
  color: #FFFFFF;
}
#categories span.page-numbers {
  background: #464A3F;
  color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  #categories p.h5 {
    margin-top: -49px;
  }
  #categories h3.h4 {
    line-height: 40px;
  }
  #categories .pagination {
    margin-top: 5em;
  }
  #categories picture {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 293px !important;
  }
  #categories picture img {
    height: 293px;
    object-fit: cover;
    width: 100%;
  }
}

#category-filter {
  min-height: 60px;
  border: 2px solid #282B22;
  border-radius: 10px;
  padding-left: 28px;
  padding-right: 100px;
  font: normal normal 900 16px/40px Lato;
  letter-spacing: 1.6px;
  color: #282B22;
  text-transform: uppercase;
  margin-top: 3em;
}

#primary-footer {
  border-top: 4px solid #EEEEED;
  padding-top: 4em;
}
@media screen and (min-width: 1025px) {
  #primary-footer {
    padding-top: 5em;
  }
}