/* Default styles -- Applies to devices up to 320px wide */

/* Declare root variables */
:root {
  --animate-time: .5s;
}

/* Prevent IOS Safari from resizing in landscape mode */
html {
	-webkit-text-size-adjust: none;
}

/* Prevent IOS Safari from restyling form elements */
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

/* Apply natural box layout model to all elements */
* {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  }

/* Stretch background type image to container's edge */
.background {
	height:100%;
	width:100%;
}

/* Styles common to all site pages */
body {
	background-color: rgba(195,207,167,1);
	color: rgba(46,57,43,1);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300; /* Other weights loaded: 400,600,700,800 */
	overflow:auto;
	width:100%;
}

/* Hide vertical scrollbar when displaying a large image or slide show */
body.noScroll {
	overflow: hidden;
}

/* Inline link styles */
a.textLink {
	color: rgba(19,38,65,.8);
	font-size:1.1em;
	font-weight:600;
	text-decoration:none;
	transition: color .3s linear;
}
a.textLink:hover {
	color:white;
}

/* Image captions */
figcaption {
	font-size: .9rem;
	font-weight:400;
	line-height:1.15rem;
	margin:0 .5em .5em .5em;
	clear:both;
	width:90%;
}

/* Content column styles (number in class name indicates number of columns out of 12) */
.col4 {
	width:100%;
}
.col8 {
	width:100%;
}
.col12 {
	width:100%;
}

/* Fixed scroll to top button*/
#scrollTop {
	position: fixed;
	/*top: calc(100% - 42px);*/
	top: calc(100% - 86px);
	left: calc(100% - 50px);
	opacity: 0;
	transition: opacity .5s linear, visibility .5s linear;
	visibility:hidden;
}
#scrollTop.available:hover {
	opacity: .6;
}
#scrollTop.available.active {
	opacity: 1;
	transition: opacity .5s ease-in-out;
}
#scrollTop.available {
	visibility:visible;
	opacity: .25;
}

/* Light/dark color theme switch button */
#themeToggle {
	display:none;
	background-color:rgba(0,0,0,1);
	width: 40px;
	height: 40px;
	right:5px;
	top:5px;
	position:absolute;
	float:right;
	z-index:999;
	cursor:pointer;
}
#themeToggle p {
	color:rgba(0,0,0,1);
	line-height:40px;
	text-align:center;
	font-family:Georgia, serif;
	font-size:24px;
	font-weight:600;
}

/* Page banner style (Contains header and nav) */
#banner {
	background:inherit;
	position:fixed;
	width:100%;
	z-index:999;
}

/* Header element styles */

/* Header container */
#headerWrapper {
	margin: 0 4%;
	width: 92%;
	padding-bottom:50px;
	transition: max-height, var(--animate-time) linear;
	overflow:hidden;
}

/* Scrolling collapse & expansion of header for phone mode */
/* Hide full sized header on scroll down, show on scroll to top */
/* Class .mini shown on scroll down, .maxi shown on scroll to top*/
#headerWrapper.collapsed {
	margin-bottom:.5em;
	max-height:2.1em; 
}
#headerWrapper .mini {
	color: rgba(19,38,65,1);
	background: rgba(235,233,144,1);
	position:relative;
	font-size:1.25em;
	line-height: 1.5em;
	font-weight:600;
	line-height:2em;
	text-align:center;
	margin-top:.25em;
	height: 0;
	overflow:hidden;
	visibility: hidden;
	transition: visibility, var(--animate-time) ease-in-out;
	transform: scale(0);
}
#headerWrapper.collapsed .mini {
	height:148px;
	margin-bottom:60px;
	visibility: visible;
	transform: scale(1);
}
#headerWrapper .maxi {
	visibility: visible;
	transition: visibility, var(--animate-time) ease-in-out;
	transform: scale(1);
}
#headerWrapper.collapsed .maxi {
	visibility: hidden;
	transform: scale(0);
}

/* Page header (Includes logo, heading, and nav */
header {
	background-color: rgba(195,207,167,1);
}

/* Hide tablet/desktop contact elements */
header .contact {
	display: none;
}

