/* MEDIA QUERIES */

/* MOBILE */

@media screen and (max-width: 800px) { 
    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
    #footer-wrap {
        display: flex;
        flex-direction: column;
        width: auto;
      }
    
    .menu-box {
      display: flex;
      flex: 1 1 0px;
      flex-direction: column;
    }
}


