@charset "UTF-8";
@media (min-width: 1300px) {
  .container {
    width: 1250px; } }
strong {
  font-weight: 700 !important; }

body {
  word-wrap: break-word;
  color: #1D1616;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 1800px) {
    body {
      font-size: 17px; } }
  @media only screen and (max-width: 1200px) {
    body {
      font-size: 16px; } }
  @media only screen and (max-width: 900px) {
    body {
      font-size: 15px; } }
  @media only screen and (max-width: 600px) {
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 1800px) {
    body {
      font-size: 18px; } }

img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

embed, iframe, object {
  max-width: 100%; }

.screen-reader-text {
  display: none; }

a:link, a:visited {
  color: #D16262;
  text-decoration: none; }

a:hover {
  color: #cb4e4e; }

html {
  font-size: 16px;
  overflow-x: hidden; }

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6; }

p.lead {
  font-size: 1.2rem;
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.6em; }

h1 {
  font-size: 2em;
  line-height: 1.3em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.3em; }

@keyframes foldIn {
  0% {
    transform: rotateX(-30deg);
    top: 100px;
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    top: 0px;
    opacity: 1; } }
.foldin {
  visibility: hidden; }

.inviewport {
  visibility: visible !important;
  animation: foldIn 0.8s;
  position: relative; }

section.full-width .row {
  margin: 0px; }
section.full-width .fw-col {
  padding: 0px; }
section.row-small-padding {
  padding: 30px 0px; }
  @media only screen and (max-width: 900px) {
    section.row-small-padding {
      padding: 15px 0px; } }
section.row-medium-padding {
  padding: 60px 0px; }
  @media only screen and (max-width: 900px) {
    section.row-medium-padding {
      padding: 30px 0px; } }
section.row-large-padding {
  padding: 7vw 0px; }
section.row-small-margin {
  margin-bottom: 30px; }
  @media only screen and (max-width: 900px) {
    section.row-small-margin {
      margin-bottom: 15px; } }
section.row-medium-margin {
  margin-bottom: 60px; }
  @media only screen and (max-width: 900px) {
    section.row-medium-margin {
      margin-bottom: 30px; } }
section.row-large-margin {
  margin-bottom: 100px; }
  @media only screen and (max-width: 900px) {
    section.row-large-margin {
      margin-bottom: 50px; } }
section.splash {
  padding: 15vw 0px; }
  section.splash h3 {
    font-size: 1.2em; }

.row {
  padding: 15px; }