/* Remove standard style from contact link elements */
header .contact a {
	border: solid 2px rgba(46,57,43,0);
	border-radius: 5px;
	padding: .1em .5em;
	color: rgba(46,57,43,.6);
	text-decoration: none;
}

/* Highlight links on mouse over */
header .contact a:hover {
	border-color: rgba(46,57,43,.6);
	transition: border-color 0.5s ease;
}
header .contact p {
	color: rgba(46,57,43,.6);
}

/* Position logo */
header #logoWrapper {
	margin-top: .25em;
	overflow:hidden;
}

/* Set and size logo background image */
header .logo {
	background-image: url(/_images/logo-phone.png);
	background-repeat: no-repeat;
	font-size: .1em;
	font-weight:300;
	height: 100px;
	margin: 0;
	text-align:left;
	width: 136px;
	float:left;
}
header .logo a {
	position:relative;
	color:transparent;
	text-decoration:none;
	top: 28px;
	font-size:22px;
	padding: 28px 27px;
}

/* Style, size and position email link */
header .email {
	position:relative;
	top:15px;
	left:-15px;
	cursor: pointer;
	height: 50px;
	width: 75px;
	margin:0;
	float:right;
	background-image: url(/_images/email.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;
}
header .email a {
	position:relative;
	top: 17px;
	left:1px;
	height: 50px;
	width: 75px;
	padding: 12px 17px;
	background:transparent;
	color:transparent;
	text-decoration:none;
}

/* Size and align page header */ 
header .text {
	clear: both;
	width: 100%;
	overflow:hidden;
}
header .text h1 {
	font-size: 1.2em;
	font-weight: 600;
	margin: .5em 0;;
	text-align:center;
}
header .text h2 {
	color: rgba(46,57,43,.8);
	font-size: 1em;
	font-weight: 600;
	margin: .5em 0;
	text-align:center;
} /* End of header element styles */

/* Navigation element styles */

/* Navigation container */
#navWrapper {
	background-color: transparent;
}

/* Highlight currently selected menu item */
nav ul li .active {
	background: rgba(19,38,65,1);
	color: rgba(235,233,144,1);
	transition: none;
	font-weight:700;
}

/* Content element styles */

#scrollViewer {
	position:relative;
	top: 225px;
	display:block;
	overflow-x:hidden;
	overflow-y:auto;
	transition: height, var(--animate-time) ease-in-out;
}
/* Move content top up on scroll (phone only) */
#scrollViewer.fullView {
	top: 90px;
}

