@media (max-width: 361px){
    #hamburger-icon{
        display: block;
    }
    
    #links{
        display: none;
    }

    .direct{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 53px;
        right: 0;
        margin: 0;
        width: fit-content;
        background-color: #2c2c2c;
        padding: 12px;
    }

    .line{
        background-color: #ececec;
    }
     
    .direct a:hover{
        color: #D37F31;
        font-weight: bolder;
    }

    .navbar li{
        font-size: 12px;
    }

    h1{
        font-size: 24px;
    }

    .frontpage{
        margin-top: 12%;
        margin-left: 7%;
    }

    .home-tagline{
        font-size: 14px;
        margin-bottom: 10%;
    }

    .home-slider-list img{
        width: 150px;
    }

    .navigation-buttons .prev{
        font-size: 20px;
        width: 10px;
    }

    .navigation-buttons .next{
        font-size: 20px;
        width: 10px;
    }

    .navigation-buttons .prev:hover{
        color: #D37F31;
        font-size: 25px;
    }
    
    .navigation-buttons .next:hover{
        color: #D37F31;
        font-size: 25px;
    }

    .our-gallery-text{
        font-size: 14px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .image-list-home{
        margin-right: 0;
    }

    .home-img img{
        width: 120px;
        height: 70px;
    }

    .home-img{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .brand{
        font-size: 12px;
    }

    .brand-price{
        font-size: 11px;
    }

    .overlay{
        position: relative;
        width: 100%;
    }

    .frontpage{
        margin-top: 0;
    }

    .gallery-cars-list{
        gap: 40px;
    }

    .copyright{
        font-size: 8px;
    }

    footer{
        margin-top: 10%;
    }
}