html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
	display: block;
}

/* structural */
body, html {
  height: 100%;
}

body {
  background-color:#FFF;
	}

.grid {
	padding: 0;
	clear:both;
}

.row {
	margin-bottom: 0;
	clear:both;
}

#topbar-nav{
  background-color: #fff;
  clear: both;
  width: 100%; /* Full width */
}

#clear {clear:both;}

@media only screen and (min-width: 120px) and (max-width: 720px) {
#logo{text-align: center;}
#phone{padding:10px 0 15px 0;text-align: center;}
}

#hero-text {
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: FFF;
}
#hero-text a, #hero-text a:link, #hero-text a:visited {
	color: #FFF;
	text-decoration: none;
    padding:0;
  font-size: 3.4em;
  font-weight: 300;
}

#hero-text a:hover {
	color: #39adff;
	text-decoration: none;
    padding:0;
}

#hero-text-content  {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: FFF;
}

@media (max-width: 768px) {
#hero-text-content  {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: FFF;
}
}



/** parallax **/

.parallax1, .parallax2,.parallax3,.parallax4,.parallax5 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax6,.parallax7,.parallax8,.parallax9,.parallax10,.parallax11,.parallax12 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/parallax3.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 1;
  background-attachment: fixed;
}

.parallax1 {
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), 
  url("../images/parallax1.jpg");
  min-height: 800px;
}
.parallax2 {
  background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), 
  url("../images/parallax2.jpg");
  min-height: 800px;
}

.parallax3 {
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), 
  url("../images/parallax3.jpg");
}
.parallax4 {
  background-image: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), 
  url("../images/parallax4.jpg");
  min-height: 600px;
}
.parallax5 {
  background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.9)), 
  url("../images/parallax5.jpg");
  min-height: 600px;
}
.parallax6 {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), 
  url("../images/parallax6.jpg");
  min-height: 700px;
}
.parallax7 {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), 
  url("../images/parallax7.jpg");
  min-height: 700px;
}
.parallax8 {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), 
  url("../images/parallax8.jpg");
  min-height: 700px;
}
.parallax9 {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),  
  url("../images/parallax9.jpg");
  min-height: 700px;
}
.parallax10 {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), 
  url("../images/parallax10.jpg");
  min-height: 700px;
}
.parallax11 {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), 
  url("../images/parallax11.jpg");
  min-height: 700px;
}
.parallax12 {
  background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), 
  url("../images/parallax4.jpg");
  min-height: 700px;
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
.parallax1, .parallax2,.parallax3,.parallax4,.parallax5,.parallax6,.parallax7,.parallax8,.parallax9,.parallax10,.parallax11,.parallax12,.parallax-home {
    background-attachment: scroll;
  }
}


#content-wrap{
background-color:#FFF;
width:100%;
padding: 10px 0 20px 0;
}
.content-intro{
padding: 10px 40px 20px 40px;
color:#151515;
font-size:1.4em;
line-height:1.6em;
text-align:center;
}

.center{
padding: 15px 40px 20px 40px;
color:#454545;
font-size:1.0em;
line-height:1.6em;
text-align: center;
}
.left{
padding: 15px 40px 20px 40px;
color:#151515;
font-size:1.0em;
line-height:1.6em;
}
.right{
padding: 15px 0 20px 40px;
color:#151515;
font-size:1.0em;
line-height:1.6em;
}
.pd{
padding: 15px 20px 20px 20px;
color:#151515;
font-size:1.0em;
line-height:1.6em;
}
#wrap-blue{
background-color:#39adff;
color: #FFF;
width:100%;
padding: 60px 0 60px 0;
text-align: center;
}

#wrap-grey{
background-color:#2d2d2d;
width:100%;
padding: 60px 0 30px 0;
}

#pet {
margin: 80px 0 0 0;
padding: 10px 0 40px 0;
}
.pic-right {
float:right;
margin: 15px 0 15px 25px;	
}
.pic-left {
float:left;
margin: 15px 25px 15px 0;	
}
#text-pic {text-align: center;}

.action-white{
color: #FFF;
font-size: 1.4em;
padding: 0;	
text-align: center;	
}

.box-white{
color: #FFF;
font-size: 0.9em;
padding: 40px 10px 60px 10px;	
text-align: center;
}


@media only screen and (min-width: 120px) and (max-width: 720px) {
.content-intro{
padding: 10px 20px 20px 20px;
color:#151515;
font-size:1.4em;
line-height:1.6em;
text-align:center;
}
.center{
padding: 15px 10px 20px 10px;
color:#454545;
font-size:1.0em;
line-height:1.6em;
text-align: center;
}
}


/** set of 3 boxes **/

