body {
    margin: 0%;
    overflow-x: hidden;
    background: linear-gradient(to top left, #11240b, #184928)
}

.divider {
    background-color: #2b8009;
    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: 32%;
    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;
}

.divider1 {transform: rotate(-1deg) translateY(-1vw);}
.divider2 {transform: rotate(0.5deg) translateY(-1vw);}
.divider3 {transform: rotate(-0.8deg) translateY(-1vw);}
.divider4 {transform: rotate(1deg) translateY(-1vw);}

/* 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;
}

#zoomed-media {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
  width: auto;          /* Let it size to content */
  height: auto;
  z-index: 10000;
  cursor: zoom-out;
  display: none;

  display: flex;        /* Flex to center content */
  justify-content: center;
  align-items: center;
}
#zoomed-media img,
#zoomed-media video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  height: auto;
  width: auto;
  object-fit: contain;   /* ensures media fits nicely */
}
.dimmed {
  filter: brightness(0.3);
}
#blur-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.3); /* optional dark tint */
  z-index: 9998; /* below zoomed-media */
  display: none;
}


  
/* BG image */
.topbody {
    background-image: url("FAQBG.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: center;
    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;
}





.section {
  display: block;

  margin: 2vw;
  margin-top: 5vw;
  max-width: 100vw;
}

.dropdown {
  position: relative;
  width: 96vw;
  margin-bottom: 2vw;

  filter: drop-shadow(0 10px 10px #001406);
}

.dropbtn {
  background-color: #036b40;
  color: white;
  
  padding: 16px;
  font-size: 2vw;
  width: 100%;
  
  border: none;
  cursor: pointer;
  border-radius: 0.8vw;
}
.dropbtn:hover {
  background-color: #447c3e;
}


.dropdown_content {
  position: relative;

  background-color: #0000004b;
  width: 100%;
  max-height: 0;
  overflow: hidden;

  padding-left: 2vw;
  box-sizing: border-box;

  transition: max-height 1s ease-out, padding 1s ease-out;

  border-bottom-left-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
}
.dropdown_content p, a {
  font-size: 1.5vw;
  display: inline;
}
.dropdown_content img, video {
  display: block;
  border-radius:10px;
  width: 92vw;
}

.row_specifically_in_the_seventh_button_dropdown_AKA_Kando_section_for_the_gif_and_video_demonstration_of_Kandos_capabilities {
    width: 100%;
  display: flex;
  flex-wrap: wrap; /* if the screens too small itll wrap frfr */
  align-items: center;
  margin-top: 2vw;
}
.row_specifically_in_the_seventh_button_dropdown_AKA_Kando_section_for_the_gif_and_video_demonstration_of_Kandos_capabilities video,
.row_specifically_in_the_seventh_button_dropdown_AKA_Kando_section_for_the_gif_and_video_demonstration_of_Kandos_capabilities img {
    width: 45vw;
    border-radius: 10px;
}

.show {
  max-height: 64vw;
  padding: 8px;
  padding-left: 2vw;
  padding-bottom: 1vw;
  z-index: 1;
  width: 100%;
  
  transition: max-height 1s ease-out, padding 1s ease-out;
}