 @font-face { font-family: KiwiSoda; src: url("KiwiSoda.ttf"); } 

 html, body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
 }

body{
    width: 100vw;
    font-family: Kiwisoda, sans-serif;
    display: flex;
    flex-direction: column;
    background-color: rgb(37, 37, 37);
    margin: 0;
    cursor: url("/images/Mouse.png"),auto;
    overflow: hidden;
    position: relative;
    height: 100vh;
}


/* Headers */

.top_head{
    height: 12vh;
    width: 100vw;
    background-size: 800% 800%;
    border-bottom: .3vh solid black;
    animation: gradientShift 15s ease infinite;
    image-rendering: pixelated;
    display: flex;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.banner-video{
    width: 100vw;
    position:absolute;
    z-index: 0;
    height: auto;
    display: block;
    object-fit: contain;
}

#top_head_landing_page{
background-image: "/images/Comp 1_1.mp4";
}

#top_head_about_page{
background-image:  linear-gradient(90deg, rgba(255, 8, 8, 1) 0%, rgba(255, 255, 77, 1) 38%, rgba(255, 153, 0, 1) 91%);
}

@keyframes gradientShift {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
}

.header_logo{
    height: 9vmin;
    width: auto;
    z-index: 1;
    position: absolute;
    display: block;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header_text{
    top: 50%;
    left: 50%;
    height: 6vh;
    position: absolute;
    font-size: calc(2vh + 1vw);    
    text-align: center;
    font-family: KiwiSoda, sans-serif;
    z-index: 1;
    color: rgb(255, 255, 255);
    margin: 0;
    transform: translate(-50%, -50%);
}

.button_wrapper {
    width: 100vw;
    display: flex;
    overflow-x: hidden;
    justify-content: space-between;
    margin-top: 2.5vh;
    position: absolute;
    flex-direction: column;
    z-index: 1;
    gap: 1vh;
}

#searchForm{
    bottom: .5vh;
    position: absolute;
    right: 0;
    width: max-content;
    height: max-content;
    overflow: hidden;
    z-index: 1;
    margin: 0;
}

#search_bar{

    height: 2vh;
    width: 20vw;
    right: 0;
    font-size: 2vh;
    font-family: KiwiSoda, sans-serif;
    color: white;
    background-color: black;
    appearance: none;
    border: none;           
    outline: none;        
    box-shadow: none;  
    border-radius: 3vmin;
}

.button_wrapper_left{
    width: auto;
    height: 40%;
    margin-left: 2vw;
    margin-right: 2vw;

    position: relative;
    display: flex;
    gap: 1vw;

}

.button_wrapper_about{
    width: 100%;
    max-width: 97vw;
    height: 40%;
    margin: auto;
    display: flex;
    position: relative; 
}

.header_button {
  align-self: center;
  display: flex;
  height: calc(2vh + 1vw);
  cursor: url("/images/pointer.png"),auto;
}

.home_button_img{
    height: calc(2vh + 1vw);
    width: auto;
}

#about_button{
    right: 0;
    position: absolute;
}






/* About Me Page */

#about_me_wrapper{
    overflow:100vh;
    overflow-y: scroll;
    height: 88vh;
    display: flex;
    width: 100vw;
    top: 12vh;
    position:absolute;
}

#about_me_description_wrapper{
    width: 50vw;
}

#about_me_description{
    font-size: 2vh;
    width: 45vw;
    color: white;
    border-radius: 2vh;
    padding: 1vh;
    margin: 1vh;
    background-color: rgb(0, 0, 0);
    display: flex;

}

#about_me_description_header{
    font-size: 3vh;
    width: 45vw;
    color: rgb(50, 201, 158);
    border-radius: 2vh;
    padding: 1vh;
    margin: 1vh;
    text-align: center;
    background-color: rgb(0, 0, 0); 
}

#about_me_scrolling_grid{
    display: flex;
    grid-auto-flow:row;
    grid-template-rows: max-content;
    width: max-content;
    right: 0;
    height: max-content;
    position: absolute;
    flex-direction: column;
}

