body {
  font-family: "Morion";
  font-weight: normal;
  --grad1-x: -19%;
  --grad1-y: 4%;
  --grad2-x: 78%;
  --grad2-y: 86%;
  --cursor-x: 50%;
  --cursor-y: 50%;
  background: radial-gradient(circle at var(--grad1-x) var(--grad1-y), rgba(63, 126, 134, 0.7), rgba(32, 117, 64, 0.6), transparent 80%), radial-gradient(circle at var(--grad2-x) var(--grad2-y), rgba(18, 105, 51, 0.6), rgba(36, 71, 54, 0.4), transparent 90%), radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(49, 109, 119, 0.25), transparent 30%), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='7.68' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  body .background {
    min-height: 100dvh;
  }
  body div {
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation: fadeInAnimation ease 0.5s;
  }
}
#header div,
header,
#header {
  animation-iteration-count: 0;
  animation-fill-mode: none;
  animation: fadeInAnimation ease 0s;
}
@font-face {
  font-family: "Morion";
  src: url("fonts/morion.eot");
  src: url("fonts/morion.woff") format("woff"), url("fonts/morion.otf") format("opentype"), url("fonts/morion.svg#morion") format("svg");
}
@font-face {
  font-family: "Morion Bold";
  src: url("fonts/morionbold.eot");
  src: url("fonts/morionbold.woff") format("woff"), url("fonts/morionbold.otf") format("opentype"), url("fonts/morionbold.svg#morionbold") format("svg");
}
body > * {
  transition: 0.2s;
}
p,
h3,
span {
  font-family: "Open Sans", sans-serif;
}
.btn-primary {
  text-decoration: none;
  transition: 0.2s;
  font-size: 20px;
  color: #ffffff;
  padding: 9px 30px 13px 30px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: rgba(16, 62, 146, 0.11);
}
.btn-secondary {
  background: #ffffff;
  color: #17356b;
  padding: 9px 30px 13px 30px;
  border-radius: 4px;
  border: 1px solid #17356b;
}
.white-background {
  background: #ffffff;
  padding: 40px 0;
}
.primary-background {
  background: #17356b;
  padding: 40px 0;
  margin-top: 40px;
}
.skel-block-small {
  height: 20px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.skel-image {
  height: 272px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}
.skel-title {
  height: 50px;
  width: 300px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.skel-container {
  background: unset !important;
  box-shadow: unset !important;
  border: unset !important;
}
.skel-container:after {
  opacity: 0 !important;
}
.skeleton {
  box-shadow: unset !important;
  border: unset !important;
  background: #dcdcdc !important;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%) !important;
  background-size: 200% 100%;
  animation: pulse 1.5s infinite !important;
}
.skeleton:after {
  opacity: 0 !important;
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
.flex-container {
  max-width: 1140px;
  margin: 16px auto;
  padding: 64px 0px;
  display: flex;
  align-items: center;
}
.flex-container > div {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .flex-container {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .flex-container {
    flex-direction: column;
    margin: 16px 16px;
  }
}
.about-image img {
  max-width: 100%;
  border-radius: 250px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#about .flex-container {
  border-bottom: 1px solid #ffffff;
}
#scrollTop {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 500;
  bottom: 0;
  opacity: 0;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
#scrollTop a {
  box-shadow: 0px 0px 24px #08260870;
}
#scrollTop a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f062";
  font-weight: 900;
  /* Ensures the correct font weight for solid icons */
  font-size: 13px;
  display: inline-block;
  padding-left: 10px;
}
#scrollTop.scrollTopVisible {
  bottom: 50px;
  opacity: 1;
  transition: 0.2s;
}
@media (max-width: 768px) {
  #scrollTop.scrollTopVisible {
    bottom: 30px;
  }
}
/* Header */
.header-pusher {
  height: 140px;
}
#home #slider {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home header.fixed,
#blog-page header.fixed {
  background: radial-gradient(circle at var(--grad1-x) var(--grad1-y), rgba(63, 126, 134, 0.7), rgba(32, 117, 64, 0.6), transparent 80%), radial-gradient(circle at var(--grad2-x) var(--grad2-y), rgba(18, 105, 51, 0.6), rgba(36, 71, 54, 0.4), transparent 90%), radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(49, 109, 119, 0.25), transparent 30%), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='7.68' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E") !important;
  transition: 0.2s;
  box-shadow: 0px 0px 20px #0000006b;
}
#home header.fixed a,
#blog-page header.fixed a {
  transition: 0.2s;
  color: #ffffff !important;
}
#home header.fixed .hamburger,
#blog-page header.fixed .hamburger {
  color: #ffffff;
}
#home header,
#blog-page header {
  box-shadow: unset;
  background-color: #ffffff00;
}
header {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: 0.2s;
  background-color: radial-gradient(circle at var(--grad1-x) var(--grad1-y), rgba(63, 126, 134, 0.7), rgba(32, 117, 64, 0.6), transparent 80%), radial-gradient(circle at var(--grad2-x) var(--grad2-y), rgba(18, 105, 51, 0.6), rgba(36, 71, 54, 0.4), transparent 90%), radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(49, 109, 119, 0.25), transparent 30%), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='7.68' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  box-shadow: 0px 0px 20px #0000006b;
}
.topnav {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 1140px;
  margin: 0px auto 0 auto;
}
@media (max-width: 1200px) {
  .topnav {
    width: 850px;
  }
}
@media (max-width: 900px) {
  .topnav {
    width: 650px;
  }
}
.topnav .active a {
  transition: 0.2s;
  font-weight: 600;
}
.topnav .has-dropdown {
  position: relative;
}
.topnav .has-dropdown > a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  font-weight: 900;
  /* Ensures the correct font weight for solid icons */
  font-size: 13px;
  display: inline-block;
  padding-left: 10px;
}
.topnav .has-dropdown:hover .nav-dropdown {
  display: flex;
  opacity: 1;
  flex-direction: column;
  transition: 0.2s;
  margin-top: 8px;
}
.topnav .has-dropdown .nav-dropdown {
  margin-top: 7px;
  position: absolute;
  display: none;
  min-width: 350px;
  background: #2a5845;
  z-index: 50;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
  padding-bottom: 10px;
}
.topnav .has-dropdown .nav-dropdown a {
  color: #ffffff !important;
  padding: 15px 15px;
}
.topnav .has-dropdown .nav-dropdown a:hover {
  background: #17356b;
}
.topnav .has-dropdown .nav-dropdown a::before {
  content: unset;
}
.topnav .nav-item a {
  text-transform: capitalize;
  transition: 0.4s;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 10px 10px 10px;
  color: #ffffff;
  position: relative;
}
.topnav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
  transform-origin: left;
}
.topnav .nav-item a:hover::before {
  width: 100%;
}
@media (max-width: 1200px) {
  .topnav .nav-item a {
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 900px) {
  .topnav .nav-item a {
    font-size: 16px;
    padding: 0;
  }
}
.topnav #nav-logo img {
  margin-bottom: -30px;
  width: 55px;
  padding: 0 40px 0 40px;
}
header.fixed {
  background: radial-gradient(circle at var(--grad1-x) var(--grad1-y), rgba(63, 126, 134, 0.7), rgba(32, 117, 64, 0.6), transparent 80%), radial-gradient(circle at var(--grad2-x) var(--grad2-y), rgba(18, 105, 51, 0.6), rgba(36, 71, 54, 0.4), transparent 90%), radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(49, 109, 119, 0.25), transparent 30%), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='7.68' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
