body{
    background-color: #e27d9f;
    width: 100%;
    height: 100dvh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    cursor: none !important;
  }


.container {
  position: relative;
  display: flex;
  width: 100vw;
  align-items: center;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  }

.circle {
  height: 100%;
  aspect-ratio: 1/1;
  /* background-color: #9280e7;  */
  background-color: black;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  flex-shrink: 0;

  transition: ease-in-out 0.4s;
  font-variation-settings: "wght" 150;
  font-family: tiny;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  font-size: 8vw;
  margin: 0;
  }

  .portrait{
    position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  }

  .circle:hover {
    font-variation-settings: "wght" 132;
  }

.circle.active {
  font-variation-settings: "wght" 132;
  border-radius: 4%;
}


#thani{
  background-image: url('');
  background-size: cover;
}
#simon{
  background-image: url('');
  background-size: cover;
}
#mara{
  background-image: url('');
  background-size: cover;
}
#jan{
  background-image: url('/img/jan/jan-self.webp');
  background-size: cover;
}
#doreen{
  background-image: url('');
  background-size: cover;
}

.overlay-container {
    position: absolute;
    right: 0;
    margin-top: 7.6vh;
    display: flex;
    flex-direction: column;
    width: calc(100vw - (100vh - 9.94vw));
    height: 92.4vh;
    align-items: center;
    overflow-x: auto;
    overflow-y: auto; 
    scrollbar-width: none;
    z-index: 10;

}

.overlay-container {
  display: none;
}
    
.overlay-container.active {
  display: flex;
}

.overlay-circle {
    width: 100%;
    aspect-ratio: 1/1;
    /* background-color: #9280e7;  */
    background-color: black;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow-y: visible;
    flex-shrink: 0;
    overflow: hidden;
    transition: 0.5s cubic-bezier(1,0,0,1);
    font-family: tiny;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    font-size: 8vw;
}

.overlay-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills the circle while preserving aspect */
  display: block;
}

.overlay-circle.active {
  border-radius: 4%;
}

.hover {
  transition: all ease-in-out 0.3s;
  font-variation-settings: "wght" 139;
}

.hover:hover {
  font-variation-settings: "wght" 122;
  color: greenyellow;
}

.flash {
  aspect-ratio: 0;
}


/* @media (max-width: 800px) {
  .overlay-container {
    margin-top: 0;
    width: 100vw;
    height: auto;
    flex-direction: row;
    right: unset;
    left: 0;
    bottom: 0;

  }

  .overlay-circle {
    height: 100%;
  }
} */

@media (max-width: 900px) {
  body {
    overflow: hidden;
  }

  .circle {
    font-size: 20vw;
  }

  .overlay-container {
    margin-top: 29%;
    right: unset;
    width: 100%;
    height: 100dvh;
  }

  .overlay-circle {
    font-size: 16vw;
  }
}