#home-boxes-three {padding: 60px 0 100px 0;}

#home-boxes-three .container {
  position: relative;
  background-color: #ECE5DE;
}

#home-boxes-three .image {
  display: block;
  width: 100%;
  height: auto;
}

#home-boxes-three .container:hover{
  opacity: 0.8;
}

#home-boxes-three .text {
  color: white;
  font-size: 2.6em;
  font-weight: 400;
  font-family: 'Crimson Text', serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#home-boxes-three .home-box-three-text{
color:#757575;
margin: 20px 0 20px 0;
text-align:center;
padding: 0 8px 0 8px;
}




/** repairs page **/
#square-boxes{margin: 60px 0 0 0;}
#square{width:50%;float:left;}

.home-box-text{  
color:#212121;
font-weight:400;
font-size: 0.8em;
line-height: 1.8em;
text-align:center;
padding:60px 80px 20px 100px;
height: 100%;
}
#home-box-img{  
overflow: hidden; 
height:500px;
}
.img1{  
background-image: url("../images/repairs1.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}
.img2{  
background-image: url("../images/repairs2b.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}
.img3{  
background-image: url("../images/repairs3.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}
.img4{  
background-image: url("../images/repairs4.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}
.img5{  
background-image: url("../images/repairs5.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}
.img6{  
background-image: url("../images/repairs6.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}
.img7{  
background-image: url("../images/repairs7.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}
.img8{  
background-image: url("../images/repairs8.jpg");
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
transition: all 0.9s ease;
}

@media only screen and (min-width: 200px) and (max-width: 720px) {
#square{width:100%;clear:both;background-color: #FFF;}

.home-box-text{  
color:#212121;
font-weight:400;
font-size: 0.9em;
line-height: 1.8em;
text-align:center;
padding:30px 10px 30px 10px;
height: 100%;
}
#home-box-img{display:none;}
}




.footer-wrap {
	background: #FFF;
    padding: 60px 0 100px 0;
}
.footer-wrap2 {
	background: #2d2d2d;
    padding: 60px 0 10px 0;
}
#footer{
    padding:10px;
	text-align: center;
    color:#666;
    font-size:1.0em;
	line-height:1.8em;
 }
  #footer2{
    padding:10px;
	text-align: center;
    color:#666;
    font-size:0.8em;
 }
 
 
 



/* links */

#white-wrapper a, #white-wrapper a:link, #white-wrapper a:visited{
	color: #3899df;
	text-decoration: none;
	}

#white-wrapper a:hover, #white-wrapper a:active {
	color: #999;
	text-decoration: none;    
}

#rental-wrap a, #rental-wrap a:link, #rental-wrap a:visited{
	color: #FFF;
	text-decoration: none;
	}

#rental-wrap a:hover, #rental-wrap a:active {
	color: #999;
	text-decoration: none;    
}

.white-button{
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
	font-size: 0.9em;
    background-color: #FFF;
    color: #252525;
    text-decoration: none;	
}

.white-button:hover {
	color: #39adff;
    text-decoration: none;
}

.blue-button{
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
	font-size: 0.9em;
    background-color: #39adff;
    color: #FFF;
    text-decoration: none;	
}

.blue-button:hover {
	color: #E5E5E5;
	background-color: #39adff;
    text-decoration: none;
}

#phone a{
	padding: 0 20px 0 0;
  text-decoration: none;
	font-size: 1.2em;
  color: #454545;
  transition: 0.3s;
}

#phone a:hover {
  color: #39adff;
}

#footer a, #footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
    padding:0;
}
#footer2 a, #footer2 a:link, #footer2 a:visited {
	color: #999;
	text-decoration: none;
    padding:0;
}
#footer a:hover, #footer a:active, #footer2 a:hover, #footer2 a:active {
	color: #39adff;
	text-decoration: none;    
}

@media only screen and (min-width: 120px) and (max-width: 720px) {
#phone a{
	padding: 0 20px 0 0;
  text-decoration: none;
	font-size: 0.8em;
  color: #212121;
  transition: 0.3s;
}

#phone a:hover, #phone .far:hover {
  color: #39adff;
}
#phone .far{
	padding: 0 0 0 20px;
  text-decoration: none;
	font-size: 1.0em;
  color: #212121;
  transition: 0.3s;
}
#top3 a, #top1 a {
  padding: 0 0 12px 0;
  text-decoration: none;
  font-size: 1.2em;
  color: #212121;
  transition: 0.3s;
}

#top3 a:hover, #top1 a:hover  {
  color: #39adff;
}
}



/* general css */

img {
	max-width: 100%;
}

