@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html :where(.wp-block) {
  max-width: unset !important;
}

:where(.editor-styles-wrapper) .block {
  max-width: unset !important;
  width: 90% !important;
}

.block-editor-block-list__block {
  display: flex;
  justify-content: center;
  align-items: center;
}

#headerblock {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 3rem;
  top: 0;
  position: sticky;
  z-index: 998;
  background: linear-gradient(180deg, rgb(255, 251, 238) 50%, rgba(255, 251, 238, 0) 50%);
  container-type: inline-size;
}
#headerblock .block {
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 5rem;
  border: 0.1rem solid #CDCCCC;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@container (max-width: 800px) {
  #headerblock .block {
    padding-right: 2rem;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    margin: 1rem;
  }
}
#headerblock .block #sitelogo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@container (max-width: 800px) {
  #headerblock .block #sitelogo {
    justify-content: space-between;
    width: 100%;
  }
}
#headerblock .block #sitelogo .sitelogo {
  transition: transform 0.5s;
}
#headerblock .block #sitelogo .sitelogo:active {
  transform: scale(0.9);
}
#headerblock .block #sitelogo .menu_button {
  display: none;
}
@container (max-width: 800px) {
  #headerblock .block #sitelogo .menu_button {
    display: unset;
  }
}
#headerblock .block #sitelogo .close_button {
  display: none;
}
@container (max-width: 800px) {
  #headerblock .block #sitelogo .close_button {
    display: unset;
  }
}
#headerblock .block ul {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
@container (min-width: 800px) {
  #headerblock .block ul {
    display: flex !important;
  }
}
#headerblock .block ul li {
  background-color: unset;
  border: unset;
  padding: unset;
}
#headerblock .block ul li a {
  font-size: 1.35rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--fair_grey);
  transition: color 0.2s;
}
#headerblock .block ul li a:hover {
  color: black;
}

