body {
    padding: 0%;
    margin: 0px;
    width: 100vw;
    height: 100%;
    font-family: 'Nunito', sans-serif;
    user-select: none;
    background-color: #006ac6;
  background-image: url('/flmedia/citybackground.jpg');
  background-attachment: fixed;
  background-size: cover;

}
html {
  overflow-x: hidden;
  height: 100%;
  
  font-family: 'Nunito', sans-serif;
}

#shine {
  pointer-events: none;
  position: fixed;
  left:-50px;
  right:-50px;
  top:-50px;
  bottom: -50px;
  z-index: -1;
  background: linear-gradient(45deg,rgb(147, 150, 198) 0%, rgb(255, 255, 255) 50%);
  mix-blend-mode: multiply;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed ;

    width: 100vw;
    height: 120vh;

  
    padding: 0px;
    z-index: -5;
  }
  
  /* Add some content at the bottom of the video/page */
  .content {
    font-family: 'Nunito', sans-serif;
    display: flex;
    flex-direction: column;
    position: relative;
    /*top: calc(var(--scrolltop) * -1.2px);*/
    
    background: rgba(0, 0, 0, 0);
    color: #f1f1f1;
    width: 100%;
    height: auto;
    min-height: 100vh;

    text-align: center;
    justify-content: center;
    align-items: center;

    text-shadow: 0px 5px 5px rgb(0,0,0,0.4);
    
  }
  .paragraph {
    font-family: 'Nunito', sans-serif;
    display: flex;
    flex-direction: row;
    position: relative;
    
    color: #f1f1f1;
    width: 100%;
    right: 0;
    left: 0;

    

    text-align: center;
    justify-content: center;
    
    align-items: center;

    text-shadow: 2px 2px 10px #000000;

    
    font-weight: 700;
    
  }

.paragraph-reverse {
    font-family: 'Nunito', sans-serif;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    
    color: #f1f1f1;
    width: 100%;
    right: 0;
    left: 0;

    

    text-align: center;
    justify-content: center;
    
    align-items: center;

    text-shadow: 2px 2px 10px #000000;

    
    font-weight: 700;
    
  }

  .paragraph-content {
    user-select: text;

    width: 80vh;
    max-width: 90vw;
    max-height: 100%;
    margin-bottom: 10vh;

  }

  .bio {
    font-family: 'Nunito', sans-serif;
    display: flex;
    flex-direction: row;
    position: relative;
    
    
    color: #f1f1f1;
    width: 100%;
    right: 0;
    left: 0;

    

    text-align: center;
    justify-content: center;
    
    align-items: center;

    text-shadow: 2px 2px 10px #000000;

    
    font-weight: 700;
    
  }

  @media screen and (max-width: 900px){
    .bio {
      flex-direction: column;
    }
    .paragraph {
      flex-direction: column;
    }
    .paragraph-reverse {
      flex-direction: column;
    }
}

  .paragraph-gallery {
    font-family: 'Nunito', sans-serif;
    display: flex;
    flex-direction: row;
    position: relative;
    
    
    color: #f1f1f1;
    width: 100%;
    right: 0;
    left: 0;

    

    text-align: center;
    justify-content: center;
    
    align-items: center;

    text-shadow: 0px 0px 5px #00000054;

    
    
  }
  


  .content-image {
    width: 80vh;
    max-width: 90vw;
    margin-right: 2vw;
    margin-left: 2vw;

    margin-bottom: 1vh;
    margin-top: 1vh;


    position: relative;
    top: 3px;
    box-shadow: 0px 5px 5px rgb(0,0,0,0.4);
  }

  .content-gallery {
    width:400px;
    max-width: 80vw;
    margin-right: 2vw;
    margin-left: 2vw;

    margin-bottom: 1vh;
    margin-top: 1vh;


    position: relative;
    top: 3px;
    box-shadow: 0px 5px 5px rgb(0,0,0,0.4);
  }

  h1 {
    font-size: 5vmax;
    margin: 20px;
  }

  h2 {
    font-size: 3vmax;
    font-weight: 700;
    margin: 20px;
  }

  h3 {
    font-size: 2.5vmax;
    font-weight: 700;
    margin: 20px;
  }

  p {
    font-size: min(2vmax,30px);
    
    margin: 20px;
    font-weight: 700;
  }

a {
  color: #fff;
}


/* CSS */
.button-81 {
  font-family: 'Nunito', sans-serif;

  background-color: #ffffff;
  border: 0 solid #e2e8f0;
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 2vmax;
  line-height: 1;
  padding: 1rem 1.6rem;
  text-align: center;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  text-shadow: none;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 20px;
  min-width: 120px;

}

#bgVideo  {
  position: fixed;
  justify-self: center;
  align-self: center;
  z-index: -10;

}
@media (min-aspect-ratio: 16/9) {
  #bgVideo {
    width: 100vw;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #bgVideo {
    height: 100vh;
    width: auto;
  }
}

.shadowed {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.568);
}

#scrollhint {
  opacity: calc(var(--scr));
  animation: hover 1.5s infinite ease-in-out;
  text-shadow: 0px 0px 6px black;
}

@keyframes hover {
  0% { transform: translateY(6px); }
  50% { transform: translateY(-6px); }

  100% { transform: translateY(6px); }
	
}

.pkasset {
  width: auto;
}

.button-82 {
  box-sizing: content-box;
  background-color: #fae658;
  border: 5px solid #000;
  border-radius: 100px;
  box-sizing: border-box;
  color: #000000FF;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: min(7vmin,30pt);
  font-weight: 700;
  line-height: 1;
  padding: 1vmin 1.5vmin 1vmin 1.5vmin;
  
  text-align: center;
  justify-content: center;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 2px 5px 2px #0000007a;
  text-shadow: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 10px;
  backdrop-filter: blur(10px);
}


a.disabled {
  background-color: #00000022;
  border-color: #00000055;
  color: #00000055;
  
  pointer-events:none;
  box-shadow: none;
}


.downloadimage {
  border: 5px black; border-style: solid; backdrop-filter: blur(10px); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.601);
}

.button-81:hover {
  background-color: #00bcfe;
  color: #fff;
  box-shadow: inset 0px 1px 5px rgba(0,0,0,0.4);
  
}
.button-82:hover {
  background-color: #00000011;
  box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.746);
  
}


@media (min-width: 768px) {
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }

  #topparagraph {
    transform: translateX(6vw);
  }
  
  .pkasset {
    max-width: 40vw;
  }
}
@media (max-width: 768px) {
  .hidevertical {
      visibility: hidden;
  }
}


#hidewebsite {
  background-color: #00bcfe;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -2;
}

::selection {
    background-color: #FAE658;
    color: Black;
}