@media all and (max-width:900px) {

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		z-index: 1000;
		background-color: var(--color-dark);
		width: 320px;
		padding: 10px 20px;
		overflow: auto;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 30px;
	}

	.menu li {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.single-step {
		width: 50%;
	}

	.services-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.services-content {
		width: 100%;
		padding-left: 0px;
	}

	.faq-block-content {
		width: 100%;
		padding: 50px 0px 50px 0;
	}

	.faq-img {
		width: 100%;
	}

	.booking-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-form {
		width: 100%;
	}

	.wrapper-contact>div {
		width: 50%;
	}

}

@media all and (max-width:600px) {

	h1 {
		font-size: 75px;
	}

	h2 {
		font-size: 45px;
	}

	.single-step {
		width: 100%;
		padding: 20px 20px;
	}

	.wrapper-input input {
		width: 100%;
	}

	.wrapper-contact>div {
		width: 100%;
	}

}