/* Variables */
/* Utilities */
/* line 14, ../scss/style.scss */
.vcenter-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
}
/* line 22, ../scss/style.scss */
.vcenter-container .vcenter-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 1400px) {
  /* line 28, ../scss/style.scss */
  .large-container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  /* line 28, ../scss/style.scss */
  .large-container {
    max-width: 1530px;
  }
}

/* Fonts */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.ttf");
  font-weight: 200;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Photograph Signature";
  src: url("../fonts/Photograph Signature.ttf");
  font-weight: 400;
}

/* Global */
/* line 66, ../scss/style.scss */
html {
  scroll-behavior: smooth;
}

/* line 69, ../scss/style.scss */
body {
  overflow-x: hidden;
  font-family: "Raleway";
  font-weight: 300;
  font-size: 17px;
  line-height: normal;
  color: #6a6a6a;
}
@media (min-width: 768px) {
  /* line 69, ../scss/style.scss */
  body {
    font-size: 24px;
  }
}

/* Elements */
/* line 82, ../scss/style.scss */
a:hover {
  text-decoration: none;
}

/* line 85, ../scss/style.scss */
a.offset-header {
  display: block;
  position: relative;
  top: -111px;
  visibility: hidden;
}
@media (min-width: 768px) {
  /* line 85, ../scss/style.scss */
  a.offset-header {
    top: -241px;
  }
}

/* line 94, ../scss/style.scss */
.btn {
  border-radius: 0;
  background-color: #2e4150;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  line-height: normal;
  font-weight: 300;
  padding: 18px 34px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
@media (min-width: 768px) {
  /* line 94, ../scss/style.scss */
  .btn {
    font-size: 30px;
    padding: 18px 28px;
  }
}
/* line 112, ../scss/style.scss */
.btn:hover, .btn:active, .btn:focus {
  background-color: #2e4150 !important;
  color: #fff;
  box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.7);
}

/* line 119, ../scss/style.scss */
.nav-toggle {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  /* Rotate first bar */
}
/* line 124, ../scss/style.scss */
.nav-toggle .bar {
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.4s;
}
/* line 132, ../scss/style.scss */
.nav-toggle.change {
  /* Fade out the second bar */
  /* Rotate third bar */
}
/* line 133, ../scss/style.scss */
.nav-toggle.change .bar1 {
  -webkit-transform: translate(0, 7px) rotate(-25deg);
  transform: translate(0, 7px) rotate(-25deg);
}
/* line 138, ../scss/style.scss */
.nav-toggle.change .bar2 {
  opacity: 0;
}
/* line 142, ../scss/style.scss */
.nav-toggle.change .bar3 {
  -webkit-transform: translate(0px, -7px) rotate(25deg);
  transform: translate(0px, -7px) rotate(25deg);
}

/* line 148, ../scss/style.scss */
p {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  /* line 148, ../scss/style.scss */
  p {
    margin-bottom: 30px;
  }
}
/* line 153, ../scss/style.scss */
p:last-of-type {
  margin-bottom: 0px;
}

/* line 157, ../scss/style.scss */
img {
  max-width: 100%;
}

/* Fonts */
/* Sections */
/* line 163, ../scss/style.scss */
header {
  width: 100%;
  position: sticky;
  background-color: #fff;
  z-index: 3;
  top: 0;
}

/* line 170, ../scss/style.scss */
.nav-full {
  border-bottom: 3px solid #fff;
}
/* line 173, ../scss/style.scss */
.nav-full a:not(:first-of-type) {
  margin-left: 20px;
}
@media (min-width: 992px) {
  /* line 173, ../scss/style.scss */
  .nav-full a:not(:first-of-type) {
    margin-left: 60px;
  }
}
/* line 179, ../scss/style.scss */
.nav-full a:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  /* line 179, ../scss/style.scss */
  .nav-full a:not(:last-of-type) {
    margin-left: 60px;
  }
}

/* line 189, ../scss/style.scss */
.nav-mobile {
  border-bottom: 1px solid #fff;
}

/* line 193, ../scss/style.scss */
.nav-dropdown a {
  display: block;
  margin-top: 10px;
}

/* line 198, ../scss/style.scss */
.banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff;
  background-size: auto calc(100% - 50px);
  background-position: center top;
}
@media (min-width: 321px) {
  /* line 198, ../scss/style.scss */
  .banner {
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 768px) {
  /* line 198, ../scss/style.scss */
  .banner {
    font-size: 34px;
    background-size: cover;
    background-position: center center;
  }
}
/* line 217, ../scss/style.scss */
.banner h1 {
  font-size: 18px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 217, ../scss/style.scss */
  .banner h1 {
    font-size: 46px;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  /* line 217, ../scss/style.scss */
  .banner h1 {
    font-size: 44px;
  }
}
@media (min-width: 1415px) {
  /* line 217, ../scss/style.scss */
  .banner h1 {
    font-size: 46px;
  }
}
/* line 233, ../scss/style.scss */
.banner p {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 233, ../scss/style.scss */
  .banner p {
    margin-top: 40px;
  }
}
/* line 240, ../scss/style.scss */
.banner .btn {
  margin-top: 18px;
  font-size: 20px;
  padding: 15px 40px;
  font-weight: 400;
}
@media (min-width: 768px) {
  /* line 240, ../scss/style.scss */
  .banner .btn {
    margin-top: 45px;
    font-size: 34px;
    padding: 20px 55px;
  }
}
@media (min-width: 1400px) {
  /* line 240, ../scss/style.scss */
  .banner .btn {
    margin-top: 75px;
  }
}
/* line 254, ../scss/style.scss */
.banner .scroll-btn {
  display: inline-block;
  margin-top: 60px;
}
@media (min-width: 1400px) {
  /* line 254, ../scss/style.scss */
  .banner .scroll-btn {
    margin-top: 100px;
  }
}

@media (min-width: 1400px) {
  /* line 262, ../scss/style.scss */
  .banner-container {
    max-width: 1380px;
  }
}

/* line 267, ../scss/style.scss */
.featured-blocks {
  background-color: #1a2935;
  padding: 8px 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 267, ../scss/style.scss */
  .featured-blocks {
    padding: 15px 15px;
  }
}
@media (min-width: 992px) {
  /* line 267, ../scss/style.scss */
  .featured-blocks {
    padding: 15px 7.5px;
  }
}
/* line 277, ../scss/style.scss */
.featured-blocks .block-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  /* line 277, ../scss/style.scss */
  .featured-blocks .block-inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
/* line 286, ../scss/style.scss */
.featured-blocks .block-inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 286, ../scss/style.scss */
  .featured-blocks .block-inner h2 {
    font-size: 60px;
  }
}
/* line 299, ../scss/style.scss */
.featured-blocks .block-inner img {
  filter: saturate(0%);
  transition: filter 1s;
}
/* line 303, ../scss/style.scss */
.featured-blocks .block-inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 41, 53, 0.6);
  opacity: 1;
  transition: opacity 1s;
}
/* line 316, ../scss/style.scss */
.featured-blocks .block-inner:hover img {
  filter: saturate(100%);
}
/* line 319, ../scss/style.scss */
.featured-blocks .block-inner:hover:before {
  opacity: 0;
}
/* line 324, ../scss/style.scss */
.featured-blocks img {
  max-width: 100%;
}

/* line 328, ../scss/style.scss */
.footer-seperator {
  height: 16px;
  background: url(../images/footer.jpg);
  background-repeat: repeat-x;
  display: block;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.7);
  position: relative;
}