.widget-area.before-archive {
  clear: both;
  overflow: auto; }
  @media only screen and (max-width: 900px) {
    .widget-area.before-archive {
      padding: 10px 0px; } }
  .widget-area.before-archive aside {
    width: 33%;
    float: left; }
    @media only screen and (max-width: 600px) {
      .widget-area.before-archive aside {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
    .widget-area.before-archive aside select {
      width: 90%;
      border-color: #888;
      padding: 7px;
      text-transform: uppercase;
      font-size: 14px; }
    .widget-area.before-archive aside h3.widget-title {
      display: none; }
    .widget-area.before-archive aside.widget_search input[type="search"] {
      border: 1px solid #888; }
    .widget-area.before-archive aside.widget_search input[type="submit"] {
      background: #888;
      font-family: "FontAwesome"; }

.search-form input[type="submit"] {
  font-family: "FontAwesome"; }

.btn {
  border: 0px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
  padding: 0.8rem 2.2rem;
  border-radius: 0px;
  transition: 0.2s ease all; }
  .btn.btn-primary, .btn.btn-outline {
    background: #1D1616;
    color: #fefefe;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.2s; }
    .btn.btn-primary:before, .btn.btn-outline:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #D16262;
      transform: scaleX(0);
      transform-origin: 0 50%;
      transition-property: transform;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
    .btn.btn-primary:hover, .btn.btn-outline:hover, .btn.btn-primary:focus, .btn.btn-outline:focus, .btn.btn-primary:active, .btn.btn-outline:active {
      color: white; }
    .btn.btn-primary:hover:before, .btn.btn-outline:hover:before, .btn.btn-primary:focus:before, .btn.btn-outline:focus:before, .btn.btn-primary:active:before, .btn.btn-outline:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .btn.btn-secondary {
    background: #D16262;
    color: #fefefe; }
    .btn.btn-secondary:hover {
      background: #cb4e4e; }
  .btn.btn-outline {
    background: none;
    border: 1px solid;
    color: #1D1616;
    border-color: #1D1616;
    transition-property: border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
    .btn.btn-outline:hover {
      border-color: #D16262; }
  .btn.btn-text {
    padding: 0px; }
    .btn.btn-text:after {
      content: "";
      margin-top: 3px;
      height: 3px;
      width: 1px;
      background-color: #FFF;
      display: block;
      position: relative;
      left: -5px;
      opacity: 0;
      transition-duration: 0.2s;
      transition-property: opacity, left, width; }
    .btn.btn-text:hover:after {
      left: 0px;
      opacity: 1;
      width: 100%; }
  .btn.small {
    padding: 0.4em 0.8em;
    font-size: 0.8em; }
  .btn.medium {
    padding: 0.6em 1.2em;
    font-size: 1em; }
  .btn.large {
    padding: 0.8em 1.4em;
    font-size: 1.2em; }

#comments .alert-info, #comments .form-allowed-tags {
  display: none; }

.map .row {
  padding: 0px !important;
  margin: 0px !important; }
.map p {
  margin: 0px;
  line-height: 0; }

@media only screen and (min-width: 1200px) {
  .table-container {
    display: table; }
    .table-container .table-row {
      height: 100%;
      display: table-row; }
      .table-container .table-row .table-col {
        display: table-cell;
        float: none;
        vertical-align: top; }
      .table-container .table-row .table-col-bottom {
        display: table-cell;
        float: none;
        vertical-align: bottom; } }

hr {
  border: 0px;
  height: 2px;
  background: #D16262; }

blockquote {
  font-size: 20px;
  font-size: 1.5em;
  border-color: #D16262;
  text-align: left;
  border-left-width: 3px; }
  @media only screen and (max-width: 900px) {
    blockquote {
      font-size: 18px; } }
  blockquote cite {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase; }

main ul {
  list-style: none;
  padding: 0px; }
  main ul li {
    margin-bottom: 4px; }
    main ul li:before {
      content: "";
      font-family: "FontAwesome";
      color: #D16262;
      margin-right: 8px; }
main aside ul li:before {
  display: none; }

input[type="text"], input[type="search"], textarea {
  padding: 8px;
  height: auto;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  border-radius: 0px;
  font-weight: normal;
  line-height: initial !important; }
  input[type="text"]:focus, input[type="text"]:active, input[type="search"]:focus, input[type="search"]:active, textarea:focus, textarea:active {
    box-shadow: none;
    outline: 0;
    border: 1px solid #D16262; }
  input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff; }

select {
  padding: 8px 14px;
  border-radius: 0px;
  border: 1px solid #f5f5f5; }

input[type="submit"] {
  background: #D16262;
  color: #fefefe;
  padding: 9px 16px;
  margin-top: -1px;
  width: 100% !important; }
  input[type="submit"]:hover {
    background: #cb4e4e;
    color: #fefefe; }

#masthead {
  background: #D16262;
  max-height: 50px;
  width: 100%;
  position: fixed;
  z-index: 999; }
  #masthead .navbar-toggle {
    margin: 0px;
    padding: 0px;
    margin-top: 9px;
    display: none; }
  #masthead .fa-bars {
    color: #f6f6f6; }
  #masthead .navbar {
    border: none;
    margin: 0px;
    text-align: center; }
    #masthead .navbar .navbar-brand {
      padding: 0px; }
      #masthead .navbar .navbar-brand h1 {
        margin: 0px;
        color: #fff;
        font-family: "Roboto", sans-serif; }
      #masthead .navbar .navbar-brand .logo {
        margin-top: 4px;
        transition-duration: 0.2s;
        transition-property: opacity, top; }
    #masthead .navbar .in, #masthead .navbar .collapsing {
      box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
      background-color: #fefefe;
      margin-left: -30px;
      margin-right: -30px; }
      #masthead .navbar .in ul, #masthead .navbar .collapsing ul {
        width: auto !important;
        background-color: #D16262 !important; }
        #masthead .navbar .in ul li, #masthead .navbar .collapsing ul li {
          border-bottom: none;
          display: block !important; }
          #masthead .navbar .in ul li a, #masthead .navbar .collapsing ul li a {
            color: #fefefe !important; }
  #masthead .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }
    #masthead .navbar-collapse ul#main-menu {
      margin: 0px;
      width: 500px;
      display: block;
      margin: 0 auto;
      float: none;
      font-size: 0.8em; }
      #masthead .navbar-collapse ul#main-menu li {
        display: inline-block;
        float: none; }
        @media only screen and (max-width: 900px) {
          #masthead .navbar-collapse ul#main-menu li {
            font-size: 0.8em; } }
        @media only screen and (min-width: 900px) {
          #masthead .navbar-collapse ul#main-menu li:last-child {
            padding-right: 0px; } }
        #masthead .navbar-collapse ul#main-menu li a {
          padding: 15px 15px;
          color: #fefefe;
          transition: all 0.2s ease; }
          #masthead .navbar-collapse ul#main-menu li a:focus, #masthead .navbar-collapse ul#main-menu li a:active {
            background: none;
            border-color: #D16262;
            color: #1D1616; }
        #masthead .navbar-collapse ul#main-menu li:hover a, #masthead .navbar-collapse ul#main-menu li[aria-expanded="true"] a {
          background: none;
          color: #1D1616; }
        #masthead .navbar-collapse ul#main-menu li.active a, #masthead .navbar-collapse ul#main-menu li.open a {
          background: none; }
        #masthead .navbar-collapse ul#main-menu li.current_page_item {
          text-decoration: none; }
        #masthead .navbar-collapse ul#main-menu li ul.dropdown-menu {
          border: 0px;
          background: #000; }
          #masthead .navbar-collapse ul#main-menu li ul.dropdown-menu li a {
            padding: 10px; }
  #masthead .quote-button {
    position: absolute;
    right: -30px;
    padding: 15px 30px;
    color: #fefefe;
    font-size: 14px;
    background: transparent; }
    @media only screen and (max-width: 600px) {
      #masthead .quote-button {
        display: none; } }
  #masthead .site-navigation {
    overflow: hidden; }

