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

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

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		background-color: var(--color-dark);
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 320px;
		overflow: auto;
	}

	#closemenu {
		float: right;
	}

	.menu {
		padding-top: 20px;
		overflow: hidden;
		clear: both;
	}

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

	.wrapper-edge {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		margin-bottom: 100px;
	}

	.aboutus-content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.aboutus-img,
	.aboutus-content,
	.project-img,
	.project-content,
	.project-img a,
	.wrapper-contact,
	.wrapper-form {
		width: 100%;
	}

	.single-edge {
		margin-bottom: 50px;
	}

	.wrapper-services article,
	.single-progress {
		width: calc(50% - 20px);
	}

	.project-img {
		margin-bottom: 30px;
	}

	.project-content {
		padding-left: 0px;
	}

	.wrapper-contact {
		padding-right: 0px;
	}

	.wrapper-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single-address {
		width: 50%;
	}

	.header-top {
		display: none;
	}

}

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

	.wrapper-services article,
	.single-progress {
		width: calc(100% - 20px);
	}

	.single-address {
		width: 100%;
		text-align: center;
	}

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

	#contact h2 {
		text-align: center;
	}

}

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

	.wrapper-header-content {
		height: 600px;
	}

	h1 {
		font-size: 65px;
	}

	h2 {
		font-size: 45px;
	}
	
}