@media(max-width: 600px){
    body {  
        background: url(../background/vertical.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        font-family: 'Ubuntu';
        overflow: hidden;
      } 
    #desktop__settings{
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: translate(0,0);
    }
    #bar__user{
        display: none;
    }
    .bar__button{
        opacity: 0;
    }
    #taskbar{
        display: flex;
        position: fixed;
        background: rgb(1, 1, 25);
        width: 100%;
        height: calc(100% - 95%);
        transform: translateX(0%);
    }
    #taskbar--start{
        width: 12%;
        margin-right: 2px;
        border-right: none;
    }
    .fa-grip{
        display: none;
        opacity: 0;
    }
    .fa-house{
        display: block;
        opacity: 1;
        position: absolute;
        font-size: 1.5rem;
        color: #fff;
        transform: translate(calc(100% / 3), calc(100% / 2.6));
        z-index: 1;
    }
    #taskbar--search{
        display: none;
        width: 0%;
        height: 0%;
    }
    #taskbar--about{
        width: 12%;
        justify-content: center;
        align-items: center;
        margin-right: 2px;
        display: flex;
    }
    .fa-terminal{
        position: absolute;
    }
    #taskbar--contact{
        width: 12%;
        justify-content: center;
        align-items: center;
        margin-right: 2px;
    }
    .fa-envelope{
        position: absolute;
    }
    #taskbar--project{
        justify-content: center;
        align-items: center;
        width: 12%;
        margin-right: 2px;
    }
    .fa-folder{
        position: absolute;
    }
    #taskbar--github{
        justify-content: center;
        align-items: center;
        margin-right: 2px;
        opacity: 1;
        width: 12%;
    }
    .fa-github{
        position: absolute;
    }
    #taskbar--linkedin{
        margin-right: 2px;
        opacity: 1;
        width: 12%;
    }
    .fa-linkedin{
        position: absolute;
    }
    #taskbar--settings{
        display: none;
    }
    #terminal__wrapper{
        display: block;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    #terminal{
        display: block;
        position: relative;
        width: 100vw;
        height: 100vh;
    }
    #contact__wrapper{
        display: block;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    #contact{
        position: relative;
        width: 100vw;
        height: 100vh;
    }
    #project__wrapper{
        display: block;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    #project{
        position: relative;
        width: 100vw;
        height: 100vh;
    }
    #project__body--side--bar{
        width: 30%;
    }
    #skills__frontend{
        transform: translate(0,0);
    }
    #skills__backend{
        transform: translate(0,25%);
    }
}