/*
* Owner: Future Studio
* Developer: Waverley Creative Inc.
* www.futurestudio.ca
*/
.screen-size {
  background: #000;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
}
.screen-size.xl {
  display: block;
}
.screen-size.l {
  display: none;
}
.screen-size.m {
  display: none;
}
.screen-size.s {
  display: none;
}
.screen-size.xs {
  display: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .screen-size.xl {
    display: none;
  }
  .screen-size.l {
    display: block;
  }
  .screen-size.m {
    display: none;
  }
  .screen-size.s {
    display: none;
  }
  .screen-size.xs {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .screen-size.xl {
    display: none;
  }
  .screen-size.l {
    display: none;
  }
  .screen-size.m {
    display: block;
  }
  .screen-size.s {
    display: none;
  }
  .screen-size.xs {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .screen-size.xl {
    display: none;
  }
  .screen-size.l {
    display: none;
  }
  .screen-size.m {
    display: none;
  }
  .screen-size.s {
    display: block;
  }
  .screen-size.xs {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .screen-size.xl {
    display: none;
  }
  .screen-size.l {
    display: none;
  }
  .screen-size.m {
    display: none;
  }
  .screen-size.s {
    display: none;
  }
  .screen-size.xs {
    display: block;
  }
}
/* Less Styles
================================================== */
body {
  background: #1d1d1b;
}
.main {
  margin: 65px auto 200px auto;
}
.header ul.main-nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  color: #b3d5b8;
  float: left;
}
.header ul.main-nav li a {
  color: #b3d5b8;
  font-size: 16px;
  line-height: 20px;
}
.scroll-down {
  top: 45px;
  right: 15px;
  position: absolute;
  display: block;
}
.scroll-up {
  float: right;
  padding: 0px 0px 15px 150px;
}
.v-rotate {
  white-space: nowrap;
  text-align: left;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  transform-origin: bottom right;
}
.v-rotate a {
  color: #b3d5b8;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.lead-content-container {
  position: relative;
  clear: both;
  margin-top: 100px;
}
.lead-content-container h1.lead-text {
  font-size: 54px;
  line-height: 64px;
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  font-weight: 400;
  margin: 0px;
}
.lead-content-container .lead-img {
  color: #FFF;
  float: right;
  height: auto;
  width: 70%;
  z-index: 1;
  transform: translateZ(-1px);
}
.lead-content-container .lead-img img {
  width: 100%;
  height: auto;
}
.slider-container {
  position: absolute;
  width: 100%;
  top: 700px;
  left: 0px;
  z-index: 2;
}
.slider-container .slider img {
  min-width: 700px;
}
.site-content {
  color: #FFF;
  margin-top: 250px;
}
.site-content span.green {
  color: #b3d5b8;
}
.site-content span.rust {
  color: #b95651;
}
.site-content a {
  color: inherit;
}
h2 {
  font-size: 27px;
  line-height: 43px;
  font-weight: 400;
  margin-bottom: 50px;
}
p {
  font-size: 54px;
  line-height: 72px;
  font-weight: 400;
}
.alignment-table {
  display: table;
  width: 100%;
  height: 100%;
}
.alignment-table .row {
  display: table-row;
}
.alignment-table .row .cell {
  display: table-cell;
  vertical-align: middle;
  border: 0px solid red;
  /*Guides*/
}
.overlay {
  height: 0%;
  /* Switch width and height percentage for horizontal entrance */
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 20;
  background: url(../images/overlay-repeat.png) #b95651 top left;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.0s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
.overlay .overlay-content {
  padding: 0 0 0 100px;
  color: #1d1d1b;
}
.overlay .overlay-content a.big-email {
  font-size: 75px;
  color: #1d1d1b;
}
.overlay .overlay-content a.big-email:hover {
  text-decoration: underline;
}
.overlay .closer {
  font-size: 40px;
  color: #1d1d1b;
  position: absolute;
  top: 90px;
  left: 90px;
  display: block;
  cursor: pointer;
  line-height: 30px;
}
.overlay .closer:hover {
  text-decoration: underline;
}
/* Shift Slider on Large Sizes */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .slider-container {
    top: 550px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main {
    margin: 65px auto 0px auto;
  }
  .slider-container {
    top: 450px;
  }
  p {
    font-size: 40px;
    line-height: 52px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .overlay .overlay-content {
    padding: 0 0 0 15px;
  }
  .overlay .overlay-content a.big-email {
    font-size: 35px;
  }
  .overlay .closer {
    top: 15px;
    left: 15px;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
