@media screen and (max-height: 500px) {
	nav > p {
		display: none;
	}
}

@media screen and (max-height: 565px) {
	nav > p {
		font-size: 12px;
		top: 230px;
	}
}

@media screen and (max-height: 700px) {
	.banner-text > .middle {
		vertical-align: initial !important;
	}
	#home .banner-content {
		padding: 230px 10px 0px;
	}
}

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

	/* !Banner */
	#expYears div {
		transform: scale(0.8);
		transform-origin: top right;
	}
	
}

@media screen and (max-width: 900px) {
	
	/* !Banner */
	.banner-text h1 {
		font-size: 6.66vw;
		line-height: 6vw;
	}
	.banner-text p {
		font-size: 12px;
	}
	
	/* !Why Ideal */
	#why-ideal-inspection {
		padding: 50px 10px 50px 120px;
	}
	#why-ideal-inspection::before {
		border-top: 100px solid #b43842;
		border-right: 100px solid transparent;
	}
	#why-ideal-inspection hr {
		margin: 45px 0px;
	}
}

@media screen and (max-width: 800px) {
	#expYears .bestOf {
    	right: 190px;
	}

	/* Navigation */
	.navigation {
		width: 0px;
	}
	
	/* !Why Ideal */
	#why-ideal-inspection > .table > .cell {
		display: block;
		height: 100%;
		width: 100%;
		padding-top: 0px
	}
	#why-ideal-inspection > .table > .cell + .cell {
		padding-top: 20px;
	}
	#why-ideal-inspection > .table + .table {
	  margin-top: 20px;
	}
	#why-ideal-inspection .us-heading {
		margin-bottom: 10px;
	}
	
	/* Image Section */
	.inspection-imgs > .cell {
		display: block;
		width: 100%;
		height: 290px;
	}
	#img-section p {
		top: 46%;
		line-height: 18px;
	}
	
	/* !Navigation */
	nav {
		background-color: transparent;
	}
	nav .scroll {
		background-color: #433a38;
		right: 50px;
	}
	.open nav .scroll {
		right: 0px;
	}
	nav .menu-btn {
		height: 60px;
	}
	.open nav #menu .nav a {
		padding-right: 60px;
	}
	nav > p,
	nav .up-arrow {
		display: none;
	}
	
	/* !Banner */
	#home .banner-text > .cell.middle {
	  padding: 0px 10px;
	}
	
	/* !Ideal Inspection */
	.content-section {
	  padding: 40px 10px 0px 10px;
	}
	
	/* !Why Ideal */
	#why-ideal-inspection {
	  padding: 50px 10px 50px 20px;
	}
	#why-ideal-inspection::before {
    border-top: 60px solid #b43842;
    border-right: 60px solid transparent;
    left: 0px;
	}
	
	/* Image Section */
	#img-section > .cell {
    padding-left: 0px;
	}
	.cell-spacer {
		display: block;
    height: 10px;
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: #fff;
	}
	
	/* Contact Info */
	#contact-info a {
		font-size: 12px;
	}
	#contact-info .mail-us::before {
    width: 35px;
    height: 30px;
    background-size: contain;
	}
	
	/* Footer */
	#footer p {
		padding-left: 10px;
	}

}

@media screen and (max-width: 600px) {
	
	/* !Banner */
	.banner-text h1 {
		font-size: 40px;
		line-height: 36px;	
	}
	#expYears div {
		transform: scale(0.6);
	}
	
	/* !Ideal Inspection */
	.content-section h2 {
    font-size: 40px;
    line-height: 42px;
	}
	
	/* Contact Form */
	.g-recaptcha {
		display: inline-block;
		margin-bottom: 20px;
	}
	.submit {
	  margin-top: 20px !important;
	}
	.submit > .cell {
		display: block;
		width: 100%;
		height: 100%;
		text-align: center !important;
	}
	.form .cell.input {
		display: block;
		width: 100%;
	}
	.form.page > .cell.input {
		margin-top: 20px;
	}
	.form .space {
		display: none;
	}
	#contact-form .form.page .cell.input:first-child {
		margin-top: 0px;
	}
	#contact-form .form.page + .form.page {
	  margin-top: 20px !important;
	}
	
}

@media screen and (max-width: 500px) {
	/* Banner */
	.banner-text h1 {
		font-size: 32px;
		line-height: 28px;	
	}
}
