@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*/Arrows for IMG GAL/*/
.prev-arrow,
.next-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}
/*IMG GAL CSS*/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1200px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/*END OF IMG GAL CSS*/

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	}
h1, h2, h3, h4, a {
	font-family: 'Cinzel', serif;
	font-weight: 400;
	}

/* Mobile Layout: 480px and below. */
  .maxwidth {
	max-width: 1232px;
	padding-left: 0px%;
	padding-right: 0px%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
header {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
		}
		
#header1 {
	text-align: center;
	position: relative;
	}
#phone {
	display: none;
	}
	
#contact {
	display: none;
	}
#intro {
	position: relative;
	background-image: url(images/photo_home.jpg);
	background-color: #000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	}
nav {
	background-image: url(images/trans_lg_03.png);
	height: 54px;
	position: relative;
	padding-top: 3px;
	}
#nav1 {
	display: none;
	}
#nav2 {
	/* Mobile menu: hidden by default (toggled via /js/site.js) */
	display: none;
	visibility: visible;
	width: 100%;
	background-color: #4C4C4C;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#nav2.is-open {
	display: block;
}
#nav2 a:link, #nav2 a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 15px;
	font-family: 'Raleway', sans-serif;
	}
#mobilcon {
	padding-top: 10px;
	padding-left: 5px;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: middle;
	}
#mobilcon, #close {
	background: none;
	border: 0;
	cursor: pointer;
}

#nav1 a:link, #nav1 a:visited {
	text-decoration: none;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	
	}
#nav1 a:hover, #nav1 a:active {
	color: #FFB600;
	}
#close {
	float: right;
	padding-top: 5px;
	}
#tagwrapper {
	background-image: url(images/trans_lg_03.png);
	height: 74px;
	position: absolute;
	top: 426px;
	width: 100%;
	text-align: center;
	}
#tagwrapper h1 {
	color: #FFF;
	margin: 0px;
	}
#tagline h1 {
	letter-spacing: 1px;
	padding-top: 10px;
	font-size: 20px;
	}
#gray {
	background-color: #E6E6E6;
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
	}
#gray h2 {
	margin: 0px;
	}
#wrapper {
	display: inline-block;
	text-align: center;
	padding-top: 30px;
	}
#wrapper p {
	line-height: 26px;
	font-size: 16px;
	}
#wrapper a:link, #wrapper a:visited {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	}
#design, #install, #maintain {
	display: inline-block;
	width: 300px;
	text-align: center;
	color: #404040; 
	padding-top: 20px;
	padding-bottom: 20px;
	}

#bottom {
	border-top: #5C5C5C solid 1px;
	border-bottom: #5C5C5C solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Cinzel', serif;
	}
footer {
	background-color: #000;
	padding-top: 25px;
	padding-bottom: 20px;
	}
#footer1 {
	color: #FFF;
	text-align: center;
	width: 90%;
	}
#text {
	width: 80%;
	display: inline-block;
	text-align: center;
	}
#text h1 {
	font-size: 38px;
	}
#text p {
	line-height: 29px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	}
#text h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	}
#photo2 img {
	padding-top: 25px;
	padding-bottom: 20px;
	}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#phone{
	display: block;
	padding: 10px;
	}
#nav1 {
	text-align: center;
	display: block;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 400;
	padding-top: 12px;
	color: #FFF;
	}
#nav2 {
	display: none;
	}
#mobilcon {
	display: none;
	}
	
#tagline h1 {
	letter-spacing: 1px;
	padding-top: 25px;
	font-size: 24px;
	}
#design, #install, #maintain {
	display: inline-block;
	width: 475px;
	text-align: center;
	}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98.3333%;
	max-width: 1232px;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

#phone {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	padding: 0px;
	}
	
#contact {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	}
#tagline h1 {
	letter-spacing: 2px;
	padding-top: 15px;
	font-size: 30px;
	}
#design, #install, #maintain {
	display: inline-block;
	width: 29%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	}
#photo2 {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	}
	
#text {
	display: inline-block;
	width: 60%;
	text-align: left;
	padding-right: 30px;
	vertical-align: top;
	}

}

/* Prevent background scrolling when mobile menu is open */
body.menu-open {
	overflow: hidden;
}
