@charset "utf-8";
/* CSS Document - Valley Wood Window 2020 */

/*
  
  font size conversion:
  40px = 2.5em, h1
  36px = 2.25em,
  30px = 1.875em, h2
  24px = 1.5em,
  20px = 1.25em,
  16px = 1em, avg font size p
  14px = 0.875em,
  12px = 0.75em,
  10px = 0.625em
  
  colors used:
  #a38560; med tan
  #8fabc7; lt blue
  #336699; blue
  #1c3854; dk blue
  #ccbca8; lt tan
*/

/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2018 Fontspring

 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: https://www.fontspring.com/licenses/fontsite/webfont
 */

@font-face {
    font-family: 'Copperplate-Bold';
    src: url('fonts/Copperplate-Bold-webfont.woff2') format('woff2'),
url('fonts/Copperplate-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate-Semibold';
    src: url('fonts/Copperplate-Semibold-webfont.woff2') format('woff2'),
url('fonts/Copperplate-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate-Regular';
    src: url('fonts/Copperplate-Regular-webfont.woff2') format('woff2'),
url('fonts/Copperplate-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lucenera';
    src: url('fonts/Lucenera-webfont.woff2') format('woff2'),
         url('fonts/Lucenera-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 576px) {
}

@media (min-width: 576px) {
	html, body {
		font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
		background-color: #ccbca8; /* lt tan */
		background-image: -moz-linear-gradient(top, #a38560, #ccbca8); /* top color first, then bottom color */
		background-image: -ms-linear-gradient(top, #a38560, #ccbca8);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a38560), to(#ccbca8));
		background-image: -webkit-linear-gradient(top, #a38560, #ccbca8);
		background-image: -o-linear-gradient(top, #a38560, #ccbca8);
		background-image: linear-gradient(top, #a38560, #ccbca8);
		background-attachment: fixed;
		color: #000; /* black */
		margin: 0;
		font-size: 1em;
		font-size: 100%; /* required for IE browsers */
		height: 100%;
		position: relative;
		z-index: 1;
	}
	
	.container {
		background-color: #fefefe;
		-webkit-box-shadow: #000 0 0 10px;
		   -moz-box-shadow: #000 0 0 10px;
		        box-shadow: #000 0 0 10px;
	}
}

@media (max-width: 575.98px) {
	html, body {
		font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
		background-color: #ccbca8; /* lt tan */
		color: #000; /* black */
		margin: 0;
		font-size: 1em;
		font-size: 100%; /* required for IE browsers */
		height: 100%;
		position: relative;
		z-index: 1;
	}
	
	.container {
		background-color: #fefefe;
	}
}

footer {
	padding: 20px 0;
}

/* 
         background colors
----------------------------------------------------------------------------- */
.bgwhite {
	background-color: #fefefe; /* off white */
}
.bgblue {
	background-color: #336699; /* blue */
}
.bgltblue {
	background-color: #8fabc7; /* lt blue */
}
.bgxlttan {
	background-color: #eee8e2; /* x lt tan */
}
.bglttan {
	background-color: #ccbca8; /* lt tan */
}
.bgtan {
	background-color: #a38560; /* tan */
}


/* 
         text controls
----------------------------------------------------------------------------- */
h1, h2, h3 {
	font-family: Copperplate-Regular, Verdana, Geneva, sans-serif;
	color: #336699; /* blue */
}

.text-blue {
	color: #336699; /* blue */
}
.text-dkblue {
	color: #0e1c2a; /* dkblue */
}
.text-red {
	color: #c00; /* red */
}
.text-white {
	color: #fff; /* white */
}

/* index page paragraph */
.pad-paragraph {
	padding-top: 30px;
}

/* used to make sure there is always white padding at the bottom of each page, before the copyright */
.height-20 {
	height: 30px;
}

hr {
	border: 1px solid #336699; /* blue */
}

ul.ul-repair {
	font-size: 1.25em;
}

label {
	font-weight: bold;
	text-align: right;
	font-size: .75em;
}

.text-xlarge {
	font-size: 1.75em;
}
.text-large {
	font-size: 1.25em;
}
.text-xsmall {
	font-size: .875em;
}

/* in header, want the phone number to stand out a little more */
.phoneshadow {
	text-shadow: 1px 1px 1px #000;
}

@media (min-width: 768px) {
	.text-consultation {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.5em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 8px #0e1c2a; /* very dark blue */
		margin: 35px 0;
	}
	
	.button-consult {
		margin: 30px 0;
	}
}
@media (max-width: 767.98px) {
	.text-consultation {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.5em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 8px #0e1c2a; /* very dark blue */
		margin: 20px 0 15px 0;
	}
	
	.button-consult {
		margin: 0 0 20px 0;
	}
}

.box1-border-top-bottom {
	border-top: 1px solid #866d4f;
	border-bottom: 1px solid #866d4f;
	padding: 10px;
	font-size: 1.5em;
}

@media (min-width: 1200px) {
	.text-business-name {
		font-family: Copperplate-Bold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 4em;
		letter-spacing: 2px;
		color: #fff;
		text-shadow: 1px 1px 8px #0b1520; /* very dark blue */
		padding: 15px 5px 0 5px;
	}
	
	.text-pgttl-under-nav {
		font-family: Copperplate-Semibold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 2.25em;
		letter-spacing: 1px;
		color: #0e1c2a; /* very dark blue */
		text-shadow: 1px 1px 8px #fff;
		padding: 15px 5px 10px 5px;
	}
	
	.text-showroom-under-nav {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 2em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 8px #0e1c2a; /* very dark blue */
		padding: 0px 5px 15px 5px;
	}
	
	.text-phone-address {
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: 1px;
		padding: 10px 5px 15px 5px;
	}
	
	.img-header {
		position: relative;
		background: #ccc url("../images/hdr1140.jpg") no-repeat center top;
		height: 300px;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	
	h1.h1-small-underlined {
		padding-top: 30px;
		font-size: 2.25em;
		border-bottom: 1px solid #a38560;
	}
	
	.text-sub-headers {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 2em;
		color: #000;
		padding: 25px 5px;
	}
	
	.text-slogan {
		position: absolute;
		right: 80px;
		top: 5px;
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 3em;
		text-shadow: 0 1px 8px #000, 0 1px 2px #000; 
		color: #fff;
	}
	
	.show-me {
		display: none;
	}	
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.text-business-name {
		font-family: Copperplate-Bold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 3.5em;
		letter-spacing: 2px;
		color: #fff;
		text-shadow: 1px 1px 7px #0b1520; /* very dark blue */
		padding: 15px 5px 0 5px;
	}
	
	.text-phone-address {
		color: #fff;
		font-weight: bold;
		font-size: 1.25em;
		letter-spacing: 1px;
		padding: 10px 5px 15px 5px;
	}
	
	.text-pgttl-under-nav {
		font-family: Copperplate-Semibold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 2em;
		letter-spacing: 1px;
		color: #0e1c2a; /* very dark blue */
		text-shadow: 1px 1px 8px #fff;
		padding: 15px 5px 10px 5px;
	}
	
	.text-showroom-under-nav {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.875em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 8px #0e1c2a; /* very dark blue */
		padding: 0px 5px 15px 5px;
	}
	
	.img-header {
		position: relative;
		background: #ccc url("../images/hdr960.jpg") no-repeat center top;
		height: 275px;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	
	h1.h1-small-underlined {
		padding-top: 25px;
		font-size: 2em;
		border-bottom: 1px solid #a38560;
	}
	
	.text-sub-headers {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 1.75em;
		color: #000;
		padding: 20px 5px;
	}
	
	.text-slogan {
		position: absolute;
		right: 80px;
		bottom: 55px;
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 3em;
		text-shadow: 0 1px 10px #000, 0 1px 2px #000; 
		color: #fff;
	}
	
	.show-me {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.text-business-name {
		font-family: Copperplate-Bold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		text-transform: uppercase;
		font-size: 2.75em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 6px #0b1520; /* very dark blue */
		padding: 20px 5px 0 5px;
	}
	
	.text-phone-address {
		color: #fff;
		font-weight: bold;
		font-size: 1.125em;
		padding: 10px 5px 20px 5px;
	}
	
	.text-pgttl-under-nav {
		font-family: Copperplate-Semibold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 2em;
		letter-spacing: 1px;
		color: #0e1c2a; /* very dark blue */
		text-shadow: 1px 1px 8px #fff;
		padding: 15px 5px 10px 5px;
	}
	
	.text-showroom-under-nav {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.75em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 8px #0e1c2a; /* very dark blue */
		padding: 0px 5px 15px 5px;
	}
	
	.img-header {
		position: relative;
		background: #ccc url("../images/hdr720.jpg") no-repeat center top;
		height: 230px;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	
	h1.h1-small-underlined {
		padding-top: 20px;
		font-size: 1.875em;
		border-bottom: 1px solid #a38560;
	}
	
	.text-sub-headers {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 1.5em;
		color: #000;
		padding: 15px 5px;
	}
	
	.text-slogan {
		position: absolute;
		left: 130px;
		bottom: 30px;
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 2.75em;
		text-shadow: 0 1px 8px #000, 0 1px 1px #000; 
		color: #fff;
	}
	
	.show-me {
		display: none;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.text-business-name {
		font-family: Copperplate-Bold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 2.25em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 6px #0b1520; /* very dark blue */
		padding: 20px 5px 0 5px;
	}
	
	.text-phone-address {
		color: #fff;
		font-weight: bold;
		font-size: 1em;
		padding: 10px 5px 20px 5px;
	}
	
	.text-pgttl-under-nav {
		font-family: Copperplate-Semibold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.75em;
		letter-spacing: 1px;
		color: #0e1c2a; /* very dark blue */
		text-shadow: 1px 1px 8px #fff;
		padding: 15px 5px 10px 5px;
	}
	
	.text-showroom-under-nav {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.5em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 8px #0e1c2a; /* very dark blue */
		padding: 0px 5px 15px 5px;
	}
	
	.img-header {
		position: relative;
		background: #ccc url("../images/hdr575.png") no-repeat center top;
		height: 180px;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	
	h1.h1-small-underlined {
		padding-top: 20px;
		font-size: 1.75em;
		border-bottom: 1px solid #a38560;
	}
	
	.text-sub-headers {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 1.25em;
		color: #000;
		padding: 12px 5px;
	}
	
	.text-slogan {
		position: relative;
		text-align: center;
		padding-top: 95px;
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 2.5em;
		text-shadow: 0 1px 8px #000, 0 1px 1px #000; 
		color: #fff;
	}
}
@media (max-width: 575.98px) {
	.text-business-name {
		font-family: Copperplate-Bold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 2.5em;
		letter-spacing: 0;
		color: #fff;
		text-shadow: 1px 1px 6px #0b1520; /* very dark blue */
		padding: 10px 5px 0 5px;
	}
	
	.text-phone-address {
		color: #fff;
		font-weight: bold;
		font-size: 1em;
		padding: 10px 5px;
	}
	
	.text-pgttl-under-nav {
		font-family: Copperplate-Semibold, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.4em;
		letter-spacing: 1px;
		color: #0e1c2a; /* very dark blue */
		text-shadow: 1px 1px 8px #fff;
		padding: 15px 5px 10px 5px;
	}
	
	.text-showroom-under-nav {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		text-rendering: optimizeLegibility;
		font-size: 1.25em;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 1px 1px 8px #0e1c2a; /* very dark blue */
		padding: 0px 5px 15px 5px;
	}
	
	.img-header {
		position: relative;
		background: #ccc url("../images/hdr400.png") no-repeat center top;
		height: 180px;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	
	h1.h1-small-underlined {
		padding-top: 20px;
		font-size: 1.75em;
		border-bottom: 1px solid #a38560;
	}
	
	.text-sub-headers {
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 1.5em;
		color: #000;
		padding: 16px 5px;
	}
	
	.text-slogan {
		position: relative;
		text-align: center;
		padding-top: 80px;
		font-family: Lucenera, Verdana, Geneva, sans-serif;
		font-size: 2em;
		text-shadow: 0 1px 6px #000, 0 1px 1px #000;
		color: #fff;
	}
	
	/* footer */
	.line-top {
		border-top: 1px solid #8cb3d9;
		margin: 10px 0;
	}
	
	.hide-me {
		display: none;
	}
}

/* 
         main navigation
----------------------------------------------------------------------------- */
/* main nav links */
a.wlink:link, a.wlink:visited, a.wlink:active {
	color: #fff;
	-webkit-transition: color 0.5s ease; /* Safari */
       -moz-transition: color 0.5s ease; /* Mozilla */
	     -o-transition: color 0.5s ease; /* Opera */
            transition: color 0.5s ease;
}
a.wlink:hover {
	color: #9acefe; /* sky blue */
}

@media (min-width: 1200px) {
	.nav-layout {
		position: absolute;
		left: 30px;
		top: 30px;
		background-color: rgba(0, 0, 0, .6);
		width: 400px;
		padding: 0 50px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	
	li.navli {
		border-bottom: 1px solid #ccc;
	}
	
	li.navli:last-child {
		border-bottom: none;
	}
	
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.nav-layout {
		position: absolute;
		left: 10px;
		top: 14px;
		background-color: rgba(0, 0, 0, .6);
		width: 280px;
		padding: 0;
		font-weight: normal;
		letter-spacing: 0;
	}
	
	li.navli {
		border-bottom: 1px solid #ccc;
	}
	
	li.navli:last-child {
		border-bottom: none;
	}
}

@media (max-width: 991.98px) {
	.nav-layout {
		display: none;
	}
	
	form.select-dropdown {
		margin: 4px 0;
	}
}


/* 
         image controls
----------------------------------------------------------------------------- */
img {
	border: none;
}

.img-border {
	border: 1px solid #336699;
	padding: 3px;
}

img.gallery-border {
	border: 1px solid #000;
}

@media (min-width: 1200px) {
	.thumbsize {
		width: 240px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.thumbsize {
		width: 230px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.thumbsize {
		width: 240px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.thumbsize {
		width: 200px;
		margin-bottom: 15px;
	}
}

@media (max-width: 575.98px) {
	.thumbsize {
		width: 120px;
		margin-bottom: 10px;
	}
}


/*
    GOOGLE MAPS
--------------------------------------------------------------------------------------- */
.google-maps {
	position: relative;
	height: 300px;
	overflow: hidden;
	border: 1px solid #369; /* blue */
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* 
       DEFAULT LINKS in text - bright BLUE
----------------------------------------------------------------------------- */
a {
	text-decoration: none;
}

a.yesunderline {
	text-decoration: underline;
}

a:link {
	color: #336699; /* blue */
	font-size: 1em;
	-webkit-transition: color 0.5s ease; /* Safari */
       -moz-transition: color 0.5s ease; /* Mozilla */
	     -o-transition: color 0.5s ease; /* Opera */
            transition: color 0.5s ease;
}
a:visited {
	color: #336699; /* blue */
	font-size: 1em;
}
a:active {
	color: #564632; /* dk tan */
	font-size: 1em;
}
a:hover {
	color: #a38560; /* tan */
	font-size: 1em;
}

/* WHITE link for phone number because of Apple! */
a.applelink:link, a.applelink:visited, a.applelink:active {
	color: #fff;
	cursor: text;
	text-decoration: none;
}
a.applelink:hover {
	color: #fff;
	text-decoration: none;
}

/* WHITE link for phone number because of Apple! */
a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	color: #fff;
	-webkit-transition: color 0.5s ease; /* Safari */
       -moz-transition: color 0.5s ease; /* Mozilla */
	     -o-transition: color 0.5s ease; /* Opera */
            transition: color 0.5s ease;
}
a.whitelink:hover {
	color: #9acefe; /* sky blue */
}
