@charset "UTF-8";
/* CSS Document */

@media all and (min-width : 768px)

{
	
	
	
	/*
HEADLINES
*/
	
	h1 {font-size: 62px;
	line-height: 100%;}
	
	h2 {font-size: 40px;}
	
	h3 {font-size: 28px;}
	
	h4 {font-size: 24px;}
	
	h5 {font-size: 24px;}
	
	h6 {font-size: 42px;}
	
	
.red-headline {font-size: 60px;
	line-height: 100%}
	
	
	/*
Header
*/	
	
	
	
	
	video {
    display:block;
  }
	
	
	
.video-container {
  position:relative;
  width:100%;
  height:auto;
  overflow:hidden;
}

	.video-container video {
  width: 100%;
  height: 650px;
  object-fit: cover;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
}


	
	.overlay {

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  padding-top:  100px;
  line-height: 1.5;
  text-align: center;
  :last-child { margin-bottom: 0; }
}
	
	
	.homepage-logo-overlay {width:760px;
	height: 250px;
		background-image: url("../images/2026-Logo-homepage.png");
	background-position: center;
	background-size: 760px;
	background-repeat: no-repeat;
	margin: auto;}
	
	
	
		
/*
FOOTER
*/
	
	
	
	.footer-wrapper {width:100%;
	height:auto;
	background-color: black;
	}
	
	
	
	.footer-top {width:80%;
		height:300px;
	    margin:auto;
		border-bottom: 2px solid #b96431;
		box-sizing: border-box;
	}
	
	
	
    .footer-middle {width:80%;
		height:auto;
	    margin:auto;
		margin-bottom: 30px;
	}
	
	
	.footer-bottom-wrapper {width:100%;
		height:100px;
	    margin:auto;
		background-color:#975126;
	}
	
		
	.footer-social {width:40%;
	height:300px;
	float:left;}
	
	
	
	.footer-social-button {
	width:190px;
	height:60px;
    margin: auto;
	}
	
	.footer-social-icons {width:100px;
	height:100px;
	background-color: blanchedalmond;
	float:left;
	margin-left: 10px;}
	
	
	
	.footer-social-facebook {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: url('../images/facebook.png') bottom;
	text-indent: -99999px;
}
	
.footer-social-facebook:hover {
	background-position: 0 0;
}


.footer-social-pintrest {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: url('../images/pintrest.png') bottom;
	text-indent: -99999px;
}
	
.footer-social-pintrest:hover {
	background-position: 0 0;
}

.footer-social-youtube {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: url('../images/you-tube.png') bottom;
	text-indent: -99999px;
}
	
.footer-social-youtube:hover {
	background-position: 0 0;
}
	
		
	
	.footer-email {width:500px;
	height:300px;
	float:right;}
	
	.footer-menu-divider-contact {width:25%;
	height:100%;
	float: left;
	display: block;}
	
	
	
	.footer-menu-divider {width:25%;
	height:100%;
	float: left;
	display: block;}
	
	
	.footer-menu-divider-sub {width: 100%;
	height:50%;
	float:left;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 14px;
		padding-left: 40px;
		box-sizing: border-box;
		display: block;
	}
	
	
	.footer-menu-divider-sub li {color: white;
	line-height: 1.5em;}
	
	
	.footer-menu-divider-sub a:link {color: white;
	text-decoration: none;}
	
	.footer-menu-divider-sub a:visited {color: white;
	text-decoration: none;}
	
	.footer-menu-divider-sub a:active {color: white;
	text-decoration: none;}
	
	.footer-menu-divider-sub a:hover {color: white;
	text-decoration: underline;}
	
	
	.footer-copyright {width:30%;
	height: 100px;
	float:left;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	padding-top: 38px;
	padding-left: 30px;
	box-sizing: border-box;
	letter-spacing: 1px;
	text-align: left;}
	
	
	.footer-policy {width:70%;
	height: 100px;
	float: right;
	text-align: right;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 12px;
	padding-top: 42px;
	padding-right: 30px;
	box-sizing: border-box;
	letter-spacing: 1px;}
	
	.footer-policy a:link {color: white;
	text-decoration: none;}
	
	.footer-policy a:visited {color: white;
	text-decoration: none;}
	
	.footer-policy a:active {color: white;
	text-decoration: none;}
	
	.footer-policy a:hover {color: white;
	text-decoration: underline;}
	
	
	.footer-google-reviews {width:100%;
	height:180px;
	background-image:url("../images/Google-Reviews.png");
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;}
	
	
	
	.footer-logo {width:100%;
	    height:150px;
		background-image: url("../images/2026-Logo-homepage-small.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;}
	
	.footer-contact {width:100%;
	height:180px;
	text-align: center;
	font-family: alegreya, serif;
    font-weight: 700;
    font-style: normal;
	color:white;
	font-size: 20px;}
	
	
	.footer-contact-phone {font-size: 36px;
	color:white;}
	
	.footer-contact a:link {color: white;
	text-decoration: none;}
	
	.footer-contact a:visited {color: white;
	text-decoration: none;}
	
	.footer-contact a:active {color: white;
	text-decoration: none;}
	
	.footer-contact a:hover {color: white;
	text-decoration: underline;}
	

	

	
	
	/*
Generic Page Stuff
*/	
	
	
	
	
.page-content {width:768px;
	height:auto;
	margin: auto;
	padding-top: 35px; }
	
	
	
	
	
.generic-header-wrapper
	
	{width: 100%;
	height:220px;
		background-size: cover;
	}
	
	.generic-header-headline {width:auto;
	height:auto;
	padding-top: 30px;
	font-family: effra, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 72px;
color:#bf1e2e;
text-shadow: 1px 1px #000000; 
	}
	
	.generic-header-subheadline {font-family: effra, sans-serif;
font-weight: 800;
font-style: normal;
font-size: 24px;
}
	
	
		.large-page-photo {width:768px;
	margin-left:0%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;	
	height:500px;
	background-size: cover;}
	
	
	
	
		.page-photo-array-block {width:768px;
	margin: auto;}
	
	.page-photo-array-wrapper {width:246px;
	height:255px;
	margin-bottom: 20px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	}
	
	.page-photo-array-photo {width:100%;
	height:200px;}
	
	.page-photo-array-caption {width:100%;
	height: 53px;
	padding: 8px;
	box-sizing: border-box;
	font-family: effra, sans-serif;}
	
	
	
    .youtube-video {width:600px;
	height:340px;
	margin-bottom: 20px;}
	
	

	/*
Become a dealer
*/
	
	
	
	.dealers-profit {width:600px;
	height:280px;
	}
	
	
	.dealers-profit-image {float:left;
	width:300px;}
	
	.dealers-profit-text {float:right;
	width:300px;}
	
	
	
	
	.dealers-marketing {width:760px;
	height:330px;
	}
	
	
	.dealers-marketing-image {float:left;
	width:400px;
	height:300px;
	background-size: 400px;}
	
	.dealers-marketing-text {float:left;
	width:300px;}
	
		.dealers-marketing-text ul {font-family: alegreya, serif;
font-weight: 600;
font-style: normal;
font-size: 20px;
color:#bf1e2e;}
	
	
	
	.training-image {width:400px;
	height:300px;
	background-image: url("../images/underdeck-installer.jpg");
	background-repeat: no-repeat;
	background-size: 400px;}
	
	
	
	/*
Service Area
*/
	

	
	.service-area-banner {width:100%;
		height:320px;}
	
	
	

	
	
		/*
Maintenance
*/
	
	
	
	.maintenance-photos {width:600px;
	height:480px;}
	
	
	
	
	
	
/*
Color Visualizer
*/
		
	
	.visualizer-container {height:1500px;}
	
	
	
	
	
/*
Colors
*/
	
	
	.colors-header {width:100%;
	height:200px;
	background-image:url("../images/color-options-solid.jpg");}
	
	
	
	.color-swatch-wrapper {width:200px;
	height:150px;
	font-family: effra, sans-serif;
font-style: normal;
font-size: 20px;
color:#606060;
	margin-bottom: 20px;
		margin-right: 20px;
	float:left;}
	
	.color-swatch {width: 200px;
	height:130px;
	margin-bottom: 5px;}	
	
	
	.rustic-comparison {width:600px;
	height:400px;
	background-color: black;}
	
	
	.rustic-photo {width:600px;
	height:400px;
	background-color: black;}
	
	
				/*
Quote my Deck 
*/
	
	
	
	.photo-examples {width:700px;
	height:630px;
	background-size:100%;	
	background-repeat: no-repeat;}
	
	
	
		
		.sketch-examples {width:700px;
	height:300px;
		background-image:url("../images/example-sketches.jpg");
		background-size:100%;	
	background-repeat: no-repeat;}
	
	
	
	
	/*
Function
*/
	
	
	.eightwest {width:500px;
	height:300px;
	margin-bottom: 50px;}
	
	
	
	.clearance {width:500px;
	height:300px;
	background-image:url("../images/pages/drop.jpg");
	background-size: cover;}
	
	
			/*
Electrical
*/
	
	.electrical-photo {width:500px;
	height:350px;
	background-position: center;
	background-size: cover;}
	
	.electrical-video {width:500px;
	height:300px;
	margin-bottom: 50px;}
	
	
	

/*
Compare to Vinyl
*/
	
	
	.compare-chart-container {width:768px;
	height:auto;
	margin-bottom: 30px;}
	
	
/*
Ideas For Usage
*/
	
	
	
	
/*
Accessories
*/
	
	
	.lights-fans {width:460px;
	height: 340px;
	margin-top: 20px;
	background-size: 460px;}
	
	
	.lights-fans-text {width:768px;
	height: auto;
	float:right;
	margin-top: 20px;}
	
	
	
	
	/**************************
Contact Us
**************************/	
	
	.map-block{width:620px;
		height:450px;
	}
	
	.contact-coffee-mugs {width:600px;
	height:250px;
		background-image: url("../images/coffee-mugs.jpg");
		background-size: cover;
		background-position: center;
		border: 1px gray solid;
	}
	
	
/*
HOME PAGE
*/
	
	

	.overview {width:768px;
	height:auto;
	margin: auto;}
	
	
	.overview-text {width:100%;
	height:auto;
	float:left;
	margin-left: 0px;
	margin-top: 20px;
	font-family: effra, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height:200%;
	color:#606060;}
	
	
	.overview-video {width:100%;
	height:400px;
	margin-top: 25px;
	float:right;}
	

	
	.ideas-for-usage {width:768px;
	height:auto;
	margin: auto;}
	
	
	.ideas-for-usage-icon-wrapper {width:182px;
	height:150px;
	margin-bottom: 10px;
	margin-right:10px;}
	
	.ideas-for-usage-icon {width:100%;
	height:118px;}
	
	.ideas-for-usage-icon-caption {width:100%;
	height:30px;
	padding-left: 5px;
	font-size: 16px;}
	
	
	
	
	
	
	
	.features {width:768px;
	height:auto;
	margin: auto;}
	
	
	.features-list-block
	{float:left;
	font-family: alegreya, serif;
	color:white;
	width:auto;
	font-size: 28px;
	margin-right: 50px;
	}
	
	
	
	.color-options {width:768px;
	height:auto;
	margin: auto;
	background-image:url("../images/color-option-bg.jpg");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 50px;}
	
	
	.color-option-text {width:100%;
	margin-bottom: 25px;}
	
	.color-option-text-images {width:50%;
	margin-bottom: 25px;}
	
	.color-options-solid {width:90%;
	height:200px;
	border: 1px black solid;
	box-sizing: border-box;}
	
	.color-options-woodgrain {width:90%;
	height:200px;
	border: 1px black solid;
	box-sizing: border-box;}
	
	.color-options-finishes {width:90%;
	height:200px;
	border: 1px black solid;
	box-sizing: border-box;}
	

	
	
	.getting-started {width:768px;
	height: auto;
	margin: auto;}
	
	.getting-started-video {width:100%;
	height:425px;
	margin-top: 30px;}
	
	
    .getting-started-left-block {width:100%;
	height:auto;
	margin-top: 50px;
	float:left;}
	
	.getting-started-right-block {width:100%;
	height:auto;
	margin-top: 50px;
	float:right;}
	
	
	.getting-started-steps {width:70%;
	height:75px;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 20px;
	line-height:160%;
	margin-top: 10px;}
	
	.getting-started-steps-icon {width:75px;
	height:75px;
	margin-right: 20px;
	float:left;}
	

	
	

	.installation-process {width:768px;
	height:auto;
	margin: auto;}
	
	
	.installation-process-graphic {
		width:768px;;
		height:278px;
		background-image: url("../images/nationwide-graphic.jpg");
		background-size: 768px;	}
	
	

	
	.installation-process-video {width:768px;
	height:500px;
	margin-top: 20px;}
	
	
	
	.before-and-after {width:768px;
	height:auto;
	margin: auto;}
	
	.testimonials {width:768px;
	height:1000px;
	margin: auto;}
	
	
	.testimonials-text {width:100%;
	height:420px;
	padding:20px;
	box-sizing: border-box;}
	
	.testimonials-video {width:100%;
	height:400px;
	background-image: url("../images/testimonial-homepage.jpg");
	background-size: cover;
	background-position: center;}
	
	.testimonials-container {width:700px;
	height:800px;
	margin-top: 100px;
	float:left;}
	
	.badges {width:768px;
	height:auto;
	margin: auto;}
	
	
	
	.measuring {width:700px;}
	
	
	
		
	/*
Neighbor Discount
*/
	
	
	.neighbor-discount-banner {width:768px;
	height:485px;
		background-image:url("../referral/images/happy-neighbors.jpg");
		background-size: 768px;
	}
	
	
	
	
}