* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

wrapper {
	width: 100%;
}




/* --------------- Overlay - NAV --------------- */




#hamburger {
	width: 30px;
	height: 20px;
	position: fixed;
	right: 11px;
	top: 11px;
	cursor: pointer;
	padding: 10px;
	transition: all 2s linear 1s;
	-moz-transition: all 2s linear 1s;
	-webkit-transition: all 2s linear 1s;
}

#hamburger span {
	width: 30px;
	height: 2px;
	background-color: #8cc7bc;
	margin-bottom: 7px;
	clear: both;
	display: block;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#hamburger:hover span {
	background-color: #ffffff;
}

#myNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: rgba(140,199,198, 1);
    overflow-x: hidden;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.menucontent {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menucontent a {
	padding: 10px;
    text-decoration: none;
    font-size: 28px;
    font-family: serif;
    font-style: italic;
    color: #ffffff;
    display: block;
    font-weight: 100;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.menucontent span {
	padding: 10px;
    text-decoration: none;
    font-size: 28px;
    font-family: serif;
    font-style: italic;
    color: #33394d;
    display: block;
/*     transition: 0.3s;	 */
    font-weight: 100;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.menucontent a:hover {
    color: #33394d;
}

#myNav .closebtn {
    position: absolute;
    right: 15px;
    top: 12px;
    text-decoration: none;
    font-size: 40px;
	color: #ffffff;
/* 	transition: 0.3s; */
	font-family: Arial, sans-serif;
}

#myNav .closebtn:hover {
	color: #33394d;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;	
}

#closeleft {
	background-color: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	transform: rotate(45deg);
}

#closeright {
	background-color: #ffffff;
	width: 30px;
	height: 2px;
	position: absolute;
	transform: rotate(-45deg);
}


/* --------------- CONTACT OVERLAY --------------- */



.contactcontent {
	position: relative;
    top: 30%;
	width: 300px;
	text-align: center;
	margin: 0px auto;
	display: none;
}

.contactcontent a {
 	font-size: 22px;
	color: #ffffff;
	font-family: serif;
	text-decoration: none;
	transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    font-weight: 100;
}

.contactcontent a:hover {
	color: #33394d;
}

.contactcontent span {
	font-size: 19px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	font-weight: 100;
}

#email1 {
	font-style: italic;
}

#socialcontact {
	margin-top: 25px;
}

#facebookcontact {
	margin-right: 25px;
	margin-left: -63px;
}

#fbtwocontact {
	position: absolute;
	background-color: transparent;
	padding: 7px 12px 7px 12px;
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .7);
}

#facebookcontact:hover #fbtwocontact {
	background-color: #3a3f53;
	border-color: #3a3f53;
}

#houzzcontact {
}

#hztwocontact {
	margin-left: 25px;
	position: absolute;
	padding: 7px 9px 7px 9px;
	background-color: transparent;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .7);
}

#hzonecontact {
	margin-top: 20px;
	position: absolute;
	opacity: 0;
	transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#houzzcontact:hover #hztwocontact { 
	background-color: #3a3f53;
	border-color: #3a3f53;
}

#consult {
	width: 100px;
}

#consult p {
	color: #ffffff;
	font-family: serif;
	font-style: italic;
	margin-top: 68px;
	font-size: 24px;
	text-decoration: none;
	transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-top: .5px solid white;
    border-bottom: .5px solid white;
    padding: 30px 0px 30px 0px;
}

#consult p:hover {
	color: #33394d;
}


#return {
	margin-top: 50px;
}

#back {
	color: #ffffff;
	font-size: 20px;
	font-family: serif;
	font-weight: 100;
	font-style: italic;
	line-height: 25px;
	letter-spacing: .5px;
	text-decoration: none;	
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    margin-bottom: 48px;
    transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    position: fixed;
    bottom: -10px;
	margin-left: -20px;
}

