body {
	font-family: Arial, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

.wrapper {
	margin: 240px auto 50px;
	width: 85%;
	max-width: 1150px;
	text-align: center;
	font-family: 'Droid Serif', serif;
	line-height: 1.5;
}


.wrapper p {
	padding: 5px;
}


* {
	box-sizing: border-box;
}

.clearfix::after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
}


/*---------------------------------------HEADER----------------------------------------------*/

header {
	border-top: 24px solid #000;
	width: 100%;
	height: 170px;
	position: fixed;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.85) 90%, rgba(255,255,255,0.5) 99%, rgba(255,255,255,0));
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.85) 90%, rgba(255,255,255,0.5) 99%, rgba(255,255,255,0));
	background: -o-linear-gradient(to bottom, rgba(255,255,255,0.85) 90%, rgba(255,255,255,0.5) 99%, rgba(255,255,255,0));
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 90%, rgba(255,255,255,0.5) 99%, rgba(255,255,255,0));
	z-index: 100;
}

.headerAnimate {
	transition: all 0.4s ease;
}

header div#headerLogo {
	display: inline-block;
	position: absolute;
	top: -24px;
	left: 8%;
	height: 170px;
}


div#headerLeft, div#headerRight {
	height: 146px;
	display: inline-block;
	position: absolute;
	border-bottom: 19px solid #000;
	box-sizing: border-box;
}

div#headerLeft {
	width: 8%;
	top: 0;
	left: 0;
}

div#headerRight {
	width: calc(92% - 241px);
	top: 0;
	right: 0;
}


header #headerLogo img {
	height: 170px;
}

#mainNav {
	position: absolute;
	top: 96px;
	right: 5%;
	z-index: 101;
}

#mainNav ul li {
	font-weight: bold;
	letter-spacing: .03em;
	display: inline-block;
	font-size: 1.3em;
}

#mainNav a {
	padding: 10px;
	margin: 0 20px;
}


/*---------------------------------------HEADER STICKY---------------------------------------*/

header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 76px;
	border-top: 11px solid #000;
}

header.sticky div#headerLogo {
	position: absolute;
	top: -11px;
	left: 8%;
}

header.sticky div#headerRight {
	width: calc(92% - 107px);
}

header.sticky div#headerLeft, header.sticky div#headerRight {
	height: 65px;
	border-bottom: 8px solid #000;
}

header.sticky #headerLogo img {
	height: 76px;
}

header.sticky #mainNav {
	top: 31px;
}

.wrapper.sticky {
	margin: 146px auto 50px;
}



/*---------------------------------------FOOTER----------------------------------------------*/

#footer {
	display: block;
	width: 100%;
	height: 76px;
	border-top: 8px solid #000;
	border-bottom: 11px solid #000;
	padding: 13px 0 5px;
}

#footer p {
	font-size: 1em;
	letter-spacing: .03em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

#footer p:last-child {
	font-size: .7em;
}


/*---------------------------------------REPEAT STYLES----------------------------------------------*/

.textDiv {
	width: 700px;
	text-align: justify;
	margin: 30px auto 20px;
	font-size: 1em;
}

.textDiv p.pFirstChild:first-line {
	font-size: 1.3em;
}

.underline {
	border-bottom: 2px solid #f2d761;
}

.yellowDiv {
	margin: 40px 0 50px;
	padding: 15px 0 10px;
	background: #f2d761;
	font-size: 1.7em;
	font-family: Arial, sans-serif;
	letter-spacing: .03em;
	font-weight: bold;
	text-align: center;

}


.arrow {
	width: 0px;
	border: 20px solid rgba(0,0,0,0);
	border-top: 20px solid #000;
	margin: 40px auto 20px;
}

.roofSequence {
	margin: 50px auto;
	text-align: center;
}

.roofSequence img {
	width: 24%;
}

.roofSequence img:nth-child(n+2) {
	margin-left: 1%;
}




/*---------------------------------------SERVICES----------------------------------------------*/

#topPhoto {
	width: 100%;
	position: relative;
}

#topPhoto > img {
	width: 100%;
}

#topPhoto > div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.0) 65%, rgba(255,255,255,0.5) 75%, #fff 95%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.0) 65%, rgba(255,255,255,0.5) 75%, #fff 95%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.0) 65%, rgba(255,255,255,0.5) 75%, #fff 95%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 65%, rgba(255,255,255,0.5) 75%, #fff 95%);
}

#services {
	font-size: 4em;
	font-weight: bold;
	letter-spacing: .03em;
	text-align: center;
	font-family: Arial, sans-serif;
	position: absolute;
	width: 100%;
	bottom: 0;
}