/* Generic content element styles */
#contentWrapper {
	color: rgba(46,57,43,.8);
	font-weight:400;
	position:relative;
	margin: 0 4%;
	font-size: 1rem;
	width: 92%;
}
/* Heading text */
#contentWrapper h1 {
	clear:both;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: .5em;
}
#contentWrapper h2 {
	clear:both;
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: .75em;
	line-height:1.5em;
}
#contentWrapper h3 {
	clear:both;
	font-size: 1.15em;
	font-weight: 600;
	margin: 1em 0 .25em 0;
	padding-top:1em;
}
#contentWrapper h4 {
	clear:both;
	font-weight: 600;
	line-height:1.5em;
}
/* Paragraph text */
#contentWrapper p {
	color: rgba(46,57,43,.8);
	font-weight: 400;
	line-height: 1.25em;
	padding:10px 0;
}
/* Lists */
#contentWrapper ul {
	margin:1em;
	list-style-type:disc;
	list-style-position:outside;
	display:inline-block;
}
#contentWrapper ul li {
	line-height:1.25em;
	margin-bottom:1em;
}
/* Section and item divider lines */
#contentWrapper .section {
	clear:both;
	border-top: double 10px rgba(46,57,43,.8);
	margin:15px 0;
	padding-top:15px;
}
#contentWrapper .bordered {
	border-top: solid medium rgba(46,57,43,.8);
	margin-top:15px;
	padding-top:15px;
}
/* Images */
#contentWrapper img, #contentWrapper .image {
	background-repeat: no-repeat;
	margin:10px 0;
	box-shadow: 5px 5px 5px rgba(46,57,43,.5);
	display:block;
	border-color:rgba(0, 0, 0, 0);
	border-style:solid;
}
/* Action buttons (form submit & quote request links */
#contentWrapper .action {
	background-color: rgba(19,38,65,.8);
	color:rgba(221,235,189,1);
	border:3px outset rgba(191,204,220,1);
	font-size:1em;
	font-weight:600;
	padding:10px 20px;
	width:auto;
	outline:none;
	text-indent:0;
	line-height:2.5em;
	cursor:pointer;
	text-decoration:none;
}
#contentWrapper .action:hover {
	background-color: rgba(19,38,65,1);
	border-color:rgba(235,233,144,1);
	border-style: inset;
	color: rgba(235,233,144,1);
}
#contentWrapper .buttonBox {
	position:relative;
	background:white;
	display:inline-block;
	float:left;
	clear:both;
	margin:15px 0 10px 0;
}
/* Extermal page links */
#contentWrapper .link {
	position:relative;
	top:10px;
}
#contentWrapper .link a {
	font-size:1.25em;
	padding:.25em .5em;
	color: rgba(195,207,167,1);
	background-color: rgba(46,57,43,1);
	border:medium solid rgba(195,207,167,.6);
	text-decoration:none;
	cursor:pointer;
}
/* Floated images */
#contentWrapper .leftImage {
	float:left;
	margin-right: 1em;
}
#contentWrapper .rightImage {
	float:right;
	margin-left: 1em;
}
/* Page banner image */
#contentWrapper .panoramic {
	font-size:.3em;
}
#contentWrapper .panoramic img {
	width:100%;
	margin:0px;
}
#contentWrapper .panoramic figcaption {
	position: relative;
	font-size: 3vw;
	line-height:1em;
}
#contentWrapper .panoramic p {
	font-size:3.5em;
	position:relative;
	top:-1em;
}
/* Link button for quote.php */
.quote, .application {
	cursor:pointer;
}
#contentWrapper .quote {
	clear:left;
	margin:20px auto;
	display:inline-block;
} /* End of site-wide styles */

/* index.php styles*/

/* Site splash screen */
#splash {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:9999;
	background-color: #000;
}
/* Pool bridge image */
#splash .picture {
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat; 
	background-image: url(/_images/pool-bridge.jpg);
	background-size:100% 100%;
}
/* Company logo */
#splash .logo {
	position:absolute;
	background-image: url(/_images/logo-phone.png);
	height: 100px;
	width: 136px;
}
/* Company slogan */
#splash .integrity {
  position: absolute;
  top: 80%;
	width:100%;
}
#splash .integrity p {
	position:absolute;
	font-size: 1.75em;
	font-weight: 600;
	color: rgba(195,207,167,1);
	background-color:rgba(63,76,59,.7);
	padding: 1em;
	border-radius: 50%;
	display:inline-block;
}
/* Masks element realignment on load */
#splash .mask {
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:black;
	z-index: 2;
}
/* Slide show */
.index #slideShow {
	width:100%;
	margin-bottom:3em;
}
/* Slide container */
.index #slideShow figure {
	width:100%;
	margin-left:.5em;
}
/* Slide image */
.index #slideShow figure img {
	width:96%;
	height:auto;
}
/* Slide image caption */
.index #slideShow figure figcaption {
	text-align: left;
	margin:.25em 1em;
	line-height: 1.25em;
	font-size: 1em;
	font-weight: 600;
} 
/* Slide show navigation dots (Used with slickSlider js */
.slick-dots
{
  bottom: -75px;
	left:-15px;
}
.slick-dots li
{
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.slick-dots li button
{
	width: 30px;
	height: 30px;
	padding: 10px;
}
.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 14px;
	line-height: 20px;
	width: 30px;
	height: 30px;
	color: rgba(46,57,43,.4);
}
.slick-dots li.slick-active button:before
{
	color: rgba(46,57,43,1);
	opacity:1;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	color: rgba(46,57,43,.6);
}
/* No navigation arrows except on desktop */
.slick-prev, .slick-next
{
	visibility:hidden; 
}

