@media all and (max-width:1150px)  {

    #navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		z-index: 1000;
		background-color: var(--color-dark);
		width: 320px;
		padding: 20px;
		overflow: auto;
	}

	#closemenu {
		float: right;
	}

    .header-menu {
		clear: both;
		padding-top: 30px;
	}

	.header-menu li {
		float: none;
		margin-left: 0;
        margin-right: 0px;
		margin-bottom: 10px;
	}

    #openmenu,
	#closemenu {
		display: inline-block;
	}

    .header-menu>li {
        margin-bottom: 15px;
   }
   
   .header-menu>li a {
        padding-top: 0px;
        padding-bottom: 0px;
   }

   .wrapper-top-header {
        display: none;
   }

   .header {
	   position: fixed;
       background-color: var(--color-dark);
   }

   .wrapper-header {
      padding-top: 15px;
   }

   .wrapper-header-content {
    background-attachment: scroll;
  }

  .single-edge {
    width: calc(50% - 20px);
  }

    .aboutus-img {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 50px;
   }

   .aboutus-content {
        width: 100%;
        padding-left: 0px;
   }

   .single-menu {
    width: calc(100% - 20px);
  }

  .wrapper-booking {
    width: 100%;
  }

  .contact-content {
    width: 100%;
    margin-bottom: 50px;
  }

  .contact-hours {
    width: 100%;
  }

}

@media all and (max-width:600px) {

    h1 {
        font-size: 60px;
    }

    h2, 
    #banner h2 {
        font-size: 40px;
    }

    .aboutus-img {
       width: 90%;
    }

    .single-edge {
    width: calc(100% - 20px);
   }

   .wrapper-input input {
        width: 100%;
    }

    .contact-content > div {
        width: 100%;
        text-align: center;
    }

    .experiense .counter {
        font-size: 30px;
    }

    .wrapper-booking {
        padding: 100px 20px;
    }
}