#back img {
	width: 8px;
	height: 13px;
	opacity: 0;
	margin-right: -10px;
	margin-left: 0px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#back:hover {
	color: #33394d;
}

#back:hover img {
	margin-right: 4px;
	opacity: 1;
}



.contactcontent.show {
	visibility: visible;
}

.menucontent.hide {
	visibility: hidden;
}

.lock-scroll {
    overflow: hidden;
}

.unlock-scroll {
    overflow: visible;
}



/* --------------- NAV BAR --------------- */




#interiornavbar {
	background-color: #33394d;
	width: 100%;
	height: 62px;
	position: fixed;
	top: 0px;
	display: block;
	transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
	background-image: url("../images/homepage/patternTop3.jpg");
	background-repeat: repeat;
	z-index: 50;
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
}

#hamburgertwo {
	width: 30px;
	height: 20px;
	float: right;
	right: 15px;
	top: 15px;
	cursor: pointer;
	padding: 20px;
	transition: all 2s linear 1s;
	-moz-transition: all 2s linear 1s;
	-webkit-transition: all 2s linear 1s;
}

#hamburgertwo span {
	width: 30px;
	height: 2px;
	background-color: #8cc7bc;
	margin-bottom: 7px;
	clear: both;
	display: block;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#hamburgertwo:hover span {
	background-color: #ffffff;
}

#interiornavbar img {
	padding: 27px 0px 0px 25px;
}






/* --------------- INTRODUCTION  --------------- */





#intro {
	width: 100%;
	background-color: #3a3f51;
	text-align: center;
	background-image: url("../images/about/introBG.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 180px;
	padding-bottom: 144px;
	z-index: 5;
	position: relative;
}


#content {
	max-width: 618px;
	width: 68%;
	margin: 0px auto;
}

#content h1 {
	font-family: serif;
	font-size: 48px;
	font-weight: 100;
	color: #393f52;
	letter-spacing: 6px;
	margin-bottom: 15px;
}

#content p {
/* 	width: 597px; */
	color: #3a415a;
	font-family: helvetica, sans-serif;
	font-size: 17px;
	font-weight: 100;
	line-height: 32px;
}

#content span {
	font-style: italic;
}

.special {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}




/* --------------- TESTIMONIALS --------------- */



#testimonials {
	width: 100%;
/* 	height: auto; */
	background-image: url("../images/testimonials/testBG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 200px;
	padding-bottom: 50px;
}

#width {
	max-width: 1200px;
	margin: 0px auto;
}

#testone {
	width: 100%;
	position: relative;
	clear: both;
	padding-bottom: 300px;
}

#testone img {
	float: left;
	left: 0;
	margin-top: -40px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;	
    position: absolute;
}

#testtwo {
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
	margin-top: 100px;
	padding-bottom: 420px;
}

#testtwo img {
	float: right;
	right: 0;
	margin-top: -40px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    position: absolute;	
}

#testthree {
	width: 100%;
	clear: both;
	padding-bottom: 400px;
	height: auto;
	position: relative;
}

#testthree img {
	float: left;
	left: 0;
	margin-top: -40px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    position: absolute;	
}

#testfour {
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
	margin-top: 100px;
	padding-bottom: 350px;
}

#testfour img {
	float: right;
	right: 0;
	margin-top: -40px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    position: absolute;	
}

#testfive {
	width: 100%;
	clear: both;
	padding-bottom: 400px;
	height: auto;
	position: relative;
}

#testfive img {
	float: left;
	left: 0;
	margin-top: -40px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    position: absolute;	
}

.headerleft {
	width: 17%;
	background-color: transparent;
	position: absolute;
	padding: 0px 0px 58px 0px;
	left: 5%;
	z-index: 2;
}

.headerright {
	width: 22%;
	background-color: transparent;
	float: left;
	position: absolute;
	padding: 0px 0px 58px 0px;
	right: 6%;
	z-index: 3;
}

