* {
	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;
	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;
/*
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
*/
	z-index: 5;
	position: relative;
}


#content {
	max-width: 710px;
	width: 60%;
	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;
}




/* --------------- Badges --------------- */


#badges {
	width: 100%;
	height: auto;
	background-image: url("../images/about/badgesBG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 126px 0px 106px 0px;
	margin-top: -9px;
}

#badges section {
	width: 50%;
	max-width: 1000px;
	margin: 0px auto;
	text-align: center;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

#badges section img {
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}




/* --------------- featuredworktwo --------------- */




#featuredworktwo {
	width: 100%;
	background-image: url("../images/about/featuredwork2BG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-top: 155px;
/* 	padding-bottom: 100px; */
	position: relative;
	margin-top: -10px;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
}

#magpic {
	width: 48%;
	height: auto;
	max-width: 600px;
	left: 5%;
	position: absolute;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    float: left;
}

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

#featuredworktwo article {
	width: 40%;
	max-width: 600px;
	margin-right: 5%;
	float: left;
	margin-left: 8%;
}

#featuredworktwo h3 {
	font-family: serif;
	font-size: 31px;
	font-weight: 100;
	color: #33394d;
	letter-spacing: 6px;
}

#featuredworktwo p {
	color: #33394d;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 46px;
	line-height: 28px;
}

#triangle {
	width: 47%;
	margin-top: -205px;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	float: left;
}

#house {
	width: 13%;
	height: auto;
	max-width: 61px;
	margin-right: 17%;
}

#home {
	width: 30%;
	height: auto;
	max-width: 138px;
	margin-right: 17%;
}

#lifestyle {
	width: 18%;
	height: auto;
	max-width: 83px;
/* 	margin-right: 15%; */
}



/* --------------- compensationtwo --------------- */




#compensationtwo {
	width: 100%;
	background-image: url("../images/about/compensation2BG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-top: 155px;
	padding-bottom: 4px;
/* 	padding-bottom: 114px; */
/* 	position: relative; */
}

#compensationtwo article {
	width: 40%;
	max-width: 500px;
	margin-left: 5%;
	float: left;
	z-index: 5;
	display: block;
/* 	position: absolute; */
}

#compensationtwo h3 {
	font-family: serif;
	font-size: 31px;
	font-weight: 100;
	color: #ffffff;
	letter-spacing: 6px;
}

#compensationtwo p {
	color: #ffffff;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 46px;
	line-height: 28px;
}

#comppic {
	width: 48%;
	height: auto;
	max-width: 600px;
	float: right;
	position: absolute;
	z-index: 2;
	right: 5%;
}

#triangletwo {
	width: 50%;
	margin-top: -155px;
	z-index: 1;
/* 	height: auto; */
/* 	position: absolute; */
	float: right;
	right: 0;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
}

#compensationtwo section {
	margin-bottom: 100px;
}

#compensationtwo a {
	color: #ffffff;
	font-size: 20px;
	font-family: serif;
	font-weight: 100;
	font-style: italic;
	margin-top: 25px;
	margin-right: 5px;
	line-height: 25px;
	letter-spacing: .5px;
	text-decoration: none;	
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

#cta img {
	width: 8px;
	height: 13px;
	opacity: 0;
	margin-left: 12px;
/* 	margin-top: 5px; */
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

#compensationtwo a:hover {
	color: #8cc7bc;
}

#compensationtwo #cta:hover img {
	opacity: 1;
}



/* --------------- 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: 1172px) {
	
		#badges section{
			width: 80%;
		}
}
*/


@media (max-width: 1062px) {
	
	#featuredworktwo {
/* 		padding-bottom: 100px; */
	}
}


@media (max-width:980px){
	
	#footerbranding {
		margin-left: 42%;
	}
	
	#triangletwo {
		height: 500px;
		margin-top: 100px;
	}
}


@media (max-width:834px){
	
	#featuredworktwo {
		padding-bottom: 100px;
	}
	
	#featuredworktwo article {
		width: 80%;
		max-width: 880px;
		margin-bottom: 50px;
		margin-left: 10%;
	}
	
	#comppic {
		width: 91%;
		max-width: 880px;
		display: block;
		float: none;
		margin: 0px auto;
	}
	
	#triangle {
		width: 90%;
		height: 750px;
/* 		margin-top: -155px;  */
	}

	#compensationtwo article {
		width: 80%;
		max-width: 880px;
		margin-bottom: 50px;
		margin-left: 10%;
		display: block;
		float: none;
	}
	
	#magpic {
		width: 91%;
		max-width: 880px;
		display: block;
		float: none;
		margin: 0px auto;
	}
	
	#triangletwo {
		width: 90%;
		height: 700px;
		margin-top: -90px;
	}
	
	#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) {
	
	/* 	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:770px) {
	
	#triangle {
		height: 690px;
	}
}

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


@media (max-width:756px) {


	#badges section {
		width: 78%;
	}
	
}


@media (max-width:700px) {
	
	#triangle {
		height: 630px;
	}
	
	#triangletwo {
		height: 600px;
/* 		margin-top: 100px; */
	}
	
	#intro {
		background-image: url("../images/about/introBG_tall2.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}

@media (max-width:600px) {
	
	#triangle {
		height: 590px;
	}
	
	#triangletwo {
		height: 530px;
	}
}

@media (max-width:586px){

	#logo {
		width: 200px;
		height: 167px;
	}
}	
	
/*
@media (max-width:500px){
	
	#triangle {
		height: 520px;
	}
	
	#triangletwo {
		height: 450px;
	}
	
	#footer section {
		height: 600px;
		text-align: center;
		padding-bottom: 100px;
	}
	
	#footernav {
		width: 80%;
		margin-right: 10%;
		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: 80%;
		float: none;
		text-align: center;
		margin-left: 10%;
		margin-top: 250px;
	}
	
	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:414px){

	#triangle {
		height: 470px;
	}
		
	#triangletwo {
		height: 450px;
	}
	
	#featuredworktwo {
		padding-bottom: 50px;
	}
		
	#featuredworktwo h3 {
		font-size: 26px;
	}
	
	#compensationtwo h3 {
		font-size: 26px;
	}
	
	#phone {
		font-style: italic;
	}
	
	#badges section img {
		width: 45%;
		height: 45%;
	}
	
	#badges section {
		width: 58%;
	}
	
		
}

@media (max-width:360px){

	#triangle {
		height: 430px;
	}
		
	#featuredworktwo {
		padding-bottom: 50px;
	}
	
	#triangletwo {
		height: 400px;
	}
	
		
}

@media (max-width:318px){

	#triangle {
			height: 400px;
		}
		
	#featuredworktwo h3 {
		font-size: 23px;
	}

	#featuredworktwo {
		padding-bottom: 50px;
	}
	
	#compensationtwo h3 {
		font-size: 23px;
	}
		
}

	
	
/* --------------- ANIMATIONS --------------- */
	
	
	
@keyframes scrollarrow {
	
    0%  {
	    bottom: 5%;
	}
    
    50% {
	    bottom: 3%;
	    
    }
    100% {
	    bottom: 5%;
	    
    }
}
	
	
	
	
	
	











