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

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

{
	
	
	/*
HOME PAGE TOP
*/

	
	
.video-container {
  position:relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 600px; 
  overflow: hidden;
  background-image: url("../video/poster.jpg");
	background-size: cover;
	background-position: center;

}	
	
	video {
    display: none;
  }
	

.overlay {

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  padding-top:  50px;
  line-height: 1.5;
  text-align: center;
  :last-child { margin-bottom: 0; }
}

	
.homepage-logo-overlay {width:330px;
	height: 150px;
	background-position: center;
	background-size: 330px;
	background-repeat: no-repeat;
	margin: auto;}


	#overlay-quote-button {width:300px;
	height: 75px;
	background-image: linear-gradient( #be1e2d, #75121c);
	border-radius: 10px;
	margin:auto;
	margin-top: 30px;
	font-family: effra, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	color:white;
	padding-top: 15px;
	box-sizing: border-box;
	border: 1px solid white;
	box-shadow: 1px 1px 3px black;
	}	
	
	#overlay-quote-button:hover {background-image: linear-gradient( #be1e2d, #303030);
	text-decoration: none;}
	#overlay-quote-button a:link {text-decoration: none;
	color:white;}
	#overlay-quote-button a:hover {text-decoration: none;
	color:white;}
	#overlay-quote-button a:active {text-decoration: none;
	color:white;}
	#overlay-quote-button a:visited {text-decoration: none;
	color:white;}
	
	
	
	/*
END HOME PAGE TOP
*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/*
FOOTER
*/
	
	
	
	.footer-wrapper {width:100%;
	height:auto;
	background-color: black;
	}
	
	
	
	.footer-top {width:360px;
		height:500px;
	    margin:auto;
		border-bottom: 2px solid #be1e2d;
		box-sizing: border-box;
	}
	
	
	
    .footer-middle {width:360px;
		height:auto;
	    margin:auto;
	}
	
	
	.footer-bottom-wrapper {width:100%;
		height:130px;
	    margin:auto;
	}
	
		
	.footer-social {width:360px;
	height:260px;
	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:360px;
	height:330px;
	float:right;}
	
	
	
	.footer-menu-divider-contact {width:360px;
	height:420px;
	float: none;
	display: block;}
	
	.footer-menu-divider {width:360px;
	height:400px;
	float: none;
	display: none;}
	
	
	.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: none;
	}
	
	
	.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:360px;
	height: 50px;
	float:none;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;
	padding-top: 28px;
	padding-left: 0px;
	box-sizing: border-box;
	letter-spacing: 1px;
		text-align: center;
	margin: auto;}
	
	
	.footer-policy {width:360px;
	height: 80px;
	float: none;
	text-align: center;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	box-sizing: border-box;
	letter-spacing: 1px;
	margin: auto;}
	
	.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: 300px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;}
	
	
	
	.footer-logo {width:100%;
	    height:150px;
		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;}
	
	
		#footer-quote-button {width:230px;
	height: 50px;
	background-image: linear-gradient( #be1e2d, #75121c);
	border-radius: 10px;
	margin:auto;
	margin-top: 15px;
	font-family: effra, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 22px;
	color:white;
	padding-top: 11px;
	box-sizing: border-box;
	border: 1px solid white;
	box-shadow: 1px 1px 3px black;
	}	
	

	#footer-quote-button a:link {text-decoration: none;
	color:white;}
	#footer-quote-button a:hover {text-decoration: none;
	color:white;}
	#footer-quote-button a:active {text-decoration: none;
	color:white;}
	#footer-quote-button a:visited {text-decoration: none;
	color:white;}
	#footer-quote-button:hover {background-image: linear-gradient( #be1e2d, #303030);  text-decoration: none;}
	
	
	
	
	

	
	/*
Generic Page Stuff
*/	
	
	
	
	
	.page-content {width:460px;
	height:auto;
	margin: auto;
	padding-top: 35px; }
	

	
	
.generic-header-wrapper
	
	{width: 100%;
	height:180px;
	}
	
	
	.page-photo-array-block {width:460px;
	margin: auto;}
	
	.page-photo-array-wrapper {width:462px;
	height:200px;
	margin: auto;
	margin-bottom: 20px;
	}
	
	.page-photo-array-photo {width:460px;
	height:200px;}
	
	.page-photo-array-caption {width:460px;
	height: 35px;
	padding: 8px;
	box-sizing: border-box;
	font-family: effra, sans-serif;}
	
	
	.youtube-video {width:100%;
	height:260px;
	margin-bottom: 20px;}
	
	

	
	
	
	
			
