@media (max-width:760px) {
	#hours-top small {
		display: none;
	}
	header #hours-top {
		font-size: 2.3rem;
		margin-top: 0;
		margin-left: 0.5rem;
	}
	#clock, #phone-glyph {
		font-size: 2.3rem;
	}
	
	header #phone-top {
		margin: 0;
		padding: 0;
		font-size: 3rem;
		line-height: 2.5rem;
	}
	header nav {
		margin-top: 2.2rem;
	}
	header nav ul li a {
		font-size: 2.2rem;
	}
	header nav ul li a, header nav ul li:nth-child(1) a {
		padding: 0 1rem;
	}
	header nav ul li:nth-child(5) a {
		margin-right: 0;
	}
	
	
	article {
		font-size: 1.2rem;
	}
	article p {
		font-size: 1.4rem;
	}
	.blueButton, .greenButton, .purpleButton, h4 {
		font-size: 2rem;
	}
	.blueButton, .greenButton, .purpleButton {
		display: block;
		clear: both;
	}
	p.padallmd {
		padding: 0;
	}
	p.bgwhitet {
		background: transparent;
	}
	.three {
		width: 50%;
		vertical-align: top;
	}
	
	/*
		contactbar
	*/
	.contactbar .glyphicon-earphone, .contactbar .glyphicon-tasks {
		display: none;
	}
	#phone-impo, #button-impo, #email-impo {
		font-size: 3rem;
	}
	.contactbar div div:nth-child(3), .whyus div div {
		width: 100%;
	}
	
	h2 {
		font-size: 3rem;
	}
	
	
	/*
		reviews
	*/
	.reviews div article {
		height: 15rem;
	}
	.reviews .name {
		font-size: 2.2rem;
		line-height: 2rem;
	}
	.slider img {
		width: 200px;
	}
	article blockquote {
		font-size: 1.5rem;
		margin: 0.5rem 0 0 14.5rem;
	}
	
	
	/*
		estimate / contact
	*/
	section form label, section form label, footer form label {
		font-size: 2rem;
	}
	footer form input, footer form textarea, section form input, .fakeinput, .txtAreaTransparent {
		font-size: 2.5rem;
	}
	section form div div label input[type="radio"] {
		width: 3rem;
		height: 3rem;
	}
	section form div div label input[type="radio"]:checked {
		color: #00F;
		background: #000;
	}
	.fakeinput {
		text-align: center;
	}
	
	
	
	
	/*
		footer
	*/
	footer form textarea {
		height: 12rem;
	}
	footer ul li a {
		font-size: 2.5rem;
	}
}