@media all and (max-width:1100px) {

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		z-index: 1000;
		background-color: var(--color-purple);
		width: 320px;
		padding: 10px 20px;
		overflow: auto;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 30px;
	}

	.menu li {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	.aboutus-img {
		width: 100%;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 50px;
	}

	.single-edge {
		width: 50%;
		text-align: center;
	}

	.single-edge-content {
		padding-left: 0px;
	}

	.single-classes {
		width: calc(50% - 20px);
	}

	.events-img {
		width: 100%;
		margin-bottom: 30px;
	}

	.events-content {
		width: 100%;
		padding-left: 0px;
	}

	.wrapper-contact>div {
		width: 50%;
	}
}

@media all and (max-width:600px) {

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	.single-edge {
		width: 100%;
	}

	.single-classes {
		width: calc(100% - 20px);
	}

	.wrapper-booking input {
		width: 100%;
	}

	.wrapper-contact>div {
		width: 100%;
	}
}