@media screen and (max-width:720px) {
    *{
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        
    }
    
    nav{
        height: 50px;
    }

    #logo {
        height: 50px;
    }

   .text-img{
       display: none;
   }

   .lol{
       position: absolute;
       display: block;
       width: 100%;
       height: 100%;
   }
   
   .lol a:hover{
       background-color:#1d1d1d;
   }

   a.ham{
    color: white;
    display: block;
    font-size: 32px;
    margin: 8px;
    position: absolute;
    right: 0;
    top: 0;
   }

   .lol a{
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 12px;
    float: none;
    top:50px;
    left:-10px;
    width: 100%;
    background-color: #585858;
   }

   .project-link{
       font-size: 10px;
   }

}