/* css styles */
.content {                
  padding-top: 0px;
  padding-bottom: 0px;
}
.quarto-content {
  width: 100%;
  height: 100%;
  padding: 0;
}
/* Display the columns below each other instead of side by side on small screens */

@media (max-width: 1660px) {
  .col-left {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .col-right {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  img.home-img {
    margin-left: auto
    margin-right: auto;
  }
}

@media screen and (max-width: 952px) {
  .home-column-image {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
  }
  .home-column-text {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .col-left {
    display: block;
    margin-left: auto;
  }

  .col-right {
    display: block;
    margin-right: auto;
  }

  img.home-img {
  width: 100%;
  margin-left: auto;
  }

  img.home-img-lens {
  width: 100%;
  margin-left: auto;
  }

  img.home-img-transparent {
  width: 100%;
  margin-left: auto;
  }
}

/* possible hex badge code */
.hexBadges img.r1.c0, .hexBadges img.r3.c0, .hexBadges img.r5.c0 {
    left: 323px;
}

.hexBadges img.r0.c1, .hexBadges img.r2.c1, .hexBadges img.r4.c1 {
    left: 438px;
}

/*.hexBadges img.r0.c2, .hexBadges img.r2.c2, .hexBadges img.r4.c2 {
    left: 250px;
}*/

.hexBadges img.r1 {
    top: 50px;
}
.hexBadges img.r2 {
    top: 258px;
}

.hexBadges {
    position: relative;
    width: 500px;
    margin-top: -130px;
    height: 600px;
}

.hexBadges img {
    width: 236px;
    height: auto;
    position: absolute;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
}
img {
    max-width: 100%;
}
.quarto-html-after-body {
  display: none !important; /* Hides the element completely */
}