/* Company history section */
.index #history p {
	margin-bottom: 1em;
} 
.index #history figure {
  width:100%;
	margin-bottom: 20px;
} 
.index #history figure.left {
	float:none;
	margin:0;
} 
.index #history figure.right {
	float:none;
	margin:0;
}
.index #history figure img {
	width:100%;;
} /* End of index.php styles*/

/* softscapes.php element styles */

/* End of softscapes.php styles */

/* hardscapes.php element styles */

/* End of hardscapes.php styles */

/* waterscapes.php element styles */

/* End of waterscapes.php styles */

/* lightscapes.php element styles */

/* End of lightscapes.php styles */

/* contact.php styles */

/* Bump content down a little */
#contentWrapper.contact {
	padding-top:10px;
}

/* Remove image border radius and drop shadow (causes problems with google map */
#contentWrapper.contact #map img {
	box-shadow:none;
	border-radius:0;
}

/* Size and align email form elements */

/* Form container */ 
.contact #emailForm {
	background: rgba(46,57,43,.3);
	color: rgba(46,57,43,.8);
	padding: .5em;
	position:relative;
}
.contact #emailForm form {
	padding-top: .5em;
}

/* Keyed input fields */
.contact #emailForm form input {
	font-size:.9em;
	padding-left:.5em;
	margin-bottom: 1em;
	overflow:hidden;
}
.contact #emailForm form textarea {
	font-family:inherit;
	font-size:.9em;
	padding-left:.5em;
	margin-bottom: 1em;
	height:5em;
}

/* Submit email button */
.contact #emailForm .button {
	background-color: #425167;
	color: #c3cfa7;
	border: 3px solid #c3cfa7;
	font-size: 1.25em;
	font-weight:400;
	padding:.25em .5em;
	margin-bottom: .5em;
	cursor:pointer;
}
.contact #emailForm .button:hover {
	background-color: rgba(19,38,65,1);
	color: #ebe990;
	border-color: #ebe990;
}
/* Label/input combo */
.contact #emailForm .item {
	clear:both;
	float:left;
	font-weight: 400;
	font-size:1.25em;
	width: 100%;
}

/* Form header */
.contact #emailForm .header {
	font-size:1.25em;
	margin-bottom:.75em;
}

/* Error message */
.contact #emailForm .message {
	position:relative;
	background-color: rgba(46,57,43,1);
	line-height:1.5em;
	color: rgba(195,207,167,1);
	font-size: 1em;
	font-weight:400;
	padding:.1em .5em;
	text-align:left;
	z-index:3;
}
.contact #emailForm .message.error {
	background: red;
	color: yellow;
}

/* Input label */
.contact #emailForm .prefix {
	font-size:.75em;
	padding:0 0 .25em .5em;
	margin-bottom: .15em;
	text-align:left;
	width:100%;
}
.contact #emailForm .required:before {
	content: "* ";
}

/* Input text */ 
.contact #emailForm .textbox {
	background-color: rgba(46,57,43,.4);
	border:solid 2px rgba(46,57,43,.6);
	color: rgba(46,57,43,.8);
	line-height: 1.5em;
	width:95%;
}

/* Highlight selected input field */
.contact #emailForm .item .active {
	background-color: rgba(46,57,43,.8);
	border:solid 2px rgba(195,207,167,.6);
	color: rgba(195,207,167,.8);
}

/* Message displayed over form while submission in progress */
.contact #emailForm .mask {
	background: rgba(46,57,43,.6);
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	z-index:2;
}

/* Street address and map */
.contact #location {
	position:relative;
	margin-top: 20px;
	border: solid medium rgba(46,57,43,.3); 
	background: rgba(46,57,43,.1); 
}
.contact #address { 
	background-color: transparent;
	width:100%;
	margin-bottom: 6px;
	text-align:center;
	font-size: 1.15em;
	font-weight: 400;
}
.contact #address p { 
	color: rgba(46,57,43,.8);
	font-size: 1.15em;
	font-weight: 400;
	line-height:.75em;
}
.contact #map {
	background-color: transparent;
	width:100%;
	height:300px;
}
.contact img, .contact .image {
	border-radius:0px;
	drop-shadow: none;
} /* End contact.php styles */