@container (max-width: 800px) {
  .headerblock_innercontainer {
    flex-direction: column;
    border-radius: 3rem !important;
  }
  .headerblock_innercontainer ul {
    padding: 1rem !important;
  }
}
@container (max-width: 495px) {
  .headerblock_innercontainer ul {
    flex-direction: column;
  }
}
.profile_block_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  container-type: inline-size;
}
.profile_block_section h1 {
  font-size: 5.5rem;
  font-weight: 1000;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@container (max-width: 495px) {
  .profile_block_section h1 {
    font-size: 4.3rem;
  }
}

.profile_block_container {
  display: flex;
  flex-direction: row;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1537px) {
  .profile_block_container {
    flex-direction: column;
  }
}
.profile_block_container h2 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 1000;
  color: black;
}
.profile_block_container .rounding {
  border-radius: 4rem;
}
.profile_block_container .profile_block {
  background-color: var(--fair_orange);
  height: -moz-fit-content;
  height: fit-content;
  flex-grow: 1;
  padding: 2.4rem;
  align-items: flex-start;
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  flex-wrap: wrap;
  width: 45rem;
  align-items: stretch;
}
@media (max-width: 1537px) {
  .profile_block_container .profile_block {
    width: unset;
    gap: 3rem;
  }
}
.profile_block_container .skills_block {
  background-color: black;
  display: flex;
  flex: 0 0 25%;
  padding: 2.2rem;
  row-gap: 1.3rem;
  flex-direction: column;
  min-width: 20rem;
  flex-grow: 1;
}
@container (max-width: 495px) {
  .profile_block_container .skills_block {
    min-width: unset;
    justify-content: space-between;
  }
}
.profile_block_container .skills_block h2 {
  color: white;
}
.profile_block_container .skills_block .skills_icon_list {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@container (max-width: 495px) {
  .profile_block_container .skills_block .skills_icon_list {
    gap: 1rem;
    justify-content: space-between;
  }
}
.profile_block_container .skills_block .skills_icon_list P {
  width: 100%;
  text-align: center;
  color: white;
  margin-bottom: 0;
  margin-top: 0.2rem;
  font-size: 0.9rem;
}
.profile_block_container .skills_block .skills_icon_list .skill_item {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 25%;
}
.profile_block_container .skills_block .skills_icon_list .skill_item_logo {
  background-color: white;
  width: 70px;
  height: 70px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_block_container .skills_block .skills_icon_list .skill_item_logo img {
  width: 2.8rem;
  -o-object-fit: unset;
     object-fit: unset;
  border-radius: unset;
  flex-grow: unset;
}
.profile_block_container .skills_block .skills_icon_list .skill_item_logo div {
  width: 75%;
  height: 75%;
  border-radius: 0.8rem;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_block_container img {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.7rem;
  flex-grow: 1;
  height: auto;
}
.profile_block_container .profile_content {
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
  width: 50%;
  min-width: 20rem;
  flex-grow: 1;
}
@media (max-width: 862px) {
  .profile_block_container .profile_content {
    align-items: center;
  }
}
@container (max-width: 495px) {
  .profile_block_container .profile_content {
    min-width: unset;
  }
}
.profile_block_container .profile_content .profile_text_container {
  gap: 1.2rem;
  display: flex;
  flex-direction: column;
}
.profile_block_container .profile_content p {
  width: 75%;
  margin: 0;
}
.profile_block_container .profile_content .button_container {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
}
.profile_block_container .profile_content .button_container a {
  text-decoration: none;
  font-weight: 800;
}
.profile_block_container .connector {
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
  flex: 0 0 3.5%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1537px) {
  .profile_block_container .connector {
    display: none;
  }
}
.profile_block_container .connector div {
  border-top: 0.24rem solid var(--fair_orange);
  border-bottom: 0.24rem solid var(--fair_orange);
  width: 100%;
}
.profile_block_container .connector_responsive_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_block_container .connector_responsive_container .connector_responsive {
  display: none;
  width: 20%;
  max-width: 8rem;
}
@media (max-width: 1537px) {
  .profile_block_container .connector_responsive_container .connector_responsive {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    height: 2rem;
  }
}
.profile_block_container .connector_responsive_container .connector_responsive div:first-child {
  /*grid-column-start: 1;
  grid-column-end: 2;*/
  border-left: 0.48rem solid var(--fair_orange);
  border-right: 0.24rem solid var(--fair_orange);
}
.profile_block_container .connector_responsive_container .connector_responsive div {
  /*grid-column-start: 1;
  grid-column-end: 2;*/
  border-left: 0.24rem solid var(--fair_orange);
  border-right: 0.24rem solid var(--fair_orange);
}
.profile_block_container .connector_responsive_container .connector_responsive div:nth-child(4) {
  /*grid-column-start: 1;
  grid-column-end: 2;*/
  border-left: 0.24rem solid var(--fair_orange);
  border-right: 0.48rem solid var(--fair_orange);
}

.projects_block_section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: white;
}
.projects_block_section svg {
  width: 3rem;
}
.projects_block_section .projects_popup {
  position: fixed;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: none;
  opacity: 0;
  background-color: var(--sand_transparent);
  overflow: scroll;
  flex-direction: column;
  align-items: center;
  transition-property: opacity, transform, display;
  transition-duration: 0.8s;
  transition-behavior: allow-discrete;
  backdrop-filter: blur(0.13rem);
  z-index: 999;
  container-type: inline-size;
}
.projects_block_section .projects_popup #popup_htmx_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: -moz-fit-content;
  min-height: fit-content;
  justify-content: center;
  height: 100%;
}
.projects_block_section .projects_popup .close_container {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  transform: translateY(-10rem) translateX(0.5rem);
  transition: transform 0.8s;
  z-index: 999;
  max-width: var(--maxWidth);
}
@container (max-width: 500px) {
  .projects_block_section .projects_popup .close_container {
    width: 90%;
  }
}
.projects_block_section .projects_popup .close_container div {
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--fair_red);
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  cursor: pointer;
}
.projects_block_section .projects_popup .close_container div:hover {
  background-color: var(--dark_red);
}
.projects_block_section .projects_popup .close_container div:active {
  background-color: #850f0f;
}
.projects_block_section .projects_popup .close_container div svg {
  width: 40%;
}
.projects_block_section .projects_popup .projects_popup_innercontainer {
  width: 80%;
  display: flex;
  gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 3rem;
  flex-wrap: wrap;
  max-width: var(--maxWidth);
  max-height: 80%;
}
@container (max-width: 500px) {
  .projects_block_section .projects_popup .projects_popup_innercontainer {
    width: 90%;
  }
}
.projects_block_section .projects_popup .projects_popup_innercontainer div {
  border-radius: 3rem;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider {
  flex: 0 0 56%;
  background-color: #829B8A;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  flex-grow: 1;
  min-height: 35rem;
  transform: translateX(-80rem);
  transition: transform 0.8s ease-in-out;
  align-items: center;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container {
  background-color: white;
  border-radius: 2rem;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  container-type: inline-size;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .position_indicators {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .position_indicators div {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #D9D9D9;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .position_indicators .active {
  background-color: black;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .info_text_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@container (max-width: 556px) {
  .projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .info_text_container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .info_text_container h4 {
  color: black;
  font-size: 2rem;
  padding: 0;
  margin: 0;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .info_text_container p {
  color: var(--fair_grey);
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .info_text_container div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_info_container .slider_info .info_text_container .category {
  color: var(--fair_red);
  border: 0.2rem solid var(--fair_red);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem 0.5rem 1rem;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 1000;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_interface {
  grid-column: 1;
  grid-row: 1;
  z-index: 888;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_interface .slider_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_interface .slider_controls div {
  border-radius: 30rem;
  width: 3rem;
  height: 3rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 44px -12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 44px -12px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_interface .slider_controls div:hover {
  background-color: rgb(242, 242, 242);
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_interface .slider_controls div:active {
  background-color: rgb(228, 228, 228);
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider .slider_interface .slider_controls div svg {
  height: 40%;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container {
  grid-column: 1;
  grid-row: 1;
  z-index: 777;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-radius: unset !important;
  justify-items: center;
}
@container (max-width: 600px) {
  .projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container {
    padding-top: 2rem;
    align-items: flex-start;
  }
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container img {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  width: 80%;
  grid-row: 1;
  grid-column: 1;
  margin: 3rem;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container .active {
  opacity: unset;
  transform: translateX(0);
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container .next_slide_left {
  opacity: unset;
  transform: translateX(-55rem);
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container .next_slide_right {
  opacity: unset;
  transform: translateX(55rem);
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container .inactive_left {
  transform: translateX(-55rem);
}
.projects_block_section .projects_popup .projects_popup_innercontainer .slider_content_container .inactive_right {
  transform: translateX(55rem);
}
.projects_block_section .projects_popup .description {
  flex: 0 0 38%;
  display: flex;
  justify-content: center;
  background-color: black;
  flex-grow: 1;
  min-width: 23rem;
  transform: translateX(80rem);
  transition: transform 0.8s ease-in-out;
}
@container (max-width: 556px) {
  .projects_block_section .projects_popup .description {
    min-width: unset;
  }
}
.projects_block_section .projects_popup .description .description_innercontainer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
.projects_block_section .projects_popup .description .description_innercontainer h3 {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  margin-bottom: 0.7rem;
}
.projects_block_section .projects_popup .description .description_innercontainer .Item {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: white;
  min-width: 10rem;
  align-items: center;
}
.projects_block_section .projects_popup .description .description_innercontainer .Item .icon {
  background-color: white;
  border-radius: 50px;
  aspect-ratio: 1/1;
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects_block_section .projects_popup .description .description_innercontainer .Item p, .projects_block_section .projects_popup .description .description_innercontainer .Item a {
  color: white;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  text-decoration: none;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.projects_block_section .projects_popup .description .description_innercontainer .Item a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.projects_block_section .projects_popup .description .description_innercontainer .skillsContainer {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@container (max-width: 556px) {
  .projects_block_section .projects_popup .description .description_innercontainer .skillsContainer {
    justify-content: space-between;
  }
}
.projects_block_section .projects_popup .description .description_innercontainer .skill_item {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.projects_block_section .projects_popup .description .description_innercontainer p {
  font-size: 0.9rem;
}
.projects_block_section .projects_popup .description .description_innercontainer .skill_item_logo {
  background-color: white;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects_block_section .projects_popup .description .description_innercontainer .skill_item_logo img {
  width: 2.8rem;
  -o-object-fit: unset;
     object-fit: unset;
  border-radius: unset;
  flex-grow: unset;
}
.projects_block_section .projects_popup .description .description_innercontainer .skill_item_logo div {
  width: 75%;
  height: 75%;
  border-radius: 0.8rem;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects_block_section .openPopup {
  display: flex;
  opacity: 1;
}
@starting-style {
  .projects_block_section .openPopup {
    opacity: 0;
  }
}
.projects_block_section .openPopup .projects_popup_innercontainer .slider {
  transform: translateX(0rem);
}
@starting-style {
  .projects_block_section .openPopup .projects_popup_innercontainer .slider {
    transform: translateX(-80rem);
  }
}
.projects_block_section .openPopup .description {
  transform: translateX(0rem);
}
@starting-style {
  .projects_block_section .openPopup .description {
    transform: translateX(80rem);
  }
}
.projects_block_section .openPopup .close_container {
  transform: translateY(2rem) translateX(0.5rem);
  max-width: var(--maxWidth);
}
@starting-style {
  .projects_block_section .openPopup .close_container {
    transform: translateY(-10rem) translateX(0.5rem);
    max-width: var(--maxWidth);
  }
}

.title_filter_ribbon {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  background-color: var(--fair_red);
  padding: 2.4rem;
  border-radius: 2.8rem;
  container-type: inline-size;
}
@container (max-width: 450px) {
  .title_filter_ribbon h2 {
    font-size: 2.8rem;
  }
}

.project_list {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
}

h2 {
  color: white;
  font-size: 3.8rem;
  margin-bottom: 1.2rem;
  font-weight: 1000;
  margin: 0;
}

.project_listing {
  flex-grow: 1;
  aspect-ratio: 3/2;
  border-radius: 1.5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: var(--mild_yellow);
  transition: background-color 0.5s, transform 0.5s;
  cursor: pointer;
  flex: 45%;
  container-type: inline-size;
}
.project_listing:active {
  transform: scale(0.95);
}
.project_listing img {
  width: 60%;
  transition: transform 0.3s ease-in-out;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@container (max-width: 450px) {
  .project_listing img {
    width: 100%;
  }
}

.project_info_box {
  background-color: white;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.8rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  gap: 2rem;
  container-type: inline-size;
}
@container (max-width: 450px) {
  .project_info_box {
    flex-wrap: wrap;
  }
}
.project_info_box h3 {
  margin: 0.2rem;
  color: black;
  font-weight: 1000;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
}
@container (max-width: 450px) {
  .project_info_box h3 {
    font-size: 1.5rem;
  }
}
.project_info_box p {
  padding: 0;
  margin: 0;
  color: var(--fair_grey);
}

ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
  row-gap: 1rem;
}
ul .active {
  background-color: black;
  color: white;
  border: 2px solid black;
  pointer-events: none;
}
ul li {
  color: rgba(0, 0, 0, 0.4392156863);
  background-color: var(--mild_grey);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3rem;
  font-weight: 800;
  margin: 0;
  border: 2px solid var(--mild_grey);
  transition: background-color 0.2s, border 0.2s;
}
ul li:hover {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.639);
  border: 2px solid rgba(0, 0, 0, 0.639);
  cursor: pointer;
}

.listing_category {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: 0.15rem solid var(--fair_red);
  border-radius: 2rem;
  color: var(--fair_red);
  font-weight: 1000;
  font-size: 1rem;
}

.project_listing:hover img {
  transform: scale(107%);
}

.project_listing:hover {
  background-color: var(--hover-color);
}

footer {
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 3rem;
}
footer .block {
  container-type: inline-size;
}
@container (max-width: 495px) {
  footer .block {
    flex-direction: column;
  }
}
footer h2 {
  color: white;
  font-size: 2.3rem;
  width: 90%;
  margin: 0;
  padding: 0;
}
@container (max-width: 495px) {
  footer h2 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer section {
  background-color: black !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 6rem;
  justify-content: center !important;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 3rem;
}
footer section .footerItemContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.8rem;
  flex-wrap: wrap;
  padding: 2rem;
  width: 90%;
}
@container (max-width: 495px) {
  footer section .footerItemContainer {
    flex-direction: column;
  }
}
footer .block {
  display: flex;
  justify-content: center;
  flex-direction: row;
  justify-content: space-between;
}
footer .footerItem {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: white;
  min-width: 10rem;
  align-items: center;
}
@container (max-width: 495px) {
  footer .footerItem {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .footerItem .icon {
  background-color: white;
  border-radius: 50px;
  aspect-ratio: 1/1;
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footerItem .icon svg {
  height: 2rem;
}
footer .footerItem p, footer .footerItem a {
  color: white;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  text-decoration: none;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
footer .footerItem p:hover, footer .footerItem a:hover {
  text-decoration: underline;
  cursor: pointer;
}

:root {
  --fair_orange: #E8C55D;
  --fair_red: #E64546;
  --sand: #FFFBEE;
  --fair_grey: #808081;
  --light_grey: #D9D9D9;
  --sand_transparent: rgba(255, 251, 238, 0.9);
  --mild_grey: #CDCCCC;
  --mild_yellow: #FAF0D1;
  --dark_red: #d12223;
  --maxWidth: 1400px;
  interpolate-size: allow-keywords;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  background-color: var(--sand);
}

h1, h2, h3, h4, h5, h6, p, div {
  font-family: "Montserrat", sans-serif;
}

.wp-block-post-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}

.block_container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.block {
  width: 80%;
  max-width: var(--maxWidth);
}

.theme_button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border-radius: 0.65rem;
  border: none;
  font-weight: 1000;
  font-size: 1.15rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  line-height: unset;
  transition: background-color 0.2s, color 0.2s;
}

.black_button {
  background-color: black;
  color: white;
}
.black_button:hover {
  background-color: var(--fair_red);
}

.white_button {
  background-color: white;
  color: black;
}
.white_button:hover {
  color: white;
  background-color: var(--fair_red);
}/*# sourceMappingURL=main.css.map */