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

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

{
	
	
	
	/*
HOME PAGE TOP
*/
	
	
	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:660px;
	height: 250px;
	background-position: center;
	background-size: 657px;
	background-repeat: no-repeat;
	margin: auto;}
	
	
	
/*
END HOME PAGE TOP
*/	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
/*
FOOTER
*/
	
	
	
	.footer-wrapper {width:100%;
	height:auto;
	background-color: black;
	}
	
	
	
	.footer-top {width:80%;
		height:300px;
	    margin:auto;
		border-bottom: 2px solid #be1e2d;
		box-sizing: border-box;
	}
	
	
	
    .footer-middle {width:80%;
		height:auto;
	    margin:auto;
		margin-bottom: 30px;
	}
	
	
	.footer-bottom-wrapper {width:100%;
		height:100px;
	    margin:auto;
	}
	
		
	.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:60%;
	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-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:100%;
	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: 20px;
	color:white;
	padding-top: 11px;
	box-sizing: border-box;
	border: 1px solid white;
	box-shadow: 1px 1px 3px black;
	}	
	
	#footer-quote-button:hover {background-image: linear-gradient( #be1e2d, #303030);
	text-decoration: none;}
	#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;}
	
	
	/*
Generic Page Stuff
*/	
	
	
	
	
.page-content {width:768px;
	height:auto;
	margin: auto;
	padding-top: 35px; }
	
	
	
	
	
.generic-header-wrapper
	
	{width: 100%;
	height:220px;
		background-size: cover;
	}
	

	

	
	
	
	
		.page-photo-array-block {width:768px;
	margin: auto;}
	
	.page-photo-array-wrapper {width:246px;
	height:150px;
	margin-bottom: 20px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	}
	
	.page-photo-array-photo {width:100%;
	height:150px;}
	
	.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;}
	
	

	
	
	
/*
Split Page
*/
	
	
	.splitpage {width:768px;
	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:425px;
	margin-top: 25px;
	float:right;}
	
	
	
	
	
	
	/*
Large Page Photo
*/
	
	
	
		
	.large-page-photo {width:768px;
	margin-left:0%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;	
	height:500px;
	background-size: cover;}
	
	
	
		
/*
Block Photo Array
*/
	
	
	

	
	
	.block-photo-array-icon-wrapper {width:182px;
	height:150px;
	margin-bottom: 10px;
	margin-right:10px;}
	
	.block-photo-array-icon {width:100%;
	height:118px;}
	
	.block-photo-array-icon-caption {width:100%;
	height:30px;
	padding: 7px;
	font-size: 16px;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*
Colors
*/
	
	

	
	
	.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;}	
	
	

	
	
	
	

	
/*
HOME PAGE
*/
	
	


	

	

	
	
	.features {width:768px;
	height:auto;
	margin: auto;}
	
	
	.features-list-block
	{float:left;
	font-family: alegreya, serif;
	color:white;
	width:auto;
	font-size: 22px;
	margin-right: 100px;
	}
	
	
	
	.color-options {width:768px;
	height:auto;
	margin: auto;
	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;}
	
	.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: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:400px;
	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;}
	
	
	
	
}