@media screen and (max-width: 1200px) {
    body{
        letter-spacing: 1.5px;
    }
    #contact{
        text-align: center;
    }
    .mySwiper1{
        display: none;
    }
    #rubrik{
        font-size: 2rem;
    }
    .menu-val, .extra-val{
        font-size: 1rem;
    }
    .meny_1,.meny_2{
        font-family: "Poppins";
        flex:1 1;
        border: 0;
        border-radius:0;
        padding: 20px;
        box-shadow: 0;
    }
    #meny{
        display:block;  
        padding: 0;
    }
    #om_rubrik{
        font-size: 2rem;
    }
    
    #om_text{
        font-size: 1rem;
        justify-content: center;
        margin: 20px;
        text-align: center;
    }
    #order {
        position: fixed;
        bottom:20px;
        left: 5px;

    }

    swiper-slide {
        left: -10px;
        flex: 0;
        display:inline;
        align-items: left;
}
    swiper-slide p{
    padding: 10px;
    font-family: "Poppins";
    font-size: 1.5rem;
    text-align: center;
}
    .bilder{
    display: flex;
    align-items: center;
    height: 500px;
}
    .meny_2{
        display: none;
    }
}

@media screen and (min-width: 1200px) {
        #contact{
            display: flex;
            justify-content: space-around;
            text-align: center;
        }
        swiper-slide {
            left: auto;
            margin: 5rem;
        }
        
    
        .varm1{
            display: none;
        }
        .ramen1{
            display: none;
        }
        .sides1{
            display: none;
        }
        .dips1{
            display: none;
        }
        .drinks1{
            display: none;
        }
        .mySwiper1{
            display: none;
        }
        .maki{
            display: none;
        }
        .maki_fri{
            display: none;
        }

}