h1 {
	font-size: 20px;
	font-family: serif;
	color: #393f52;
	left: 10%;
	letter-spacing: 2px;
	margin-bottom: 6px;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
}

h2 {
	font-size: 12px;
	font-family: sans-serif;
	color: #ffffff;
	left: 10%;
	letter-spacing: 2px;
	font-weight: 100;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;

}

.contentright {
	width: 56%;
	float: right;
	right: 5%;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
	padding: 40px 33px 40px 33px;
	margin-bottom: 100px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.contentleft {
	width: 56%;
	float: left;
	left: 5%;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
	padding: 40px 33px 40px 33px;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	z-index: 2;
}

#quoteleft {
	width: 5%;
	color: #8cc7bc;
	font-size: 50px;
	font-family: bressay, serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 1%;
	margin-top: -5px;
	float: left;
}

#quoteright {
	color: #8cc7bc;
	font-size: 50px;
	font-family: bressay, serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	margin-left: 3%;
	margin-top: 15px;
}

#testimonials p {
	width: 90%;
	text-align: left;
	color: #33394d;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 100;
	line-height: 25px;
	float: left;
}




/* --------------- REQUEST CONSULTATION --------------- */



#request {
	text-align: center;
	text-decoration: none;
}

#request p {
	width: 100%;
	color: #393f52;
	background-color: #8cc7bc;
	padding: 35px 0px 30px 0px;
	font-family: serif;
	font-style: italic;
	font-size: 22px;
	letter-spacing: .5px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#request p:hover {
	color: #ffffff;
	background-color: #7cb8ac;
}



/* --------------- FOOTER --------------- */



#footer {
	width: 100%;
	text-align: center;
	background-color: #33394d;
	overflow: hidden;
	background-image: url("../images/homepage/patternTop3.jpg");
	background-repeat: repeat;
	padding-top: 88px;
	padding-bottom: 70px;
}

#footer section {
	max-width: 1300px;
/* 	width: 100%; */
	height: 156px;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

#footernav {
	width: 110px;
	float: left;
	position: absolute;
	left: 5%;	
	top: -6px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#currentpage {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	display: block;
	text-align: left;
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 1px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.nonpage {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-family: serif;
	display: block;
	text-align: left;
	line-height: 31px;
	font-weight: 100;
	letter-spacing: 1px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
	font-style: italic;
}

.nonpage:hover {
	color: #8cc7bc;
}

#currentpage:hover {
	color: #8cc7bc;
}

#currentpage {
	color: #8cc7bc;
}

#footerbranding {
	width: 150px;
	margin: 0% 48% 0% 43%;
	position: absolute;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#footerbranding p {
	margin-top: 10px;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 100;
}

#footercontact {
	width: 190px;
	float: left;
	text-align: right;
	position: absolute;
	right: 5%;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

h6 {
	color: #ffffff;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bolder;
	margin-bottom: 24px;
	letter-spacing: 1px;
}

#footercontact p {
	color: #ffffff;
	font-size: 13px;
	font-family: sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

#footercontact a {
	color: #ffffff;
	font-size: 15px;
	font-family: serif;
	font-weight: 100;
	letter-spacing: 1px;
/* 	margin-bottom: 14px;	 */
	text-decoration: none;
}

#email {
	margin-bottom: 10px;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    font-style: italic;
}

#email:hover {
	color: #8cc7bc;
}

#social {
	margin-top: 14px;
/* 	width: 100px; */
	height: 40px;
	display: block;
	float: right;
}

#facebook {
	width: 30px;
	height: 30px;
}

#fbone {
	padding: 7px 12px 7px 12px;
	background-color: transparent;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .5);
}

#facebook:hover #fbone {
	background-color: #86bfb4;
    border-color: #86bfb4;
}

#houzz {
	width: 18px;
	height: 20px;
}