#servicesIntro p:last-child {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
}

#icons {
	padding: 30px 0 10px;
	font-size: 2em;
}

.iconDiv {
	display: inline-block;
	width: 30%;
}

.iconDiv > img {
	height: 135px;
	border: none;
}

.relativeDiv {
	position: relative;
	width: 85%;
	margin: 50px auto;
	font-size: 1em;
}

#services1, #services2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 30px;
	box-sizing: border-box;
}

#services1 p:nth-child(2n+2) {
	font-size: 1.5em;
	font-weight: 700;
}

#services2 p:nth-child(n+2) {
	font-size: 1.1em;
	font-weight: 700;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
	border-radius: 30px;
}



/*---------------------------------------ABOUT----------------------------------------------*/

#note {
	margin: 0 auto;
	text-align: justify;
	position: relative;
}

#note .dropLeft {
	font-size: 15em;
	color: rgb(242,215,97);
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: -1;
}

#note p:first-of-type:first-line {
	font-size: 1.3em;
}

#noteFrom {
	display: block;
	padding-top: 20px;
	text-align: right;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: initial;
}





/*---------------------------------------CONTACT----------------------------------------------*/


#contactInfo {
	margin: 0 auto 30px;
	padding-top: 10px;
	width: 700px;
	height: 210px;
	position: relative;
	border-top: 26px solid #000;
	border-bottom: 10px solid #000;
}

#contactInfo img {
	width: 300px;
	position: absolute;
	top: -26px;
	left: 0;
}

#contactInfo > div {
	display: inline-block;
	width: 400px;
	height: 180px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#contactInfo p {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	padding-right: 40px;
}

#contactInfo p:first-of-type {
	font-size: 1.7em;
}

#emailLink:hover a {
	border-bottom: 2px solid #f2d761;
}

#contactForm {
	width: 760px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: .9em;
	font-weight: 700;
}

form {
	padding: 30px 0 30px;
}

label {
	width: 200px;
	display: inline-block;
	text-align: right;
	padding: 5px;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	letter-spacing: .03em;
}

input, textarea {
	border: 1px solid #aaa;
	padding: 10px;
	margin-right: 200px;
	width: 350px;
	height: 40px;
	font-size: 1.1em;
}

input:focus, textarea:focus {
	outline: none;
	box-shadow: 0 0 0px 4px rgb(242,215,97);
	border: 1px solid rgb(242,215,97);
}

input[type="radio"]:focus {
	box-shadow: none;
}

#formFieldAddress input:nth-of-type(n+2) {
	margin-left: 204px;
}

.formField {
	margin-bottom: 31px;
}

.miniLabel {
	font-size: .7rem;
	font-weight: 400;
	display: block;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0 0 12px 210px ;
}


#formFieldRadio label:nth-of-type(n+2) {
	text-align: left;
	display: inline-block;
	width: 338px;
	font-size: .8rem;
	padding-left: 5px;
	margin-right: 198px;
}

input[type="radio"] {
	margin: 0;
	width: auto;
	box-shadow: none;
	vertical-align: middle;
}

#formFieldRadio input[type="radio"]:nth-of-type(n+2) {
	margin-left: 204px;
}


label[for="otherType"] {
	width: 65px !important;
	margin-right: 0 !important;
}

input[name="otherType"] {
	width: 264px;
	margin: 0 203px 31px 0;
}

label[for="additionalInfo"] {
	vertical-align: top;
}

textarea {
	height: 200px;
	line-height: 1.5;
}

#formSubmitDiv {
	display: block;
	margin: 20px 0;
}

input[type="submit"] {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .03em;
	border: 2px solid #fff;
	background: none;
	box-shadow: none;
}

input[type="submit"]:hover {
	border-bottom: 2px solid rgb(242,215,97);
}

#formError {
	text-align: center;
	padding: 10px;
	background: rgb(242,215,97);
	margin-bottom: 15px;
}

#thankyou {
	font-family: 'Droid Serif', serif;
	text-align: center;
	line-height: 1.5;
}

#thankyou p:first-of-type {
	font-size: 1.3em;
}

#thankyou img {
	display: block;
	margin: 0 auto;
	padding: 50px 0;
	width: 60%;
	max-width: 250px;
	box-sizing: initial;
}




/*---------------------------------------MEDIA QUERIES----------------------------------------------*/

/*---------------------------------------MAX 1100PX----------------------------------------------*/

@media screen and (max-width: 1100px) {


	.wrapper {
		width: 95%;
	}

}


/*---------------------------------------MAX 975PX----------------------------------------------*/

