body {
    padding: 0%;
    margin: 0px;
    width: 100vw;
    height: 100%;

}
html {
  overflow-x: hidden;
  height: 100%;
  background-color: #ffcf5c;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    top: 0;

    width: 100%;
    height: 100%;
  
    padding: 0px;
  }
  
  /* Add some content at the bottom of the video/page */
  .content {
    font-family: 'Kanit', 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: 100vh;

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

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

    

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

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

    
    font-weight: 700;
    
  }
  .paragraph-content {
    width: 80vh;
    max-width: 90vw;
    max-height: 100%;
    margin-bottom: 10vh;

  }

  .bio {
    font-family: 'Anonymous Pro', 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 #00000099;

    
    font-weight: 700;
    
  }

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

  .paragraph-gallery {
    font-family: 'Kanit', 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;
  }




/* CSS */
.button-81 {
  background-color: #ffffff;
  border: 0 solid #e2e8f0;
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  font-size: 2vmax;
  font-weight: 500;
  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;
}
.button-82 {
  background-color: #ffb300;
  border: 0 solid #e2e8f0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffb300;
  cursor: pointer;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  font-size: 2vmax;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1.2rem;
  text-align: center;
  justify-content: center;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 2px 5px 2px #0000002c;
  text-shadow: none;

  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 10px;
}

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

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