

#div-1{
    position: relative;
    padding:0px;
    margin:0px;
    top:0;
    overflow: hidden;
    height: 160vh;
    /* background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0)); */
    /* height:1500px; */
}
#object {
    
    margin-top:50px;
    position: absolute;
    left: 75vw;
    /* bottom: 5%;
    height: 30px;
    width: 30px;
    border-radius:5px;
    background: #d3d3d3; */
}
#landing-img-div{
    width: 100%;
    padding: 0%;
    margin: 0%;
}
#landing-img{
    width: 100%;
    height: auto;
}
#intro{
    position: absolute;
    z-index: 11;
    top:58%;
    left:6%;
    font-size: 3.5vmin;
    align-items: center;
    text-align: center;
}




#div-1-text{
    position: absolute;
    font-family: "Arial", monospace;
    font-size: 8vmin;
    margin-top :25%;
    margin-left: 5%;
    font-weight: 900;
    /* margin-left:45%; */
    /* transition: all .5s; */
    color: white;
    text-shadow:0px 0px 10px #ffffff;

    /* letter-spacing: -1px; */
}
#div-1-text p{
    margin: 0%;
    padding: 0%;
    text-align: left;
}
.div-1-text-sub{
    font-size:6.5rem;
    color:rgb(139, 92, 127);
    text-shadow:0px 0px 15px #462ab6f1;
    font-weight: 200 !important;
    font-family: 'Segoe UI';
    mix-blend-mode: exclusion;
}

/* #div-1-text:hover p {
    transform: scaleY(0.66)
} */

#div-1-text:hover {
    transition: all .5s;
    transform: scale(1.2);
    /* transform: scaleX(1.5); */
    transform-origin: left;
}

#gutter-1{
    margin: 0%;
    padding: 0%;
    margin-top: -2%;
    height: 35vh;
    /* background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0)); */
}





















#div-2{
    /* padding:5%; */
    width: 100vw;
    margin: 0px;
    height:40vw;
    font-size:2vh;
    overflow: hidden;
    background-color: inherit;
}


#div-2-text{
    padding-left:25%;
    padding-top:10%;
    padding-right:10%;
    position:absolute;
    font-size:2vmin;
}
#circle-gif{
    width: 20%;

}
#circle-jungle{
    width: 22%;
}
#stats{
    box-shadow:-4px 4px 5px grey;
    
}





#get-started{
    
    /* position: relative; */
    z-index: 12;
    /* left:40%; */
    /* filter: drop-shadow(8px 8px 8px #333); */
}



















#div-3{
    overflow:hidden;
    width: 100vw;
    height:90vh;
    background-color: inherit;
    position: relative;
    
}
#volcano{
    position: absolute;
    width: 100%;
}
#volcano-text{
    z-index: 12;
    position: absolute;
    font-family: "Arial", monospace;
    font-size: 4vmin;
    font-weight : 900;
    /* margin-top :2%; */
    margin-left:5%;
    padding-top:5vw;
    /* letter-spacing: -1px; */
    /* animation: fadeinout 4s linear forwards; */
    
}











#div-4{
    width: 100vw;
    
    overflow: hidden;
    white-space:nowrap; 
    background-color: inherit;
    /* position: inherit; */
}

.tile-rounded{
    width:40%;
    height: 90vh;
    /* height: 35rem; */
    /* height: 70vmin; */
    /* max-height: 45vw; */

    background:#e8e4e1;
    border-radius:20px;
    margin:5%;
    overflow: hidden;
    /* flex-wrap: wrap; */
}
.tile-rounded:hover{
    /* background:#fffdfb; */
    transition: all .5s;
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 3px rgb(133, 133, 133));
    background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.001)); 
    /* transform-origin: bottom; */
    overflow: visible;
}
.tile-rounded-img{
    /* background:#b87953; */
    border-radius:20px;
    margin:2%;
    overflow: hidden;
    /* height: 35vh; */
}
.tile-rounded-txt{
    
    font-size: 2vmin;
    position: relative;
    /* background:#b87953; */
    top:2vw;
    margin-top:0px;
    margin-left:2%;
    font-family: "Arial", monospace;
}



















#div-5{
    width: 100vw;
    /* position: absolute; */
    /* height:700px; */
    background-color: inherit;
    position: relative;
    /* overflow-x: hidden; */
}
#grafiti{
    width: 100%;
    position: relative;
}

#div-5-woman{
    margin-left: 10%;
    top: 22%;
    position: absolute;
    width: 60vw;
    filter: drop-shadow(8px 8px 8px #333);

}
#div-5-text{
    margin-left: 50%;
    top: 22%;
    /* width:70%; */
    position: absolute;
    filter: drop-shadow(0px 0px 5px #fc0fc0);

}







#div-6{
    width: 100vw;
    padding: 10%;
    background-color: inherit;
    font-weight: 50;
    font-size: 35px;
}
#div-6-heading{
    align-items: center;
    text-align: center;
}

.tech-slideshow {
    height: 350px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  
  .mover-1 {
    height: 350px;
    width: 10000px;
    
    
    position: absolute;
    overflow-x:hidden;
    top: 0;
    left: 0;
  
    animation: moveSlideshow 23s linear infinite;
  }
  
  .mover-1 img {
    padding-left: 1%;
    display:inline-block;
    vertical-align:middle;
    width:300px;
    margin:0;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-1520px);  
    }
  }




















































  @media screen and (max-width: 800px) {

    #landing-img {
        width: auto;
        height:100vh !important;
        /* margin-left: -80%; */
        right: -200px !important;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    }
    #div-1-text{
        margin-top: 30vh;
        margin-left:10% !important;
        font-size: 4vmax !important;
    }
    .div-1-text-sub{
        font-size:4rem;
    }
    #gutter-1{
        height: 50vh;
    }
}






@media screen and (max-width: 600px) {
    #landing-img {
        width: auto;
        height:80vh !important;
        margin-left: -150%;
        margin-top:10vh;
    }
    #div-1-text{
        margin-top: 10vh;
        margin-left:10% !important;
        font-size: 4vmax !important;
    }
    .div-1-text-sub{
        font-size:4rem;
    }
    #gutter-1{
        height: 30vh;
    }
    



    #intro{
        /* margin-top: 10vh; */
        font-size: 6vmin;
        text-align: center;
    }
    #intro-img{
        width: 70%;
    }




    #div-2{
        margin-top:0px;
    }
    #div-2-text{
        margin-left: 20%;
        font-size: 3vmin;
    }
    #circle-gif{
        width: 40%;
    }
    #circle-jungle{
        width: 42%;
    }
    #stats{
        display:none;
    }




    .tile-rounded{
        width:100%;
        height: 28rem;
    }
    .tile-rounded-txt{
        font-size: 3vmin;
    }



    #div-3{
        margin-top: 15%;
        overflow: hidden;
        height: 80vh;
    }
    #volcano-text{
        margin-left:20%;
        font-size: 3vmin;
    }
    #volcano{
        height: 60vh;
        width: auto;
        margin-left:-500px;
    }






    #div-4{
        margin-top:5%
    }
    .tile-rounded-txt{
        font-size: 4vmin;
    }





    #div-5{
        overflow: hidden;
    }
    #grafiti{
        height: 80vh;
        width: auto;
        position: relative;
    }
    #div-5-woman{
        margin-left: 0vh;
        margin-top: 30vh;
        width: 100vw;
    }
    #div-5-text{
        right: -80px;
        margin-top: 0px;
        width: 85vw;
    }

}