@media screen and (max-width: 975px) {

	.wrapper {
		margin: 210px auto 50px;
	}

	header {
		border-top: 20px solid #000;
		height: 140px;
	}

	header div#headerLogo, header #headerLogo img {
		height: 140px;
	}

	header div#headerLogo {
		top: -20px;
	}

	div#headerLeft, div#headerRight {
		height: 120px;
	}

	div#headerLeft, div#headerRight {
		border-bottom: 17px solid #000;
	}

	div#headerRight {
		width: calc(92% - 198px);
	}

	#mainNav {
		top: 75px;
		right: 3%;
	}

	#mainNav ul li {
		font-size: 1.2em;
	}

	#mainNav a {
		margin: 0 15px;
	}

	#services {
		font-size: 3.5em;		
	}

	.textDiv {
		font-size: .95em;
		width: 70%;
	}

	#icons {
		font-size: 1.8em;
	}

	.iconDiv > img {
		height: 115px;
	}

	.relativeDiv {
		font-size: .95em;
		width: 90%;
	}

	#services1, #services2 {
		padding: 0 20px;
	}


}



/*---------------------------------------MAX 855----------------------------------------------*/

@media screen and (max-width: 855px) {

	#mainNav {
		right: 0;
	}

	#services {
		font-size: 3em;		
	}

	.textDiv {
		width: 75%;
	}

	.arrow {
		margin: 30px auto 10px;
	}

	#icons {
		font-size: 1.6em;
		padding: 20px 0 5px;
	}

	.iconDiv {
		width: 32%;
	}

	.iconDiv > img {
		height: 95px;
	}

	.roofSequence img:nth-child(n+2) {
		margin-left: 5px;
	}

	.relativeDiv {
		width: 98%;
		margin: 30px auto 40px;
		font-size: .9em;
	}

	.roofSequence {
		margin: 40px auto 30px;
	}

	#contactForm {
		width: 350px;
	}

	label {
		display: block;
		width: 350px;
		text-align: left;
		margin: 0 auto;
	}

	.miniLabel {
		margin: 0 0 15px 5px;
	}

	input, textarea, #formFieldAddress input:nth-of-type(n+2) {
		margin: 0 auto;
	}

	#formFieldRadio {
		text-align: left;
	}

	#formFieldRadio label:nth-of-type(n) {
		width: auto;
		margin-right: 0;
	}

	#formFieldRadio input[type="radio"]:nth-of-type(n) {
		margin-left: 30px;
	}

	input[name="otherType"] {
		width: 225px;
		margin: 0 0 35px 5px;
	}

}



/*---------------------------------------MAX 750----------------------------------------------*/

@media screen and (max-width: 750px) {


	#mainNav ul li {
		font-size: 1.1em;
	}

	#mainNav a {
		margin: 0 10px 0 0;
	}

	#services {
		font-size: 2.8em;
	}

	.textDiv {
		width: 85%;
	}

	#note .dropLeft {
		font-size: 30em;
		color: rgba(242,215,97,0.5);
		position: absolute;
		top: -200px;
		left: -70px;
	}

	#contactInfo {
		width: 600px;
	}

	.relativeDiv {
		font-size: .85em;
	}

	#services1 p:nth-child(2n+2) {
		font-size: 1.4em;
		font-weight: 700;
	}

	#services2 p:nth-child(n+2) {
		font-size: 1.1em;
		font-weight: 700;
	}

}


/*---------------------------------------MAX 660----------------------------------------------*/

@media screen and (max-width: 660px) {

	div#headerLeft {
		width: 4%;
	}

	header div#headerLogo {
		left: 4%;
	}

	div#headerRight {
		width: calc(96% - 198px);
	}
	
	#mainNav ul li {
		font-size: 1em;
	}

	#mainNav a {
		margin: 0 5px 0 0;
	}

	header.sticky div#headerLogo {
		left: 4%;
	}

	header.sticky div#headerRight {
		width: calc(96% - 107px);
	}

	#services {
		font-size: 2.5em;
	}

	#icons {
		font-size: 1.5em;
		padding: 15px 0 0px;
	}

	.yellowDiv {
		margin: 40px auto 40px;
	}

	.iconDiv > img {
		height: 95px;
	}

	.left, .right {
		float: none;
		margin: 0 auto;
		position: static;
		width: 75%;
	}

	#services1, #services2 {
		margin-bottom: 30px;
		position: static;
		-webkit-transform: none;
		transform: none;
	}

	.roofSequence img:nth-child(n+2) {
		margin-left: 4px;
	}

	.relativeDiv {
		font-size: 1em;
	}

	#contactInfo {
		width: 525px;
	}

	#contactInfo p {
		padding-right: 5px;
		font-size: 1.1em;
	}
	

}