/* estimate.php element styles */

/* Set page logo & heading */
#contentWrapper.quotation #logo {
	background-image: url(/_images/logo-phone.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 136px;
	float:left;
	margin:15px 0 0 0;
}
#contentWrapper.quotation h1 {
	clear:none;
	font-weight:600;
	padding-top:20px;
	font-size:1.75em;
	line-height:1.25em;
	text-align:center;
}
#contentWrapper.quotation #instructions {
	clear:left;
}
/* Separate form instructions */
#contentWrapper.quotation #instructions {
	margin:1em 0;
}
/* Request form */
#contentWrapper.quotation form {
	background-color: rgba(46,57,43,.6);
	color: rgba(195,207,167,1);
	padding:15px;
	font-size:1.15em;
	font-weight:600;
	overflow:hidden;
	margin-bottom:20px;
}
/* Textboxes */
#contentWrapper.quotation input:not(.action) {
	font-size:1em;
	line-height:1.75em;
	text-indent:.5em;
	width:100%;
	color: rgba(235,233,144,1);
}
#contentWrapper.quotation .textbox {
	background-color:rgba(46,57,43,.6);
	border:3px solid rgba(195,207,167,.6);
	margin-bottom:15px;
}
#contentWrapper.quotation .textbox.active {
	background-color: rgba(46,57,43,1);
}
/* Comments editor */
#contentWrapper.quotation textarea {
	font-family:inherit;
	font-size:1em;
	line-height:1.25em;
	width:100%;
	color: rgba(235,233,144,1);
	padding:.25em .5em;
}
#contentWrapper.quotation form #comments {
	clear: both;
	margin: 0;
	position: relative;
}
#contentWrapper.quotation form #comments #editor {
	width:100%;
	height:10em;
	margin-top:5px;
	font-family:inherit;
	padding:10px;
	font-size:1em;
}
/* Email item (comprised of input field and associated labels) */
#contentWrapper.quotation form .item {
	margin:15px 0;
}
#contentWrapper.quotation form .item:first-of-type {
	margin-top:0;
}
/* Form heading */
#contentWrapper.quotation form .heading {
	display:block;
	width:100%;
	margin-bottom:10px;
}
/* Input field prefix text */
#contentWrapper.quotation form .prefix {
	display:block;
	width:100%;
	margin:0 0 5px .5em;
}
/* Insert asterisk before required input field labels */
#contentWrapper.quotation form .required:before {
	content: "* ";
}
/* Custom radio button container */
#contentWrapper.quotation .radio {
  display: block;
  position: relative;
  padding:.75em 0 0 1.5em;
	height:2.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
#contentWrapper.quotation .radio input {
  position: absolute;
  opacity: 0;
}
/* Set mouse over color */
#contentWrapper.quotation .radio:hover input ~ .button {
  background-color: rgba(195,207,167,.6);
}
/* Set different background when checked */
#contentWrapper.quotation .radio input:checked ~ .button {
  background-color: rgba(195,207,167,1);
}
/* Show the indicator (dot/circle) when checked */
#contentWrapper.quotation .radio input:checked ~ .button:after {
  display: block;
  -webkit-display: inline;
}
/* Style the custom radio button */
#contentWrapper.quotation .radio .button {
  position: absolute;
  top: .75em;
  left: 0;
  height: 20px;
  width: 20px;
  background-color:rgba(195,207,167,.3);
	border:3px solid rgba(46,57,43,1);
	color: rgba(46,57,43,1); 
  border-radius: 50%;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
#contentWrapper.quotation .radio .button:after {
  content: "";
  position: absolute;
  display: none;
}
/* Style the selection indicator (dot/circle) */
#contentWrapper.quotation .radio .button:after {
  background:rgba(195,207,167,1);
	border:none;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