#hzone {
	padding: 7px 9px 7px 9px;
	background-color: transparent;
/* 	margin-right: -8px; */
	margin-left: 10px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .5);
}

#houzz:hover #hzone {
	background-color: #86bfb4;
    border-color: #86bfb4;
}




/* --------------- RESPONSIVE --------------- */





@media (max-width:1038px){
	
	#testthree {
		padding-bottom: 450px;
	}
}

@media (max-width:980px){
	
	#footerbranding {
		margin-left: 42%;
	}
	
	#testtwo {
		padding-bottom: 450px;
	}
}

@media (max-width:876px){
	
	#testthree {
		padding-bottom: 490px;
	}
}

@media (max-width:834px){
	
	#footerbranding {
		margin-left: 41%;
	}
}
	
@media (max-width:813px){
	
	#footerbranding {
		margin-left: 39%;
	}
	
	#content {
		max-width: 588px;
		width: 80%;
		margin: 0px auto;
	}
}

@media (max-width:768px){
	
	#testone {
		padding-bottom: 350px;
	}
	
	#testtwo {
		padding-bottom: 500px;
	}
	
	#testthree {
		padding-bottom: 520px;
	}
	
	#testfour {
		padding-bottom: 400px;
	}
	
	#testfive {
		padding-bottom: 500px;
	}
	
	.contentright {
		width: 73%;
		margin-bottom: 100px;
		margin-top: 80px;
		left: 10%;
		right: 10%;
		padding: 5% 3% 5% 3%;
	}
	
	.contentleft {
		width: 73%;
		margin-bottom: 100px;
		margin-top: 80px;
		left: 10%;
		right: 10%;
		padding: 5% 3% 5% 3%;
	}
	
	.headerleft {
		width: 80%;
		left: 10%;
	}
	
	.headerright {
		width: 52%;
		float: right;
		right: 10%;
		text-align: right;
	}
	
	#testimonials p {
		width: 85%;
	}
	
	h1 {
		font-size: 22px;
	}
	
	h2 {
		font-size: 14px;
	}
	
	#quoteleft {
		width: 3%;
		font-size: 45px;
		margin-top: -7px;
		margin-right: 3%;
	}
	
	#quoteright {
		width: 3%;
		font-size: 45px;
		margin-top: 10px;
		margin-left: 3%;
	}
	
	#testone img {
		width: 80%;
	}
	
	#testtwo img {
		width: 80%;
	}
	
	#testthree img {
		width: 80%;
	}
	
	#testfour img {
		width: 80%;
	}	
	
	#testfive img {
		width: 80%;
	}	
	
	/* 	FOOTER RESIZE */
	
	#footer section {
		height: 620px;
		text-align: center;
		padding-bottom: 100px;
	}
	
	#footernav {
		width: 90%;
/* 		margin-right: 10%; */
/* 		margin: 0px auto; */
		display: block;
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}
	
	#currentpage {
		text-align: center;
		font-size: 22px;		
		line-height: 45px;
	}
	
	.nonpage {
		text-align: center;
		font-size: 22px;		
		line-height: 45px;
	}
	
	#footercontact {
		width: 90%;
		float: none;
		text-align: center;
/* 		margin-left: 10%; */
		margin-top: 250px;
/* 		margin: 0px auto; */
	}
	
	h6 {
		font-size: 17px;
		margin-bottom: 26px;
		margin-top: 50px;
		letter-spacing: 1px;
	}
	
	#footercontact p {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 30px;
		margin-bottom: 14px;
	}

	#footercontact a {
		color: #ffffff;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	#footerbranding {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 580px;
	}
	
	#social {
		float: inherit;
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
		margin-top: 30px;
	}
	
	#facebook {
		margin-right: 15px;
		margin-left: 5px;
	}

}

/*
@media (max-width:740px){
	
	#footer section {
		height: 350px;
		overflow: visible;
	}
	
	#footerbranding {
		display: block;
		float: none;
		margin-top: 240px;
	}
}
*/