.circle {
    border-radius: 50%;
}
.border {border:3px solid #EEE;}


strong {
	font-weight: bold;
}
p {
	margin: 0;
	max-width: 634px;
}

.padding {padding:0 10px 0 10px;}
.margin {margin: 80px 0 40px 0;}
.large {font-size: 1.2em;}
.white{color:FFF;}
.subtitle{font-style: italic;font-size:0.85em;}
i, .italics{font-style: italic;}
.nobr	{ white-space:nowrap; }
p.small {font-size:0.7em;text-align:center;margin: 0 0 20px 0;}
p.privacy {font-size:0.7em;text-align:left;margin: 20px 0 20px 0;line-height:1.4em;}


input[type=text] {
    padding:5px; 
	width:90%;
}

input[type=text]:focus {}

input[type=tel] {
    padding:5px; 
	width:90%;
}


textarea {
width:90%;
height:250px;
}

button[type=submit]{
                 background: #4BB4FF;
				 font-weight:600;
				 font-family:'Open Sans', sans-serif;
				 font-size:1.2em;
                 color: #FFF;
				 height: 50px;
				 width: 260px;
				 padding:10px 15px 10px 15px;
				 border:none;
				 box-shadow:none;
}
button[type=submit]:hover{
                 background: #3899df;
}

#white-wrapper ul, #pet ul{ 
margin: 10px 0 10px 60px;
padding: 0;
list-style: disc;
} 

#white-wrapper ul li, #pet ul li{
padding:0 0 5px 5px;
}

@media only screen and (min-width: 200px) and (max-width: 720px) {
#white-wrapper ul, #pet ul  { 
margin: 10px 0 10px 30px;
padding: 0;
list-style: disc;
} 

#white-wrapper ul li, #pet ul li{
padding:0 0 5px 5px;
}
}



h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans, sans-serif;
}

h1 {clear:both;}

h1.hero {
	font-weight:300;
	font-size:4.0em;
    color:#fff;
    line-height:1.4;
    padding:10px 0 10px 0;
	text-align: center;
}
h1.text {
	font-weight:400;
	font-size:2.8em;
    color:#39adff;
    line-height:1.4;
    padding:120px 0 60px 0;
	text-align: center;
	column-span: all;
}
h2.home-text {
	font-weight:400;
	font-size:2.8em;
    color:#39adff;
    line-height:1.4;
    padding:120px 0 60px 0;
	text-align: center;
	column-span: all;
}
h2.hero {
	font-weight:400;
	font-size:1.2em;
    color:#fff;
    line-height:1.4;
    padding:10px 0 40px 0;
	text-align: center;
}
h2.text {
	font-weight:400;
	font-size: 1.6em;
    color:#151515;
    padding:80px 0 30px 0;
	text-transform: uppercase;
}
h2.blue {
	font-weight:400;
	font-size: 2.6em;
    padding:80px 0 30px 0;
    color:#39adff;
	text-align: center;
}
h2.white {
	font-weight:400;
	font-size: 2.8em;
    color:#FFF;
    padding:80px 0 30px 0;
	text-align: center;
}
h2.box-header {
	font-weight:400;
	font-size: 1.4em;
    color:#555;
    line-height:1.4;
    padding:30px 0 10px 0;
}
h3.text {
	font-weight:400;
	font-size: 1.6em;
    color:#151515;
    padding:10px 0 30px 0;
	text-transform: uppercase;
}
h3.white {
	font-weight:600;
	font-size: 1.6em;
    color:#FFF;
    padding:0 0 30px 0;
	text-transform: uppercase;
}
h4{
	font-weight:400;
	font-size: 1.1em;
    color:#39adff;
    padding:0 0 20px 0;
}
h5{
	font-weight: 600;
	font-size: 1.0em;
    color:#8e6d45;
}
h6 {
	font-size: 1em;
}

@media only screen and (min-width: 120px) and (max-width: 720px) {
	h1.text {
	font-weight:400;
	font-size:2.8em;
    color:#39adff;
    line-height:1.4;
    padding:60px 0 60px 0;
	text-align: center;
	column-span: all;
}
	h2.home-text {
	font-weight:400;
	font-size:2.8em;
    color:#39adff;
    padding:60px 0 60px 0;
	text-align: center;
	column-span: all;
}
h1.hero {
	font-weight:300;
	font-size:2.6em;
    color:#fff;
    line-height:1.2;
    padding:10px 0 10px 0;
	text-align: center;
}
h2.hero {
	font-weight:400;
	font-size:1.0em;
    color:#fff;
    line-height:1.4;
    padding:5px 0 10px 0;
	text-align: center;
}
h2.white {
	font-weight:400;
	font-size: 1.8em;
    color:#FFF;
    padding:60px 0 30px 0;
	text-align: center;
}
}



