/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}











/* ==========================================================================
   Custom styles
   ========================================================================== */

#mueller-indicators {
  display: none;
  visibility: hidden;
}

.l-2cr {
	position: relative;
}

.box {
	display:block;
	background:rgba(256,256,256,0.9);
	/* color:#ddd; */
	color: #111;
	padding:0.5em 1em;
	margin-bottom: 0.5em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
	*zoom:1
}

body {
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #2424FF;
	margin-top: 1em;
}

footer {
	text-align: center;
	font-size: 10px;
	padding: 20px; 
	color: #fff;
}

footer a {
	color: lightblue;
}

.button, h1, h2 {
	font-family: 'Catamaran', sans-serif;
	font-weight: 900;
	line-height: .7em;
}

a.button {
	text-shadow: 0px 0px 4px rgba(255, 0, 0, 1);
	text-decoration: none;
	color: #222;
	text-transform: uppercase;
}

div.button {
	display: inline-block;
	width: 40%;
	background-color: #fff;
	margin: 0 .5em .5em 0;
	padding: .5em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	line-height: 1em;
}

div.h1 {
	text-align: center;
}

div.h1 h1 {
	margin: .2em 0em;
	padding: 0;
	color: #FF0000;
	text-shadow: 0px 0px 1px rgba(100, 100, 100, 1);
}

div.homepage {
	background-image: url('../img/window-blinds-van.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

div.homepage h1 span {
	font-size: .6em;
}

div.quote {
	clear: both;
	margin-top: 20px;
}

div.quote i.fa {
	background-color: pink;
}

div.author {
	/* float: right;
	margin-top: 20px; */
	font-weight: bold;
	font-style: italic;
	color: darkblue;
}

img.logo {
	margin-bottom: .5em;
}

img.phoneB {
	display: none;
	visibility: collapse;
}

#gmap {
	margin-bottom: 10px;
}

img.window {
	width: 47.5%;
}

img.blinds {
	width: 60%;
	margin-bottom: 1em;
}

big {
	font-size: 3em;
	font-weight: bold;
}

#comment { display: none; }







/* ==========================================================================
   Display specific tweaks
   DEFAULT: 981px - 1249px
   ========================================================================== */

/* HIRES DESKTOP */
@media screen and (min-width: 1801px) and (max-width: 6000px){
	div.button {
		float: right;
		margin-right: 0;
		width: 38%;
		font-size: .77em;
	}

	div.first {
		margin-top: 7px;
	}
	
	div.homepage, div.h1 {
		margin-top: 7px;
	}

	div.homepage h1 {
		margin-top: 342px;
	}

	img.logo {
		float: left;
		margin-bottom: 22px;
	}
	
	img.phone {
		display: none;
		visibility: collapse;
	}

	img.phoneB {
		display: block;
		visibility: visible;
	}
	
	img.window { width: 225px; }
	img.blinds { width: 415px; }

	#blinds, #windows, #locations {
		min-height: 1400px;
	}
	
	#comments {
		min-height: 1900px;
	}

	#main {
		position: absolute;
		top: 80px;
		right: 0;
		width: 1055px;
	}
}

/* LARGE DESKTOP */
@media screen and (min-width: 1250px) and (max-width: 1800px){
	div.homepage, div.h1 {
		margin-top: 8px;
	}

	div.homepage h1 {
		margin-top: 535px;
	}

	img.logo, img.phone {
		width: 100%;
	}
	
	img.window { width: 355px; }

	#comments, #locations {
		min-height: 1360px;
	}
	
	#main {
		position: absolute;
		top: 80px;
		right: 0;
		width: 735px;
	}
}

/* DEFAULT DESKTOP */
@media screen and (min-width: 981px) and (max-width: 1249px){
	div.homepage, div.h1 {
		margin-top: 7px;
	}

	div.homepage h1 {
		margin-top: 419px;
	}
	
	#comments, #locations {
		min-height: 1220px;
	}
	
	#main {
		position: absolute;
		top: 62px;
		right: 0;
		width: 588px;
	}
}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 980px){
	.tucktp {
		display: none;
		visibility: collapse;
	}
	
	div.button {
		font-size: .8em;
	}
	
	div.homepage, div.h1 {
		margin-top: 6px;
	}

	div.homepage h1 {
		margin-top: 303px;
	}

	div.homepage h1 span {
		font-size: .5em;
	}
	
	img.logo, img.phone {
		width: 100%;
	}
	
	#comments, #locations {
		min-height: 1260px;
	}
	
	#main {
		position: absolute;
		top: 60px;
		right: 0;
		width: 428px;
	}

	img.blinds { display: none; }
	
	#rhynsdse { height: 30px; }
	big { font-size: 1.4em; }
}

/* HANDHELD LANDSCAPE */
@media screen and (min-width: 480px) and (max-width: 767px){
	div.button {
		float: right;
		margin-right: 0;
		padding: .57em;
		width: 26%;
		font-size: 1.1em;
	}

	div.first {
		margin-top: 7px;
	}
	
	h1 {
		line-height: .9em;
	}
	
	img.logo {
		float: left;
		margin-left: -8px;
	}
	
	img.phone {
		float: right;
		width: 130px;
		margin-right: -2px;
	}
}

/* HANDHELD PORTRAIT */
@media screen and (min-width: 0px) and (max-width: 479px){	
	h1 {
		line-height: .9em;
	}

	img.logo {
		display: block;
	}
	
	img.phone {
		margin-bottom: .5em;
	}
	
	div.button {
		width: 123px;
	}

	img.window { width: 100%; margin-bottom: 1em; }
	img.blinds { width: 100%; }
}