@media (max-width:700px) {
	
	#intro {
		background-image: url("../images/about/introBG_tall2.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
}

@media (max-width:658px) {
	
	#testtwo {
		padding-bottom: 550px;
	}
	
	#testthree {
		padding-bottom: 560px;
	}
}

@media (max-width:630px) {
	
	#testone {
		padding-bottom: 400px;
	}
	
	#testtwo {
		padding-bottom: 550px;
	}
	
	#testthree {
		padding-bottom: 580px;
	}
}

@media (max-width:586px) {

	#logo {
		width: 200px;
		height: 167px;
	}
}	

@media (max-width:550px) {
	
	#testthree {
		padding-bottom: 620px;
	}
	
	#testfour {
		padding-bottom: 400px;
	}
	
	#testfive {
		padding-bottom: 560px;
	}
}

@media (max-width:510px) {
	
	#testtwo {
		padding-bottom: 600px;
	}
	
	#testthree {
		padding-bottom: 650px;
	}
}

	
@media (max-width:500px){
		
	#quoteleft {
		margin-right: 4%;
	}
}

@media (max-width:460px) {
	
	#testone {
		padding-bottom: 450px;
	}
	
	#testtwo {
		padding-bottom: 630px;
	}
	
	#testthree {
		padding-bottom: 700px;
	}
	
	#testfour {
		padding-bottom: 420px;
	}
	
	#testfive {
		padding-bottom: 630px;
	}
}

@media (max-width:414px) {
	
	#quoteleft {
		margin-right: 7%;
		margin-left: 5px;
	}
	
	#quoteright {
		margin-left: 5%;
	}
	
	h1 {
		font-size: 18px;
		margin-bottom: 4px;
	}
	
	#testtwo {
		padding-bottom: 660px;
	}
	
	#testthree {
		padding-bottom: 755px;
	}
	
	#testfour {
		padding-bottom: 430px;
	}
	
	#testfive {
		padding-bottom: 680px;
	}
	
	#phone {
		font-style: italic;
	}
	
	.contentright {
	    width: 71%;
	    padding: 7% 5% 8% 3%;
    }
    
    .contentleft {
	    width: 71%;
	    padding: 7% 5% 8% 3%;
    }

}

@media (max-width:400px) {
	
	#testone {
		padding-bottom: 475px;
	}
	
	#testtwo {
		padding-bottom: 700px;
	}
	
	#testthree {
		padding-bottom: 830px;
	}
	
	#testfive {
		padding-bottom: 725px;
	}
}


@media (max-width:360px) {
	
	#testone {
		padding-bottom: 500px;
	}
	
	#testone img {
		width: 90%;
	}
	
	#testtwo {
		padding-bottom: 730px;
	}
	
	#testtwo img {
		width: 90%;
	}
	
	#testthree {
		padding-bottom: 850px;
	}
	
	#testthree img {
		width: 90%;
	}
	
	#testfour {
		padding-bottom: 460px;
	}
	
	#testtfour img {
		width: 90%;
	}
	
	#testfive {
		padding-bottom: 760px;
	}
	
	#testtfive img {
		width: 90%;
	}
	
	h1 {
		font-size: 17px;
	}
	
	h2 {
		font-size: 12px;
	}
	
	#quoteleft {
		margin-right: 8%;
	}
	
	.contentright {
		margin-top: 70px;
	}
	
	.contentleft {
		margin-top: 70px;
	}
}

@media (max-width:334px) {

	#testthree {
		padding-bottom: 905px;
	}
}

@media (max-width:320px) {
	
	#testone {
		padding-bottom: 510px;
	}
	
	#testtwo {
		padding-bottom: 760px;
	}
	
	#testthree {
		padding-bottom: 940px;
	}
}


	
	
/* --------------- ANIMATIONS --------------- */
	