/*---------------------------------------MAX 575----------------------------------------------*/

@media screen and (max-width: 575px) {

	.wrapper {
		width: 100%;
		margin: 190px 0 50px;
	}

	#mainNav {
		top: 8px;
	}

	#mainNav ul li {
		display: block;
		text-align: right;
		padding: 7px 0;
	}

	#mainNav a {
		padding: 6px;
		margin: 0;
	}

	header.sticky #mainNav {
		top: 31px;
	}

	header.sticky #mainNav ul li {
		display: inline-block;
	}

	#services {
		font-size: 2.05em;
	}

	#topPhoto {
		margin-bottom: -10px;
	}

	#servicesIntro p:last-child {
		font-size: 1.4em;
	}

	.textDiv {
		font-size: .9em;
		width: 90%;
	}

	#icons {
		font-size: 1.3em;
	}

	.iconDiv > img {
		height: 85px;
	}

	.relativeDiv {
		font-size: .95em;
	}
	.roofSequence img {
		width: 25%;
	}

	.roofSequence img:nth-child(n+2) {
		margin-left: 0;
	}

	#contactInfo {
		width: 440px;
	}

	#contactInfo {
		padding-top: 0;
		height: 170px;
		border-top: 22px solid #000;
	}

	#contactInfo img {
		width: 250px;
		top: -22px;
	}

	#contactInfo > div {
		height: 138px;
	}

	#contactInfo p {
		font-size: 1em;
		padding: 0 5px 5px 0;
	}

	#contactInfo p:first-of-type {
		font-size: 1.6em;
	}

	form {
		padding: 30px 0 0;
	}

	#footer p {
		font-size: .9em;
		padding-bottom: 8px;
	}

}

/*---------------------------------------MAX 460----------------------------------------------*/

@media screen and (max-width: 460px) {

	.wrapper {
		margin: 200px 0 50px;
	}

	header {
		background: rgba(255,255,255,0.8);
	}

	header div#headerLogo {
		left: calc(50% - 99px);
	}

	div#headerLeft {
		width: calc(50% - 99px);
	}

	div#headerRight {
		width: calc(50% - 99px);
	}

	#mainNav {
		position: absolute;
		top: 130px;
		right: 0;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	#mainNav ul li {
		display: inline-block;
		font-size: 1em;
	}

	#mainNav a {
		padding: 0;
		margin: 0 9px;
	}

	.wrapper.sticky {
		margin: 100px auto 50px;
	}


	header.sticky {
		height: 65px;
	}

	header.sticky div#headerLogo, header.sticky div#headerLogo img, header.sticky div#headerRight {
		top: -140px;
	}

	header.sticky div#headerLeft {
		width: 100%;
		height: 55px;
	}

	header.sticky #mainNav {
		top: 0px;
	}

	#services {
		font-size: 7.5vw;
	}

	#servicesIntro p:last-child {
		font-size: 1.15em;
	}

	.textDiv {
		font-size: .8em;
	}

	.arrow {
		margin: 30px auto 0;
	}

	.yellowDiv {
		margin: 20px 0;
		font-size: 1.5em;
	}

	#icons {
		font-size: 1em;
	}

	.iconDiv img {
		height: 70px;
	}

	.relativeDiv {
		font-size: .85em;
	}

	.left {
		width: 95%;
	}
	.right {
		width: 85%;
	}

	.left, .right {
		max-width: 350px;
	}

	.roofSequence img {
		width: 50%;
		margin-bottom: -8px;
	}

	#contactInfo {
		width: 100%;
		height: auto;
		border: none;
	}

	#contactInfo img, #contactInfo > div {
		position: static;
		width: 100%;
		text-align: center;
	}

	#contactInfo img {
		width: 70%;
		max-width: 250px;
		margin: 20px auto 0;
	}

	#contactInfo p {
		letter-spacing: .03em;
		font-size: 1.1em;
	}

	#contactForm {
		width: 300px;
	}

	label {
		width: 280px;
		margin: 0;
	}

	input, textarea, #formFieldAddress input:nth-of-type(n+2) {
		width: 280px;
	}

	#formFieldRadio input[type="radio"]:nth-of-type(n) {
		margin-left: 30px;
	}

	input[name="otherType"] {
		width: 159px;
		margin: 0 0 35px 5px;
	}

	#thankyou p {
		font-size: .9em;
	}

	#thankyou p:first-of-type {
		font-size: 1.2em;
		padding-top: 50px;
	}

	#footer p {
		font-size: .69em;
		padding-bottom: 11px;
	}

	#footer p:last-child {
		font-size: .5em;
	}

}