/*
Large Page Photo
*/
	
	
	
		.large-page-photo {width:460px;
	margin:auto;
	margin-top: 50px;
	margin-bottom: 50px;
	height:300px;
	background-size: cover;
	}
	
	
	
	
	
		
	/*
Split Page
*/	
	
	
	.splitpage {width:480px;
	height:auto;
	margin: auto;}
	
	
	.splitpage-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}
	
	
	.splitpage-image {width:100%;
	height:300px;
	float:right;}
	
	
	
	
	
	
/*
Block Photo Array
*/	
	
	
	
		
	.block-photo-array {width:480px;
	height:auto;
	margin: auto;}
	
	
	
	
	
	
	
	
	
	/*
Colors
*/
	

	
	
	.color-swatch-wrapper {width:340px;
	height:240px;
	font-family: effra, sans-serif;
font-style: normal;
font-size: 20px;
color:#606060;
	margin-bottom: 20px;}
	
	.color-swatch {width: 340px;
	height:200px;
	margin-bottom: 5px;}
	
	
	.rustic-comparison {width:460px;
	height:300px;
	background-color: black;}
	
	
	.rustic-photo {width:460px;
	height:300px;
	background-color: black;}
	
	
	




	
	
		
/*
HOME PAGE
*/
	
	


	
	
	.features {width:480px;
	height:300px;
	margin: auto;}
	
	
	.features {width:360px;
	height:auto;
	margin: auto;
    padding-top: 35px;
	}
	
	
	.features-list-block
	
	{float:none;
	font-family: alegreya, serif;
	color:white;
	width:auto;
	font-size: 22px;
	margin-right: 0px;
	}
	
	
	
	
	
	.color-options {width:480px;
	height:auto;
	margin: auto;
	background-image:none;
	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:100%;
	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:480px;
	height:auto;
	margin: auto;}
	
	.getting-started-video {width:100%;
	height:263px;
	margin-top: 30px;}
	
	
	.getting-started-left-block {width:480px;
	height:auto;
	margin-top: 50px;
	float:left;}
	
	.getting-started-right-block {width:480px;
	height:auto;
	margin-top: 30px;
	float:right;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 22px;
	line-height:160%;}
	
	
	.getting-started-steps {width:100%;
	height:75px;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	line-height:180%;
	margin-top: 10px;}
	
	.getting-started-steps-icon {width:75px;
	height:75px;
	background-color: darkorange;
	margin-right: 20px;
	float:left;}
	
		.getting-started-quote-button {width:250px;
	height:60px;
	background-color:#A40236;
	float:left;
	text-align: center;
	color:white;
	font-family: effra, sans-serif;
    font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	margin-top: 20px;
	border: solid 1px #ffffff;}
	
	.getting-started-quote-button:hover {background-color:#5B001D;
	 /* Firefox */
    -moz-transition: all .25s ease-in;
    /* WebKit */
    -webkit-transition: all .25s ease-in;
    /* Opera */
    -o-transition: all .25s ease-in;
    /* Standard */
    transition: all .25s ease-in;}
	
	

	.installation-process {width:480px;
	height:auto;
	margin: auto;}
	
	
	.installation-process-graphic {
		width:480px;;
		height:175px;
		background-image: url("../images/nationwide-graphic.jpg");
		background-size: 480px;	
	}
	
	
	.installation-process-video {width:480px;
	height:300px;
	background-color: aqua;
	margin-top: 20px;}
	
	
	.before-and-after {width:480px;
	height:auto;
	margin: auto;
	padding-top: 30px;}
	
	.testimonials {width:480px;
	height:1100px;
	margin: auto;}
	
	.testimonials-text {width:100%;
	height:580px;
	padding:20px;
	box-sizing: border-box;}
	
	.testimonials-video {width:100%;
	height:300px;
	background-image: url("../images/testimonial-homepage.jpg");
	background-size: cover;
	background-position: center;}
	
	
	
	.testimonials-container {width:480px;
	height:800px;
	margin-top: 100px;
	float:left;}
	
	.badges {width:480px;
	height:auto;
	margin: auto;}
	
	

	
}