@charset "UTF-8";

.cycle-slideshow article {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; 
  width: 100%;
  min-height:425px;
  padding: 175px 15px 215px;
}
.cycle-slideshow .container {
  position: relative;
  z-index: 99;
}
.cycle-slideshow article:before {
  content: '';
  background: transparent;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}
.slide-1 {
  background-image: url('../images/banners/banner-spectrum-v2.jpg');
}
.cycle-slideshow h1 {
  color: #000;
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
  margin:0 0 10px;
  padding-top: 50px;
}
.cycle-slideshow p {
  color: #000;
  font-size: 19px;
  line-height: 1.2em;
  margin: 3px 0;
}
.cycle-slideshow p.lead {
  font-size: 225%;
  font-style: italic;
}

@media screen and (max-width:1200px) {
  .cycle-slideshow h1 {
    font-size: 48px;
  }
  .cycle-slideshow p {
    font-size: 20px;
  }
}
@media screen and (max-width:992px) {
  .cycle-slideshow h1 {
    font-size: 42px;
  }
  .cycle-slideshow p {
    font-size: 18px;
  }
  .cycle-slideshow p.lead {
  font-size: 150%;
 }
}
@media screen and (max-width:600px) {
  .cycle-slideshow h1 {
    font-size: 25px;
  }
  .cycle-slideshow p {
    font-size: 12px;
  }
}

  #opener {
    position: relative;
    z-index: 9999;
  }
  #opener aside img {
    margin-top: -100px;
    box-shadow: 0 0 5px #333;
  }
  #opener article {
    margin-top: -90px;
    margin-left: -50px;
    position: relative;
    box-shadow: 0 0 10px #bbb;
    z-index: 999;
  }
  @media screen and (max-width:992px) {
    #opener article {
      margin-top: -25px;
      margin-left: 0;
    }
  }
  




#main-banner {
  background-color: #333;
  color: #fff;
}
#main-banner h1,
#main-banner p {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.line {
  display: inline-block;
  background-color: #96442c;
  width: 175px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.bg-about {
  background: url('../images/universal/stamped-concrete-floor.jpg') no-repeat center bottom / cover;
  min-height: 500px;
  position: relative;
}
.bg-about:before {
    content: '';
    position: absolute;
    border: solid 3px rgba(255,255,255,.35);
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
    z-index: 999;
  }


.bg-about-hallway {
  background: url('../images/universal/stamp.jpg') no-repeat center bottom / cover;
  min-height: 500px;
  position: relative;
}
.bg-about-hallway:before {
    content: '';
    position: absolute;
    border: solid 3px rgba(255,255,255,.35);
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
    z-index: 999;
  }



#services article {
  background-color: #e7e2dc; 
  padding: 45px 20px 45px 20px;
}
#services article h4 {
  margin-bottom: 20px;
}
#services article p {
  font-size: 14px;
  line-height: 20px;
}
#services article .bttn {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
}
@media screen and (max-width:992px) {
  #services article {
    min-height: auto;
  }
}



#services-list article {
  margin-bottom: 15px;
  height: 100%;
}
#services-list h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 5px;
}



#faq-list article {
  margin-bottom: 15px;
  height: 100%;
}
#faq-list h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 5px;
}
@media screen and (max-width:992px) {
  #faq-list h3 {
    font-size: 18px;
  }
}



#testimonials {
  background: url('../images/universal/bg-testimonials-v3.jpg') no-repeat center center / cover;
  background-color: #333;
  color:  #fff;
  text-align: center;
  padding: 100px 20px;
  border-top: solid 5px rgba(255, 255, 255, .25);
  border-bottom: solid 5px rgba(255, 255, 255, .25);
}
#testimonials p {
  font-size: 18px;
  line-height: 1.7em;
}
#testimonials:before {
  content: '';
  background: transparent;
  background:  rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}
#testimonials .container {
  position: relative;
  z-index: 99;
}