/* Request option checkbox group */
#contentWrapper.quotation form #options {
	position:relative;
	padding:3px 0 5px 0;
	margin:10px;
}
#contentWrapper.quotation form #options .checkbox {
	float:left;
	width:100%;
}
#contentWrapper.quotation form #options .prefix {
	float:left;
	width:100%;
	margin-bottom:15px;
}

/* Custom checkbox container */
#contentWrapper.quotation form .checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding:.75em 0 0 2em;
	height:2.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Add separation to checkbox group */
#contentWrapper.quotation form .checkbox:first-child {
	margin-top:10px;
}
/* Hide the browser's default checkbox */
#contentWrapper.quotation form .checkbox input {
  position: absolute;
  opacity: 0;
}
/* Style custom checkbox */
#contentWrapper.quotation form .check {
  position: absolute;
  top: .75em;
  left: 0;
  height: 23px;
  width: 23px;
  background-color:rgba(195,207,167,.6);
	border:3px solid rgba(46,57,43,1);
}
/* Style the checkmark/indicator */
#contentWrapper.quotation form .checkbox .check:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid rgba(46,57,43,1);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
#contentWrapper.quotation form .checkbox .suffix {
	position:relative;
	top:2px;
}
/* Change color on mouse-over */
#contentWrapper.quotation form .checkbox:hover input ~ .check {
  background-color:rgba(195,207,167,1);
}
/* Create the checkmark/indicator (hidden when not checked) */
#contentWrapper.quotation form .check:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
#contentWrapper.quotation form .checkbox input:checked ~ .check:after {
  display: block;
}
#contentWrapper.quotation form .action {
	float:left;
	line-height:1.5em;
	color:rgba(221,235,189,.6);
	border:3px solid rgba(221,235,189,.8);
}
#contentWrapper.quotation form .action:hover {
	color: rgba(235,233,144,1);
	border-color: rgba(235,233,144,1);
}
/* Form message area */
#contentWrapper.quotation form #message {
	clear:both;
	width:100%;
	background-color:rgba(195,207,167,.8);
	color:rgba(46,57,43,1);
	border:3px solid rgba(46,57,43,.6);
	padding:.5em 1em;
	margin:10px 0 0 0;
	line-height:1.25em;
	z-index:3;
}
#contentWrapper.quotation #mask {
	position:absolute;
	background-color:rgba(195,207,167,.5);
	z-index:2;	
}

/* End content element styles*/

/* Footer element styles */
#footerWrapper {
	font-size: 1rem;
	margin: 1em 4%;
	width: 92%;
}

footer {
	color: rgba(46,57,43,.6);
	background-color: rgba(244,244,151,.8);
	padding: 1rem;
	text-align: center;
}

footer h3 {
	color: rgba(46,57,43,.6);
	font-size: 1.25em;
	font-weight: 400;
	margin-bottom:.25em;
}

footer a, footer p {
	color: rgba(46,57,43,.8);
	font-weight: 400;
	line-height: 2.25em;
	text-decoration: none;
}

footer .links {
	float: left;
	width: 100%;
}

footer .links ul {
	margin-top:10px;
}

footer .links ul li {
	float: left;
	margin:20px 2%;
	width:46%;
}

footer .links ul li a {
	padding:10px;
	background: rgba(46,57,43,.2);
	border:3px solid rgba(46,57,43,.4);
}

footer .contact {
	clear: both;
	padding-top: 1em;
	width: 100%;
}

footer .contact #social .icon {
	font-size: 2.5em;
	margin-right:.5em;
}  
footer .trailer {
	display:inline-block;
} /* End of footer element styles */

/* Large image viewer -- not available on phones */
#imageViewer {
	display:none;
}

/* Correction for collapse of element containing floated elements */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Styles for phones over 320px */
@media only screen and (min-width: 321px) {

	/* Header element styles */
	
	/* Realign phone link for wide phone */
	header .email {
		height: 53px;
		margin-top: 25px;
		width: 75px;
		top:-9px;
		left:-35px;
	}

	/* Enlarge page headers */
	header h1 {
		font-size: 2em;
	}
	header h2 {
		font-size: 1.5em;
	}

} /* Wide phone styles */
