*{
  
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .overlay{
    background-color: black;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Be Vietnam Pro", sans-serif;
    transition: 1s;
    color:#d3d2d2;
  }
  
  .overlay-content{
    align-items: center;
    justify-content: center;
  
    display: flex;
  }

  ul{
    display: flex;
    align-items: center;
    
    }

    ul li:hover{
      list-style: none;
    
      text-decoration: underline;
    text-underline-offset: 10px;
    transition-delay: 3s;
    color: white;
    
    
    }

.video-project{
  background: linear-gradient(rgba(243, 243, 243, 0.788),grey);
}
  
  
  .overlay-content a{
    padding: 30px;
    font-size: 20px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 1s;
    color:#d3d2d2;
  }
  
  .logo{
    height: 10%;
    width: 10%;
  }

  .hvr-grow :hover{
    transform: scale(1.3);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  }
  
  .overlay img:first-of-type{
    margin-left: auto;
  }

.video-project video{
    align-items: center;
    justify-content: center;
    display: flex;
    margin: auto;
    padding: 50px;

   height: 800px;
    /* width: 1080px; */
}

.burger,.closebtn, .logo001{
  display: none;
}


@media all and (max-width:1000px){

 

  .overlay {padding-top: 100px;  width: 100%; }

  .overlay-content{
    display: none;
  }


   .video-project {

    margin-top: 50px;
  width: 100%;
  height: 0%; 

  background: linear-gradient(rgba(155, 155, 155, 0.747),grey);

  }

  video{
    
    width: 100%;
    
    
  }



  .home-content{
   
   height: 100px;
    align-items: center;
    position: absolute;
    padding: 0px;
  }

  .burger {
    font-size: 2em;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    left: 3%;
    top:4%;
    color: white;
    display: flex;
    padding-left: 10px;
  }

  .logo001{
    width: 100px;
    display: block;
    position: absolute;
    margin-right: 5px;
    top: 22%;
    right: 0%;
  }

  #main-nav {
    height: 0%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-family: "Be Vietnam Pro", sans-serif;
    background-color: black;
    overflow-y: hidden;
    transition: 0.5s;
  }

  #categories{
    display: block;
    align-items: center;
    top: 0;
  }

  .closebtn, .overlay {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 60px;
    display: flex;
    flex-wrap: wrap ;
    flex-direction: column;
  }

  .closebtn{
    color: white;
    text-decoration: none;
    display: none;
  }
  
}

