/* style.css  */
/*  REVISED PARALLAX FOR NEW SITE - NOV17
AUTHOR: Adrian Brown
Company: Vapormatic
*/

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

header {
  background-color:#111;
  height:80px;
  width:100%;
}
header .logo {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 18px 0 0;
}

p {
  line-height:22px;
}

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5,
.bgimg-6 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("../_img/img_parallax.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../_img/bcg_slide-1.jpg");
  min-height: 600px;
}

.caption,
.caption2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: -140px auto 0;
  top: 50%;
  width: 600px;
  text-align: center;
  color: #000;
}

.caption2 {
  margin-top:-60px;
}

.caption div.border,
.caption2 div.border {
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight:600;
  line-height:30px;
}
.caption div.border span,
.caption2 div.border span {
  padding: 18px 0;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight:lighter;
}
.caption div.border span.small,
.caption2 div.border span.small {
  font-size:14px;
}

.dark {
  color:#ddd;
  background-color:#282E34;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
}
.dark h4 {
  margin: 30px 0 15px;
  color:#ffffff;
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 1px solid #555555;
}
.dark p {
  margin: 0 0 35px;
  color:#afafaf;
  text-align:left;
}
p.center {
  display: inline-block;
  min-width: 95%;
  font: 20px "Lato", sans-serif;
  vertical-align: middle;
  padding: 0;
}
p.center img {
  width: 30px;
  padding-right: 12px;
  top: 7px;
  position: relative;
}


.dark p span {
  color:#d58a8a;
}
.dark h3 {
  color:#fff;
  text-align: left;
}
.dark img {
  float: right;
  margin: 0 0 0 30px;
  height: 330px;
}
.light {
  color: #777;
  background-color:white;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
}


h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
  text-align: center;
}

a {
  color:#33a8df;
  text-decoration:none;
}
a:hover {
  color:#888888;
}

.clearfix {
  clear:both;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 668px) {
  ul {
    padding:0;
  }
  li {
    list-style-type:none;
  }

  .caption, .caption2 {
    left: 20px;
    right: 20px;
    margin: -140px auto 0;
    top: 50%;
    width: 80%;
    text-align: center;
    color: #000;
  }
  .caption2 {
    margin-top:-100px;
  }
  .dark img {
    float: none;
    margin: 0 auto;
    width: 280px;
    height:auto;
  }
  .light,
  .dark {
    padding:30px;
    text-align:center;
  }
  .light h3,
  .dark h3 {
    text-align:center;
  }
}

@media only screen and (max-width: 468px) {
  .dark img {
    float: none;
    margin: 0 auto;
    width: 260px;
    height:auto;
  }
}
