@media only screen and (max-width: 1000px) {
	
	.wrap {
		width: 100%;
		padding: 0 20px;
	}
	
	header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 20;
	}
	
	header svg {
		width: 32px;
		height: 32px;
	}
	
	#main-nav a.current:after {
		display: none;
	}

	#main-nav,
	#footer-nav {
		display: none;
	}
	
	#main-nav {
		width: 40%;
	    position: fixed;
	    background: #20201f;
	    height: 100%;
	    z-index: 10;
	    right: 0;
	    top: 106px;
	    padding: 30px;
	}
	
	h1 a {
		margin: 0 auto;
	}
	
	header nav a {
		display: block;
		margin-bottom: 15px;
	}
	
	.hamburger {
		display: inline-block;
	}
	
	#header-top p {
		left: 20px;
	}
	
	#contact-form,
	#contact-info {
		width: 100%;
		float: none;
	}
	
	#contact-form {
		margin-bottom: 20px;
	}
	
	input#submit{
		float: none;
	}
	
	#footer-contact {
		margin-bottom: 20px;
	}
	
	#map-canvas,
	#banner {
		margin-top: 106px;
	}
	
	#article-pg {
		margin-top: 141px;
	}
	
	#units {
		padding: 30px 20px;
	}	
	

}

@media only screen and (max-width: 984px) {
	
	#section1 {
		padding-top: 20px;
	}

	.plan-left, 
	.text-left, 
	.plan-right, 
	.text-right {
		float: none;
		width: 100%;
	}
	
	.plan-left,
	.plan-right {
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 906px) {

	#banner-text {
		display: none;
	}

}

@media only screen and (max-width: 860px) {

	.news-img,
	.news-text {
		width: 100%;
	}
	
	.news-text a {
		margin-top: 10px;
	}

}

@media only screen and (max-width: 767px) {

	#amenities .amenities-col {
		float: none;
	}
	
	#features,
	#fitness,
	#services,
	#maintenance-left,
	#maintenance-right {
		width: 100%;
	}
	
	.heading {
		font-size: 4em;
		text-align: left;
	}
	
	.unit, 
	.unit-txt {
		width: 100%;
	}
	
	.unit-txt {
		margin-top: 10px;
	}
	
	.unit-txt a {
		margin-top: 20px;
	}
	
	#article-pg aside {
		display: none;
	}
	
	#article-pg main {
		width: 100%;
	}
	
	#article-pg {
		margin-top: 120px;
	}

}

@media only screen and (max-width: 756px) {

	#latest-news-img,
	#latest-news-text {
		width: 100%;
	}

}

@media only screen and (max-width: 715px) {

	#main-nav {
		width: 70%;
	}

}

@media only screen and (max-width: 644px) {

	#copyright #website {
		float: left;
		clear: both;
		margin-top: 10px;
	}

}

@media only screen and (max-width: 499px) {
	
	header {
		padding: 10px 0 0px 0;
	}

	 h1 a {
	    background-size: contain;
	    width: 50%;
	 }
	 
	 #main-nav {
		 top: 86px;
	 }
	 
	 #map-canvas,
	#banner {
		margin-top: 86px;
	}

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
    h1 a {
	    background-image: url(/img/logo2x.png);
	    background-size: contain;
	    width: 50%;
	    background-position: center top;
	 }
	
	#back:before {
    	content: url(/img/back-arrow2x.png);
    	transform: scale(.5);
    	transform-origin: left top;
    }
}