body {
    margin: 0%;
    overflow-x: hidden;
    background: linear-gradient(to top left, #0f0b24, #18335c)
}

.divider {
    background-color: #00588b;
    size: 100% 10px;
    width: 150%;
    height: 3vw;
    /* rotation per divider! */
    position: absolute;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 98;
    align-content: center;
    pointer-events: none;
}
.divider p {
    color: #fff;
    position: absolute;
    z-index: 99;
    left: 35%;
    transform: translateY(-2.4vw);
    font-size: 1.5vw;
    text-shadow: 2px 2px 1px black, -2px -2px 1px black, 2px -2px 1px black, -2px 2px 1px black, 0px 2px 1px black, 0px -2px 1px black, 2px 0px 1px black, -2px 0px 1px black;
}


/* links */
a {
    color: rgb(122, 172, 223);
    background-color: transparent;
    text-decoration: none;
    transition: all 0.2s;
  }
  
  a:hover {
    color: rgb(93, 82, 196);
    text-decoration: underline;
    text-decoration-style: double;
    transition: all 0.4s;
  }
  
  a:active {
    color: rgb(236, 18, 124);
    background-color: transparent;
    text-decoration: underline;
  }

  img, video {
  filter: drop-shadow(0 0 3px rgba(183, 231, 208, 0.459)) ;
  transition: filter 1s;
}
img:hover, video:hover {
  cursor: zoom-in;
}
img + p {
  visibility: hidden;
}

/* BY MR GPT     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#zoomed-media {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  height: 90vh;
  z-index: 10000;
  cursor: zoom-out;
  display: none;

  display: flex;
  justify-content: center;
  align-items: center;
}

#zoomed-media img,
#zoomed-media video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  object-fit: contain;
  width: auto;
  height: auto;
}

/* CAPTION overlaid on zoomed image */
#zoomed-media p {
  position: absolute; /* overlay on top of image */
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;

  width: 80vw;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.5vw 1vw;
  border-radius: 0.8vw;
  pointer-events: none;
  text-align: center;

  filter: blur(7px);
  font-size: 2vw;
  opacity: 0;
  visibility: visible;
  transition: opacity 2s, filter 0.4s;
}

#zoomed-media.active p {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1s, filter 0.4s;
}

/* DIM ORIGINAL ELEMENT */
.dimmed {
  filter: brightness(0.3);
}

/* BLUR OVERLAY BACKGROUND */
#blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  display: none;
}


  
/* BG image */
.topbody {
    background-image: url("images/headerBG.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 27vw;
    width: 100vw;
}

.home a {
    color:white;
    font-size: 1.5vw;
    width: 7vw;
    height: 3vw;
    z-index: 11;
    position: relative;

    display:inline-block;
    text-align: center;
    line-height: 3vw;
    margin-left: 1vw;
    translate: 0 -9vw;
    background-color:rgba(0, 0, 0, 0.8);
    border-radius: 1.5vw;

    transition: all 1s;
}
.home a:hover {
    width: 9vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 1.9vw;

    translate: -0.5vw -8.5vw;
    margin-left: 1.2vw;

    background-color:rgba(128, 24, 88, 0.5);

    transition: all 1s;
}

/* MILOSONTHE.NET header */
.mainheader h1 {
    text-align: center;
    align-items: center;
    z-index: 10;
    margin: 0vw;
    color: #d1c5bb;
    opacity: 0.8;
    font-size: 6vw;
    font-family: Bevan;
    text-decoration: none;
    position: relative;
    transition: color 5s;
    transition: all 0.6s;
    text-shadow: 5px 5px 0 black, -5px -5px 0 black, 5px -5px 0 black, -5px 5px 0 black, 0px 5px 0 black, 0px -5px 0 black, 5px 0px 0 black, -5px 0px 0 black;
}
.mainheader h1:hover {
    color:white;
    font-size: 7vw;
    opacity: 1;
    transition: all 0.5s;
    text-decoration:underline;
}


.mainheader h2 {
    text-align: center;
    z-index: 9;
    margin: 0;
    margin-top: -2vw;
    color: #ada49c;
    opacity: 0.9;
    font-size: 1.5vw;
    font-family: Bevan;
    position: relative;
    transition: color 5s;
    transition: all 0.6s;
    text-shadow: 3px 3px 0 black, -3px -3px 0 black, 3px -3px 0 black, -3px 5px 0 black, 0px 3px 0 black, 0px -3px 0 black, 3px 0px 0 black, -3px 0px 0 black;
}
.mainheader h1:hover ~ h2 {
    color:white;
    font-size: 1vw;
    opacity: 0;
    transform: translateY(-1vw);
    transition: all 0.55s;
}


p {
  color: white;
}

.blender {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 1vw;

  margin: 2vw;
  margin-top: 5vw;
  max-width: 100vw;
}

.wrapper {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blender img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  
  border-radius: 1vw;

  
  
  filter: brightness(0.8) drop-shadow(0 0 3px rgba(197, 183, 231, 0.459)) ;
  transition: filter 1s;

  top: 0;
  left: 0%;
  z-index: 1;
}