#turquoise_octobers{
    width: 45vw;
    right: 0;
    height: auto;
}


#about_me_images{
    height: auto;
    width: 30vh;
}


/* Photo Grids */

.photo_grid_wrapper{
    display: flex;
    overflow-y: scroll;
    background-color: rgb(37, 37, 37);
    height: 88vh;
    flex-direction: row;
    justify-content: center;
    bottom: 0;
    position:absolute;
}


.photo_grid{
    display: grid;
    grid-auto-flow:row;
    grid-template-rows: max-content;
    position: relative;
    background-color: rgb(37, 37, 37);
    padding: 0.5vh;
    gap: 0.5vh;
    width: 49.5vw;
    overflow: hidden;
    height: fit-content;
}

.photo_box{
    border-radius: 2vh;
    height: max-content;
    width: 49.5vw;
    display: flex;
    position: relative;
    cursor: url("/images/pointer.png"),auto;

}

.photo_box > img {  
    height: 2000px;
    width: 49.5vw;  
    position: relative;
    border-radius: 2vh 2vh 2vh 2vh;
    
}

.description{
    font-size: 1.5vh;
    height: 1.5vh;
    z-index: 1;
    display: flex; 
    cursor: url("/images/pointer.png"),auto;
    margin: 0;
    margin-left: 1vh;
    margin-top: 0.3vh;
}

.description_wrapper{

    display: flex; 
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 0 0 2vh 2vh;
    width: 100%;
    height: 2vh;
    z-index: 2;
    bottom: 0;
}

/* Image Highlighting */

#highlighted_image_wrapper{
    position: absolute;
    display: flex;
    z-index: 20;
    height: 100%;
    width: 100%;
}

@keyframes opacitize{
     0%{
    background-color: rgba(0, 0, 0, 0.1);
    }

    10%{
    background-color: rgba(0, 0, 0, 0.3);
    }
    50%{
    background-color: rgba(0, 0, 0, 0.4);
    }

    100%{
    background-color: rgba(0, 0, 0, 0.7);
    }   
}


#highlighted_image{
    display: block;
    border-radius: 2vh;
    opacity: 0;
    visibility: hidden;
}

#imagewrapper{
    position: relative;
    margin: auto;
    cursor: url("/images/Hover.png"),auto;
    visibility: hidden;
}

@keyframes highlightMaximize{
    0%{
        max-width: 0vw;
        max-height: 0vh;
        visibility: visible;
        opacity: 1;
    }

    10%{
        max-width: 10vw;
        max-height: 10vh;
        opacity: 1;
    }
    50%{
        max-width: 50vw;
        max-height: 50vh;
    }
    70%{
        max-width: 80vw;
        max-height: 80vh;
    }
    
    100%{
        max-width: 95vw;
        max-height: 95vh;
        opacity: 1;
        visibility: visible;
    }
}

.highlighted_image_description_wrapper{
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 0 0 2vh 2vh;
    width: 100%;
    margin: 0;
    z-index: 1100;
    bottom:0;
    height:7vh;
}


.highlightedImageDescription{
    font-size: 1.5vh;
    height: 1.5vh;
    z-index: 1;
    display: flex; 
    position: absolute;
    left: 1vh;
    cursor: url("/images/pointer.png"),auto;
}

.nextImageWrapper{
    display: flex;
    position: absolute;
    width: 100vw;
    z-index: 1000;
    height: 15vh;
    margin-top: 35vh;
    pointer-events: none;
}

.nextButton{
    position: absolute;
    width: calc(max-content + 1vw);
    height: 50%;
    background-color: rgb(0, 0, 0);
    pointer-events: all;
    border-radius: 2vh;
    font-family: Kiwisoda, sans-serif;
    color: white;
}

#nextButtonRight{
    right: 1vw;
}

#nextButtonLeft{
    left: 1vw;
}

.closeButton{
    height: 6vh;
    width: 6vh;
    position: absolute;
    z-index: 20000;
    background-color: black;
}