header.fixed #breadcrumbs {
  margin-top: -47px;
  z-index: -1000;
  opacity: 0;
  transition: 0.2s;
}
#breadcrumbs {
  opacity: 1;
  transition: 0.2s;
  width: 1140px;
  margin: auto;
  color: #ffffff;
  padding: 15px 20px;
  margin-top: -10px;
  z-index: 3;
  position: relative;
  border-radius: 16px 16px 0 0;
}
#breadcrumbs a {
  color: #ffffff;
  text-decoration: unset;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  #breadcrumbs {
    width: 850px;
  }
}
@media (max-width: 900px) {
  #breadcrumbs {
    width: 650px;
  }
}
@media (max-width: 768px) {
  #breadcrumbs {
    width: unset;
    margin: 10px 20px 0px 20px;
  }
}
#breadcrumbs a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
  /* Ensures the correct font weight for solid icons */
  font-size: 13px;
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}
#breadcrumbs a:last-of-type:after {
  content: unset;
}
.home-heading {
  text-align: center;
  color: #17356b;
  font-size: 30px;
  margin-bottom: 40px;
}
#home #about-me {
  max-width: 1140px;
  margin: 64px auto;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 992px) {
  #slider {
    min-height: 37vh;
  }
}
@media (max-width: 992px) {
  #slider {
    min-height: 27vh;
  }
}
.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/birds.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .slider {
    background-size: cover;
  }
}
.slider h1 {
  font-family: "Morion";
  margin-top: 100px;
  margin-bottom: 300px;
  color: #ffffff;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .slider h1 {
    font-size: 60px;
    margin-bottom: 100px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .slider h1 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.slider-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 50px;
  margin-left: 10vw;
  margin-right: 10vw;
}
.slider-small h1 {
  font-family: "Morion";
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 50px;
}
.latest-projects {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  margin: 100px 300px 50px 300px;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 768px) {
  .latest-projects {
    text-align: center;
    font-size: 30px;
  }
}
#cards {
  min-height: 404px;
  max-width: 1140px;
  padding: 0 16px;
  margin: 64px auto;
  display: flex;
  gap: 32px;
  justify-content: center;
}
#cards .card-link {
  min-width: 30%;
}
#cards a {
  color: black;
  text-decoration: unset;
}
@media (max-width: 578px) {
  #cards {
    flex-direction: column;
    max-width: 100%;
    padding: 0 20px;
  }
}
#cards .card {
  overflow: hidden;
  text-align: center;
  border-bottom: 4px solid #19352f;
  box-shadow: 0px 0px 24px #08260870;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 3 50%;
  transition: 0.2s;
  position: relative;
}
#cards .card .post-content {
  opacity: 0 !important;
  transition: 0.2s;
  position: absolute;
  height: 100%;
  width: 100%;
  color: white;
  bottom: 0px;
}
#cards .card .post-content h2 {
  margin-top: 300px;
}
#cards .card .post-content:hover {
  transition: 0.2s;
  opacity: 100% !important;
  background: #05292165;
}
@media (max-width: 578px) {
  #cards .card .post-content {
    opacity: 100% !important;
    bottom: 0px;
    height: unset;
    width: 90%;
    padding-left: 32px;
    padding-right: 32px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    background: #05292165;
  }
  #cards .card .post-content p {
    opacity: 0;
  }
  #cards .card .post-content h2 {
    margin-top: 0px;
  }
}
#cards .card:hover {
  transition: 0.2s;
  border-bottom: 16px solid #19352f;
  margin-top: -16px;
}
#cards .card img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
@media (max-width: 578px) {
  #cards .card {
    flex-direction: row;
    gap: 16px;
    text-align: left;
    align-items: center;
  }
  #cards .card h2 {
    margin-top: 0;
  }
  #cards .card p {
    margin-bottom: 0;
  }
  #cards .card img {
    width: 100%;
    height: 200px;
  }
}
.blog-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#photos #posts {
  height: 100%;
  min-height: 400px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1140px) {
  #photos #posts {
    min-height: 400px;
  }
}
#photos #posts .post-link {
  transition: 0.4s;
  position: relative;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#photos #posts .post-link:nth-of-type(1) {
  animation: fadeInAnimation ease 1s;
}
#photos #posts .post-link:nth-of-type(2) {
  animation: fadeInAnimation ease 1.5s;
}
#photos #posts .post-link:nth-of-type(3) {
  animation: fadeInAnimation ease 2s;
}
#photos #posts .post-link::after {
  transition: 0.4s;
  top: 0;
  z-index: 20;
  content: "";
  background: linear-gradient(0deg, #0b5a77 0%, rgba(0, 212, 255, 0) 50%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (min-width: 768px) {
  #photos #posts .post-link:hover {
    flex: 4;
    transition: 0.4s;
  }
  #photos #posts .post-link:hover::after {
    opacity: 1;
  }
}
#photos #posts .post-link {
  flex: 3;
}
@media (max-width: 992px) {
  #photos #posts .post-link {
    flex: 1 0 50%;
  }
}
@media (max-width: 768px) {
  #photos #posts .post-link {
    flex: 1 0 100%;
  }
  #photos #posts .post-link::after {
    opacity: 0.5;
  }
}
#photos #posts .post-link:hover h2 {
  opacity: 1;
}
#photos #posts .post-link:hover img {
  transition: 0.4s;
  opacity: 0.9;
}
#photos #posts .post {
  position: relative;
  background-color: #17356b;
  overflow: hidden;
}
#photos #posts .post h2 {
  margin: 0;
  padding: 16px;
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  z-index: 21;
  color: #ffffff;
  transition: 0.4s;
}
@media (min-width: 768px) {
  #photos #posts .post h2 {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  #photos #posts .post h2 {
    font-size: 24px;
  }
}
#photos #posts .post .post-image {
  scale: 100%;
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
  object-position: 50% 25%;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 768px) {
  #photos #posts .post .post-image {
    height: 300px;
  }
}
#home #breadcrumbs {
  display: none;
}
#home p.announcement {
  font-size: 20px;
  max-width: 1140px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  margin-top: 50px;
}
#home .home-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#home #posts {
  height: 100%;
  min-height: 400px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1140px;
}
@media (max-width: 1140px) {
  #home #posts {
    min-height: 400px;
  }
}
#home #posts .post-link {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#home #posts .post-link {
  min-width: 31%;
  max-width: 31%;
}
@media (max-width: 992px) {
  #home #posts .post-link {
    max-width: 50%;
    min-width: 45%;
  }
}
@media (max-width: 768px) {
  #home #posts .post-link {
    max-width: 50%;
    min-width: 45%;
  }
  #home #posts .post-link::after {
    background: #05292165;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  #home #posts .post-link {
    max-width: 100%;
    min-width: 100%;
  }
}
#home #posts .post-link:hover .post-content {
  opacity: 1;
}
#home #posts .post-link:hover img {
  transition: 0.4s;
  opacity: 0.5;
}
#home #posts .post {
  position: relative;
  background-color: #052921;
  overflow: hidden;
}
#home #posts .post .post-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 16px;
  position: absolute;
  bottom: 10px;
  z-index: 21;
  color: #ffffff;
  transition: 0.4s;
}
#home #posts .post .post-content > * {
  margin: 0;
}
#home #posts .post .post-content .post-date {
  font-size: 16px;
}
#home #posts .post .post-content h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  #home #posts .post .post-content {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  #home #posts .post .post-content {
    font-size: 24px;
  }
}
#home #posts .post .post-image {
  scale: 100%;
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  object-position: 50% 25%;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 768px) {
  #home #posts .post .post-image {
    height: 300px;
  }
}
#post .terug-knop {
  max-width: 620px;
  margin: 40px auto 0 auto;
}
@media (max-width: 768px) {
  #post .terug-knop {
    padding: 0 20px;
  }
}
#post .terug-knop a {
  color: #ffffff;
}
#post .terug-knop:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-weight: 900;
  /* Ensures the correct font weight for solid icons */
  font-size: 13px;
  display: inline-block;
  padding-right: 10px;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
}
.post-tags span {
  padding: 2px 8px;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
}
.post-tags .ux {
  color: #9d0b0b;
  background: rgba(205, 10, 10, 0.1);
  border: 1px solid red;
}
.post-tags .tech {
  color: #07510c;
  background: rgba(40, 100, 6, 0.1);
  border: 1px solid #07510c;
}
.post-tags .vakantie {
  color: #17356b;
  background: rgba(5, 36, 146, 0.111);
  border: 1px solid #17356b;
}
#post-container {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 620px;
}
@media (max-width: 768px) {
  #post-container {
    padding: 0 20px;
  }
}
#post-container .post-tags {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 620px;
  margin-bottom: 20px;
}
#post-container .post-date {
  margin-bottom: 20px;
}
#post-container .wp-block-image {
  margin: 0;
  display: flex;
  justify-content: center;
}
#post-container .wp-block-image img {
  max-width: 100%;
}
#post-container .post-image {
  z-index: -1;
  max-height: 500px;
  border-radius: 16px;
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: contain;
}
#post-container h1 {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 50px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #post-container h1 {
    font-size: 40px;
  }
}
#page #content {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page #content .has-nested-images {
  display: none;
}
#page #content a {
  color: #ffffff;
}
#page #content h1 {
  padding-left: 20px;
  padding-right: 20px;
}
#page #content .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#page #content .content p {
  padding-left: 20px;
  padding-right: 20px;
}
#page #content .wp-block-group {
  width: 100%;
  flex: 0 auto;
  /* Prevents the div from growing or shrinking */
}
#page #images {
  height: 100%;
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#page #images div {
  transition: 0.4s;
  flex: 4;
  min-width: 13%;
}
@media (max-width: 992px) {
  #page #images div {
    flex: 4;
    min-width: 20%;
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  #page #images div {
    flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #page #images div:hover {
    flex: 5;
    transition: 0.4s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #page #images div:hover {
    flex: 1 0 50%;
  }
}
#page #images img,
#page #images .skeleton {
  border-radius: 8px;
  scale: 100%;
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 992px) {
  #page #images img,
  #page #images .skeleton {
    height: 200px;
  }
}
@media (max-width: 768px) {
  #page #images img,
  #page #images .skeleton {
    height: 200px;
  }
}
#work-container {
  max-width: unset;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #work-container {
    flex-direction: column-reverse;
    padding-top: 16px;
  }
  #work-container > div {
    padding: unset;
  }
}
#work-container #post-content {
  position: relative;
  width: 30%;
  position: sticky;
  top: 170px;
}
@media (max-width: 768px) {
  #work-container #post-content {
    width: 100%;
    align-items: center;
    text-align: center;
    position: unset;
  }
}
#work-container #post-images {
  flex-shrink: 0.5;
  height: 100%;
  margin: auto;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  #work-container #post-images {
    width: 100%;
  }
}
#work-container #post-images div {
  transition: 0.4s;
  flex: 4;
  min-width: 30%;
}
@media (max-width: 768px) {
  #work-container #post-images div {
    flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #work-container #post-images div:hover {
    flex: 5;
    transition: 0.4s;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #work-container #post-images div:hover {
    flex: 1 0 50%;
  }
}
#work-container #post-images img,
#work-container #post-images .skeleton {
  border-radius: 8px;
  scale: 100%;
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
  transition: 0.4s;
}
@media (max-width: 992px) {
  #work-container #post-images img,
  #work-container #post-images .skeleton {
    height: 200px;
  }
}
@media (max-width: 768px) {
  #work-container #post-images img,
  #work-container #post-images .skeleton {
    height: 200px;
  }
}
#work-container .post-tags {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
  margin-bottom: 20px;
}
#work-container .post-date {
  margin-bottom: 20px;
}
#work-container .wp-block-image {
  margin: 0;
  display: flex;
  justify-content: center;
}
#work-container .wp-block-image img {
  max-width: 100%;
}
.has-text-align-center {
  text-align: center;
}
figure.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
figure.alignright img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: 0.2s;
}
.modal #prevBtn,
.modal #nextBtn {
  margin: auto;
  z-index: 99999;
  font-size: 30px;
  position: absolute;
  height: 100%;
  width: 70px;
  border-radius: 200px;
  border: unset;
  background: #00000000;
  color: #ffffff;
}
.modal #prevBtn .btnContainer,
.modal #nextBtn .btnContainer {
  width: 70px;
  height: 70px;
  border-radius: 200px;
  border: unset;
  background: #0000007a;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: Absolute;
}
.modal #prevBtn:disabled,
.modal #nextBtn:disabled {
  color: #ffffff52;
}
@media (max-width: 576px) {
  .modal #prevBtn .btnContainer,
  .modal #nextBtn .btnContainer {
    font-size: 20px;
    height: 45px;
    width: 45px;
  }
}
.modal #nextBtn {
  right: 0;
}
.modal #nextBtn .btnContainer {
  right: 32px;
}
@media (max-width: 576px) {
  .modal #nextBtn .btnContainer {
    right: 16px;
  }
}
.modal #prevBtn {
  left: 0;
}
.modal #prevBtn .btnContainer {
  left: 32px;
}
@media (max-width: 576px) {
  .modal #prevBtn .btnContainer {
    left: 16px;
  }
}
#modal-img {
  height: 90%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  #modal-img {
    position: absolute;
  }
}
@media (max-width: 768px) {
  #modal-img {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.modal-content {
  display: flex;
  justify-content: center;
  margin: 2% auto;
  position: relative;
  overflow: auto;
  height: 100%;
}
.modal-content img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 20px;
  }
}
.close {
  font-size: 60px;
  color: #ffffff;
  top: 50px;
  right: 200px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
}
@media (max-width: 768px) {
  .close {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
  }
}
.close:hover,
.close:focus {
  color: #7a7a7a;
  text-decoration: none;
  cursor: pointer;
}
figure.alignfull {
  margin-right: calc(min(6.5rem, 8vw)*-1);
  margin-left: calc(min(6.5rem, 8vw)*-1);
}
figure.alignfull img {
  height: auto;
  width: 100%;
}
#footer .footer {
  display: flex;
  border-top: 1px solid #ffffff;
  margin-left: 10vw;
  margin-right: 10vw;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
  align-items: flex-start;
  margin-top: 50px;
}
#footer .footer .footer-section {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (max-width: 576px) {
  #footer .footer .footer-section {
    width: 100%;
  }
}
#footer .footer .footer-section p {
  margin: 0;
}
#footer .footer .footer-section a {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  color: black;
}
#footer .footer .footer-section a::before {
  content: ">";
}
/* Hamburger Menu */
.hamburger {
  display: none;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
}
#home .hamburger {
  color: #ffffff;
}
.mobile-header {
  display: none;
}
@media (min-width: 768px) {
  #mobileMenu {
    display: none;
  }
}
#mobileMenu {
  position: absolute;
  width: 100%;
  margin-top: -4px;
  z-index: 51;
}
#mobileMenu #mobileMenuPages {
  display: flex;
  flex-direction: column;
}
#mobileMenu #mobileMenuPages > a {
  padding: 15px 30px;
  background-color: #0B5A77;
  font-size: 16px;
}
/* Media Query for Mobile */
@media screen and (max-width: 768px) {
  .topnav {
    display: none;
  }
  .mobile-header {
    position: relative;
    z-index: 200;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-header .mobile-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 50px;
    top: 20px;
    position: absolute;
  }
  .mobile-header .mobile-logo span {
    align-content: center;
    padding-left: 20px;
    font-style: italic;
    color: #ffffff;
    font-size: 15px;
  }
  .mobile-header .mobile-logo img {
    width: 50px;
  }
  .mobile-header .hamburger {
    z-index: 3;
    display: block;
    padding: 0 20px;
  }
  .mobile-nav {
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: -1;
    top: 75px;
  }
  .mobile-nav .nav-item.has-dropdown::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: 900;
    /* Ensures the correct font weight for solid icons */
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
  }
  .mobile-nav .nav-item {
    text-align: center;
    padding: 20px 20px;
    text-align: left;
    background: #2a5845;
    text-decoration: unset;
    color: #ffffff;
    text-transform: capitalize;
    border-top: 1px solid #ffffff4d;
    font-size: 18px;
  }
  .mobile-nav .nav-item::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    /* Ensures the correct font weight for solid icons */
    font-size: 13px;
    display: inline-block;
    padding-right: 10px;
  }
  .mobile-nav.open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 992px) {
  #blogs .blog-posts .second-third-posts,
  #blogs .blog-posts .newest-post {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #blogs .blog-posts .second-third-posts .post-link,
  #blogs .blog-posts .newest-post .post-link {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .newest-post {
    width: 65%;
  }
  .second-third-posts {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .newest-post {
    width: 31%;
  }
  .second-third-posts {
    width: 66%;
  }
  #blogs .blog-posts .second-third-posts,
  #blogs .blog-posts .newest-post {
    display: flex;
    flex-direction: unset;
    justify-content: flex-start;
    gap: 3%;
  }
  #blogs .blog-posts .second-third-posts .post-link,
  #blogs .blog-posts .newest-post .post-link {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .newest-post {
    min-width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .second-third-posts {
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  #blogs .blog-posts .newest-post .post-link {
    min-width: 63%;
  }
  #blogs .blog-posts .newest-post .post-link .post-image {
    height: 500px;
  }
  #blogs .blog-posts .newest-post .post-link h2 {
    font-size: 40px;
  }
}
.blog-posts {
  display: flex;
  max-width: 1140px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3%;
}
@media (max-width: 992px) {
  .blog-posts {
    margin: 0 20px;
    max-width: 100%;
  }
}
.blog-posts .post-link {
  transition: 0.2s;
  text-decoration: unset;
  min-width: 26%;
  max-width: 28%;
  box-shadow: 0px 0px 30px #00000032;
  flex: 3;
  margin-bottom: 50px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .blog-posts .post-link {
    min-width: 26%;
  }
}
@media (max-width: 768px) {
  .blog-posts .post-link {
    min-width: 37%;
    max-width: 50%;
  }
}
@media (max-width: 567px) {
  .blog-posts .post-link {
    min-width: 100%;
  }
}
.blog-posts .post-link:hover {
  background: #0d3b1b;
  transition: 0.2s;
}
.blog-posts .post-link:hover .post-content {
  opacity: 1;
  transition: 0.2s;
}
.blog-posts .post-link:hover img {
  opacity: 0.7;
  transition: 0.2s;
  transform: scale(1.05);
  transform-origin: center;
  -webkit-transform: scale(1.05);
}
@media (max-width: 576px) {
  .blog-posts .post-link .post-content {
    opacity: 1 !important;
    background: #0d3b1b5e;
    width: 100%;
  }
}
.blog-posts .post-link img {
  opacity: 1;
  transition: 0.2s;
  max-width: 100%;
  border-radius: 8px;
  height: 350px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 992px) {
  .blog-posts .post-link img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  .blog-posts .post-link img {
    height: 350px;
  }
}
.blog-posts .post-link .post-content {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: 0.2s;
}
.blog-posts .post-link h2 {
  color: #ffffff;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 992px) {
  .blog-posts .post-link h2 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .blog-posts .post-link h2 {
    font-size: 18px;
    opacity: 1;
  }
}
.blog-posts .post-link .post-date {
  margin: 16px 0;
  color: #ffffffd2;
  padding-left: 16px;
  padding-right: 16px;
}
.blog-posts .post-link .post-content {
  color: black;
}
@media (max-width: 992px) {
  .blog-posts .post-link .post-content {
    font-size: 14px;
  }
}
.blog-posts .post-link .post-content br {
  display: none;
}
#about #content {
  max-width: 960px;
}
#about #content img {
  flex-shrink: 1.5;
  max-width: 100%;
  border-radius: 16px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
