/*** Media Queries ***/

@media only screen and (max-width: 957px) {
	nav {
		width: 100%;
	}
	#banner-text-container {
		margin-top: 120px;
		

}
@media only screen and (max-width: 710px) {
	#banner-text-container {
		margin-top: 150px;
	}
	#banner-text-container h1 {
		width: 400px;
		font-size: 30px;

	}
	#banner-text-container h2 {
		font-size: 20px;
	}
	#banner-text-container h3 {
		line-height: 20px;
		font-size: 20px;
		font-weight: 400;
	}
}
@media only screen and (max-width: 1200px) {
	.section-wrapper {
		width: 90%;
	}
}
@media only screen and (max-width: 1000px) {
	#section-left, #section-right {
		width: 100%;
		float: none;
		display: block;
	}
	#section-right {
		margin-top: 50px;
	}
	#section-button-container {
		width: 400px;
		margin: 30px auto 0 auto;
	}
}
@media only screen and (max-width: 1200px) {
	#middle-banner h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 900px) {
	#middle-banner h1 {
		padding-top: 70px;
	}
}
@media only screen and (max-width: 600px) {
	#middle-banner h1 {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 1400px) {
	#section-table {
		width: 95%;
		margin-left: auto;
	}
}
@media only screen and (max-width: 1100px) {
	.cell, .price-panel {
		width: 44%;
	}
}
@media only screen and (max-width: 900px) {
	.cell, .price-panel {
		width: 95%;
		height: 150px;
	}
}
	
@media only screen and (max-width: 1000px) {
	#section-full-width {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	footer hr {
		display: none;
	}
}
@media only screen and (max-width: 1000px) {
	#page-wrapper {
		width: 100%;
		margin-left: 10%; 
	}
}
@media only screen and (max-width: 800px) {
	#page-wrapper {
		width: 98%;
		margin: 30px 0 0 0;
		box-sizing: border-box;
		padding: 20px;
	}
	#form-wrapper {
		margin-bottom: 100px;
	}
	#contact-wrapper, #form-wrapper {
		width: 100%;
		float: none;
		display: block;
	}
	hr {
		display: block;
	}
}