.home #masthead {
  background: transparent; }
  .home #masthead .logo {
    top: 10px;
    position: relative;
    opacity: 0; }
  .home #masthead .quote-button {
    top: 10px;
    opacity: 0; }

.light {
  color: #fefefe; }
  .light .btn {
    color: #fefefe; }
  .light .btn-text:after {
    background-color: #fefefe; }

.dark {
  color: #1D1616; }
  .dark .btn {
    color: #1D1616; }
  .dark .btn-text:after {
    background-color: #1D1616; }

.posts-container article.grid:nth-child(3n+0) {
  clear: right; }
.posts-container article.grid:nth-child(3n+1) {
  clear: left; }

.post-title {
  margin-top: 0px; }
  @media only screen and (max-width: 900px) {
    .post-title {
      margin-top: 15px; } }

.post-navigation {
  text-align: center; }

.paged-navigation li {
  display: inline-block;
  margin-right: 3px; }
  .paged-navigation li:before {
    display: none; }
  .paged-navigation li a {
    display: inline-block;
    border: 1px solid #474747;
    color: #474747;
    padding: 10px 16px;
    transition: all 0.2s ease; }
  .paged-navigation li:hover a, .paged-navigation li.active a {
    color: #D16262;
    border-color: #D16262; }

ul.pager li:before {
  display: none; }
ul.pager li a {
  border-radius: 0px;
  border-color: #474747;
  color: #474747;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.2s ease; }
  ul.pager li a:hover {
    color: #D16262;
    border-color: #D16262;
    background: none; }

article.archive {
  margin-bottom: 40px; }
  @media only screen and (max-width: 900px) {
    article.archive {
      margin-bottom: 20px; } }
  article.archive h1 {
    margin-top: 0px;
    border: 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 900px) {
      article.archive h1 {
        margin-top: 15px; } }
    article.archive h1 a {
      color: #474747;
      transition: all 0.2s ease; }
      article.archive h1 a:hover {
        color: #D16262; }
  article.archive .entry-meta {
    font-size: 0.9em;
    margin-bottom: 10px; }
  article.archive a.read-more-link {
    border: 1px solid #e8b1b1;
    padding: 15px 30px 15px 30px;
    display: inline-block; }
    article.archive a.read-more-link:hover {
      background: #e8b1b1;
      transition: 0.2s ease all; }

.single-post .image-container {
  margin-bottom: 20px;
  width: 100%; }
  .single-post .image-container img {
    width: 100%; }
.single-post header {
  margin-bottom: 40px; }
.single-post h1 {
  font-size: 1.4em;
  margin-top: 0px;
  border: 0px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 900px) {
    .single-post h1 {
      margin-top: 15px; } }
  .single-post h1:after {
    content: "";
    width: 200px;
    height: 3px;
    display: block;
    background: #D16262;
    margin-top: 15px; }
.single-post h2 {
  font-size: 1.8em; }
.single-post h4 {
  font-weight: bold;
  margin: 20px 0px; }

section.full-screen-hero {
  z-index: 0;
  position: relative;
  padding: 0px;
  background-repeat: no-repeat;
  height: 90vh;
  background-color: #D16262; }
  section.full-screen-hero .btn-text {
    color: #fefefe;
    z-index: 999; }
  section.full-screen-hero .hero-content {
    text-align: center;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.5s; }
    section.full-screen-hero .hero-content h1 {
      color: white;
      transform: translateZ(0);
      margin-bottom: 0px;
      border: none;
      display: block;
      font-size: 12vw;
      font-weight: 900;
      clear: both;
      text-align: center;
      font-family: "Roboto", sans-serif; }
    section.full-screen-hero .hero-content span {
      color: white;
      text-transform: uppercase;
      font-size: 1.3em; }
  section.full-screen-hero .mountain {
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: translateZ(-1px) scale(2); }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: rotateY(45deg); }
  100% {
    opacity: 1;
    transform: rotateY(0deg); } }
.menu-item-53 {
  margin-top: -10px; }
  .menu-item-53 a:hover {
    background: #cb4e4e !important; }

.tagline p {
  font-size: 30px;
  font-weight: 300; }
  @media only screen and (max-width: 900px) {
    .tagline p {
      font-size: 24px; } }

.solid-nav #masthead {
  background-color: #D16262 !important;
  transition: 0.2s ease all;
  display: block !important; }
  .solid-nav #masthead .logo {
    opacity: 1 !important;
    top: 0px !important; }
  .solid-nav #masthead .quote-button {
    opacity: 1 !important;
    top: 0px !important; }
.solid-nav .hero-content {
  opacity: 0 !important; }

.home.solid-nav .main-content {
  padding-top: 0px; }

.gform_wrapper {
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  -moz-placeholder-color: #fefefe;
  -ms-input-placeholder-color: #fefefe; }
  .gform_wrapper .gform_body {
    width: 100% !important; }
  .gform_wrapper ::-webkit-input-placeholder {
    color: #fefefe; }
  .gform_wrapper ::-moz-placeholder {
    color: #fefefe; }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
    position: relative; }
  .gform_wrapper label.gfield_label + div.ginput_container {
    margin: 0px !important; }
  .gform_wrapper .gform_footer {
    margin-top: 10px !important;
    padding-top: 0px !important; }
    .gform_wrapper .gform_footer input.button {
      width: 100% !important;
      border: none;
      display: inline-block;
      font-weight: 400;
      padding: 15px 25px !important;
      overflow: hidden;
      color: #fefefe !important;
      font-size: 1em;
      border-radius: 0px;
      text-decoration: none;
      box-shadow: 0px 3px 0px 0px #cb4e4e; }
  .gform_wrapper label {
    top: 18px;
    left: 18px;
    position: absolute;
    transition-property: top, font-size;
    transition-duration: 0.2s; }
    .gform_wrapper label.selected {
      top: 10px;
      left: 19px;
      font-size: 0.6em !important; }
  .gform_wrapper input.large, .gform_wrapper textarea.large, .gform_wrapper select {
    width: 100% !important;
    padding: 17px !important;
    border: 2px solid #1D1616;
    color: #1D1616;
    font-weight: 400;
    background: #fefefe; }
  .gform_wrapper h3.gform_title {
    font-weight: 500 !important; }

.gform_heading {
  height: auto; }

.gform_wrapper .gform_footer input.button {
  width: 100%; }

.half-width-container {
  width: 50%;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D1616;
  height: 100%;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out; }
  .half-width-container:hover {
    background-color: #261d1d; }
  .half-width-container h4 {
    color: #fefefe;
    font-weight: 900;
    font-size: 2vw;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    overflow: hidden; }
    @media only screen and (max-width: 900px) {
      .half-width-container h4 {
        font-size: 1.2em; } }
    .half-width-container h4:after {
      content: "";
      z-index: 999;
      display: block;
      position: relative;
      width: 100%;
      left: -100%;
      background-color: #fefefe;
      height: 4px;
      transition-property: left, right;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; }
  .half-width-container:hover h4:after, .half-width-container:focus h4:after, .half-width-container:active h4:after {
    left: 0; }

section.featured-portfolio-items, section.portfolio-items {
  text-align: center; }
  section.featured-portfolio-items .btn-secondary, section.portfolio-items .btn-secondary {
    color: #fefefe; }
  section.featured-portfolio-items .col-sm-4, section.portfolio-items .col-sm-4 {
    position: relative; }
    section.featured-portfolio-items .col-sm-4:after, section.portfolio-items .col-sm-4:after {
      content: "";
      position: absolute;
      background-color: #fefefe;
      width: 80%;
      height: 30px;
      bottom: 0px;
      left: 10%;
      box-shadow: 0px 0px 75px -10px rgba(0, 0, 0, 0.85);
      z-index: -999; }
  section.featured-portfolio-items .item, section.portfolio-items .item {
    height: 15em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D16262; }
    @media only screen and (max-width: 600px) {
      section.featured-portfolio-items .item, section.portfolio-items .item {
        margin-bottom: 30px; } }
  section.featured-portfolio-items .item-content h4, section.portfolio-items .item-content h4 {
    color: #fefefe; }
  section.featured-portfolio-items h2, section.portfolio-items h2 {
    margin-bottom: 3em; }
  section.featured-portfolio-items .btn-outline, section.portfolio-items .btn-outline {
    margin-top: 3em; }
  section.featured-portfolio-items .color-overlay, section.portfolio-items .color-overlay {
    height: 100%;
    width: 100%;
    background-color: #D16262;
    position: absolute;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
    @media only screen and (max-width: 900px) {
      section.featured-portfolio-items .color-overlay, section.portfolio-items .color-overlay {
        opacity: 0.2; } }
  section.featured-portfolio-items .overlay-title, section.featured-portfolio-items .overlay-button, section.portfolio-items .overlay-title, section.portfolio-items .overlay-button {
    opacity: 0;
    transition-property: opacity, top;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    position: relative; }
    @media only screen and (max-width: 900px) {
      section.featured-portfolio-items .overlay-title, section.featured-portfolio-items .overlay-button, section.portfolio-items .overlay-title, section.portfolio-items .overlay-button {
        opacity: 1;
        top: 0px !important; } }
  section.featured-portfolio-items .overlay-title, section.portfolio-items .overlay-title {
    top: -15px; }
  section.featured-portfolio-items .overlay-button, section.portfolio-items .overlay-button {
    top: 10px; }
  section.featured-portfolio-items .item:hover .overlay-title, section.featured-portfolio-items .item:hover .overlay-button, section.portfolio-items .item:hover .overlay-title, section.portfolio-items .item:hover .overlay-button {
    opacity: 1;
    top: 0px; }
  section.featured-portfolio-items .item:hover .color-overlay, section.portfolio-items .item:hover .color-overlay {
    opacity: 0.2; }
  section.featured-portfolio-items .btn-text, section.portfolio-items .btn-text {
    margin-top: 50px; }

.home-intro {
  padding-top: 12vw;
  padding-bottom: 12vw;
  position: relative;
  background-color: #1D1616; }
  .home-intro h2 {
    font-size: 3vw;
    color: #fff;
    font-weight: 900;
    padding: 0px 25vw;
    margin-bottom: 50px; }
    @media only screen and (max-width: 900px) {
      .home-intro h2 {
        padding: 0px 30px;
        font-size: 30px; } }
  .home-intro a {
    margin-top: 30px;
    font-weight: 900;
    color: #fff; }

section.page-header {
  height: 400px;
  padding-top: 100px;
  margin: 0px;
  border: none;
  position: relative;
  background-repeat: no-repeat;
  background-color: #D16262; }
  section.page-header .container {
    z-index: 99;
    position: relative; }
  section.page-header h1 {
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3vw; }
  @media only screen and (max-width: 600px) {
    section.page-header {
      background-size: 150%;
      height: 300px;
      padding-top: 100px; }
      section.page-header h1 {
        font-size: 30px; } }
  section.page-header p {
    color: #fefefe; }
  section.page-header + section {
    position: relative;
    top: -1px; }
    section.page-header + section:after {
      content: "";
      height: 3px;
      width: 100%;
      background-color: #1D1616;
      display: block;
      position: absolute;
      bottom: -1px; }

.first-section {
  padding-top: 0px; }

.contact-detail {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff !important; }

.single-portfolio {
  text-align: center; }
  .single-portfolio main {
    margin-top: 40px; }
  .single-portfolio h1 {
    text-transform: uppercase;
    margin: 6vw 0px; }
  .single-portfolio .btn-text {
    color: #1D1616;
    font-weight: 900; }
  .single-portfolio .entry-content {
    margin-top: 5vw;
    margin-top: 5vw; }
  .single-portfolio .gallery {
    background-color: #888;
    margin-top: 5vw;
    margin-top: 5vw;
    padding: 0px;
    cursor: e-resize; }
    @media only screen and (max-width: 600px) {
      .single-portfolio .gallery {
        display: none; } }
  .single-portfolio .mobile-images {
    overflow: auto; }
    @media only screen and (max-width: 600px) {
      .single-portfolio .mobile-images {
        display: none; } }
    .single-portfolio .mobile-images .mobile-image-1 {
      animation: fadein 0.5s ease; }
    .single-portfolio .mobile-images .mobile-image-2 {
      animation: fadein 1s ease; }
    .single-portfolio .mobile-images .mobile-image-3 {
      animation: fadein 1.5s ease; }
  .single-portfolio .mobile-gallery {
    overflow: auto; }
    @media only screen and (min-width: 600px) {
      .single-portfolio .mobile-gallery {
        display: none; } }
    .single-portfolio .mobile-gallery img {
      max-height: 75vh;
      width: auto;
      cursor: e-resize;
      margin: 0 auto; }
  .single-portfolio .bottom-line {
    font-size: 1.6em;
    font-weight: 500;
    margin-top: 3vw; }
  .single-portfolio footer .btn-text {
    margin: 70px 0px; }

.layers {
  z-index: 0;
  bottom: -2px;
  position: absolute;
  height: 200px;
  width: 100%; }
  .layers .layer {
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0px; }

.home .layers {
z-index: -1;
}

.layer-01 {
  background-image: url("img/mountain-layer-back.png"); }

.layer-02 {
  background-image: url("img/mountain-layer-middle.png"); }

.layer-03 {
  background-image: url("img/mountain-layer-front.png"); }

/*# sourceMappingURL=style.css.map */
