@media all and (max-width: 960px) {
	#wrapper {
		width: 96%;
		margin: 0 2%;
	}
	header #logo {
		left: 0;
		width: 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.frontpageimg {
		width: 45%;
	}
	#frontinfo {
		width: 48%;
	}
}
@media all and (max-width: 760px) {
	#contact-form {
		width: 80%;
	}
	nav.top {
		height: auto;
		margin-top: 0px;
		overflow: hidden;
	}

	div.column1of3 {
		width: 100%;
		padding: 5px 0;
	}
	nav.top ul li {
		width: 49%;
		border: none !important;
	}
	nav.top ul li a {
		width: 100%;
		text-align: center;
	}
	img.testimonial_photo {
		width: 50%;
		height: auto;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	img.left, img.right {
		float: none;
		margin: 6px 25%;
	}
}

@media all and (max-width: 500px) {
	#wrapper {
		width: 100%;
		margin: 0;
	}
	#contact-form {
	    margin: 5px 0;
	    width: 100%;
	}
	.build-head {
		width: 60%;
		margin: 5px 20%;
	}
	.list-thumb {
		width: 60%;
		margin: 5px 20%;
	}
	.build-summary {
		width: 100%;
	}
	.page-summary-image {
		width: 60%;
		margin: 5px 20%;
	}
	#photoshoot-scroller {
		height: 400px;
	}
	#photoshoot-container {
		height: 360px;
	}
	#photoshoot-container section img {
		top: -10%;
	}
	.gallery-photo-container {
		width: 90%;
		margin: 5px 5%;
	}
	article {
		margin-top: 0px;
	}
	header {
		height: 60px;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1000;
		background-image:none;
		overflow: hidden;
		width: 100%;
	}
	header #mobilebg {
		background-image: url('images/header.jpg');
		background-size: cover;
		background-position: center center;
		width: 100%;
		height: 230px;
		top: 0px;
		left: 0px;
		position: absolute;
	}
	header #logo {
		width: 90%;
		left: 5%;
		top: 50%;
		margin-top: -20px;
		height: 40px;
		background-size: contain;
	}
	nav.top {
		width: 100%;
		height: auto;
		margin: 0;
		margin-top: 60px;
	}
	nav.top ul {
		margin: 0;
		width: 100%;
	}
	nav.top ul li {
		width: 50%;
		border: none !important;
		float: left;
	}
	nav.top ul li a {
		font-size: 12pt;
		padding: 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		border-right: 1px solid rgba(255,255,255,0.1);
	}
	nav.top ul li:last-child a {
		border-bottom: none;
	}
	nav.top ul li:nth-child(even) a {
		border-right: none;
	}
	.frontpageimg {
		width: 94%;
	}
	#frontinfo {
		width: 100%;
	}
	div#menu {
		top: 5px;
		left: -45px;
		width: 30px;
		height: 30px;
		position: absolute;
		background: url('images/menu.png') center center no-repeat;
		background-size: contain;
		cursor: pointer;
	}
	nav.top {
		overflow: visible;
	}
	nav.slide {
		position: absolute;
		left: 100%;
		width: 90%;
		top: 0;
		position: fixed;
		height: 100%;
		z-index: 1000;
		-webkit-box-shadow: -3px 0 10px 2px rgba(0,0,0,0.4);
		box-shadow: -3px 0 10px 2px rgba(0,0,0,0.4);
		background: #3a3a3a; /* Old browsers */
		-webkit-transition: left 300ms linear;
		-moz-transition: left 300ms linear;
		-ms-transition: left 300ms linear;
		-o-transition: left 300ms linear;
		transition: left 300ms linear;
		margin-top: 0;
	}
	nav.slide ul li {
		margin: 0;
		padding: 0;
		height: auto;
		width: 100%;
	}
	nav.slide ul li a {
		font-size: 16pt;
	    text-align: center;
	    width: 90%;
	    margin: 0;
	    padding: 4px 0;
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	img.affiliateimg {
		width: 60%;
		height: auto;
		margin: 5px 20% 15px 20%;
	}
	img.testimonial_photo {
		width: 80%;
		margin: 5px 10%;
	}
	img.left, img.right {
		margin: 6px 10%;
	}
	.test-sub {
		width: 100%;
		position: relative;
		display: block;
	}
	footer nav ul li {
		width: 100%;
		height: auto;
		display: block;
		border: none;
		margin-bottom: 8px;
	}
	footer nav ul li a {
		font-size: 1.2em;
	}
}