@media only screen and (max-width: 37.5em) {
    picture img {
        width: 150px;
    }

    h1 {
        font-size: 1.1rem;
    }



    /*-----------------Navigation bar Hamburger button--------------------*/
    nav > button {
        margin: 5px;
        display: inline-block;
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 1.6rem;
        color:#42221D;
    }

    nav {
        background-color: #F8F3E2;
        display: block;

    }

    nav  ul {
        list-style-type: none;
        text-align: center;
        display:none;

    }

    /*This line belongs to the toggle part in JS, andit makes the fuction work*/
    nav ul.responsive {

        display: block;
    }

    nav ul li  {
        display: block;
        border-top: 1px solid ;

    }


    /*----------------Reservation-------------------------*/

    section {

        text-align: left;
        max-width: 45%;
        margin-top: 60px;


    }



    .submitBtn {
        margin-top: 40px;

    }


/*--------------------SERVICES------------------------*/
    h2 {

        float:none;
        font-size: 1.1rem;
        color: #71683C;

    }
    .hdescript{
        display: none;

        max-width: 900px;
        margin-left: 400px;
    }

    iframe {
        max-width: 100%;
        float: none;
        margin-right: 80px;

    }
    /*------------------footer------------------------*/
    footer{
        margin-top: 5px;

    }

    .grid{


        grid-template-columns: 1fr  ;

    }








}















