/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

#page_wrapper{
  height: auto !important;
}
.zn-res-menu-nav{
  display: none !important;
}
.div-block {
  height: 100%;
}
.site-header{
  display: none !important;
}
.mobile-home-nav{
  display: none;
}
.full-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards-section {
  position: static;
  display: block;
  max-height: 900px;
  max-width: 900px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.centered-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 1000px;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.call-to-action {
  position: static;
  max-height: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100vh;
  height: 100vh;
}

.menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.paragraph {
  color: #fff;
}

.heading {
  color: #fff;
}

.full-page-container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.title-intro {
  position: static;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-intro .text-block img{
  width: 350px;
  -webkit-filter: drop-shadow(0px 0px 2px #222);
    filter: drop-shadow(0px 0px 2px #222);
}

.menu-div {
  position: static;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-2 {
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.image {
  display: block;
  max-width: 50px;
  min-width: 50px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.div-block-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-5 {
  max-width: 500px;
  min-width: 350px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper-flex-child {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 700px;
}

.wrapper-flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: -webkit-fill-available;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: Butler, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.image-2 {
  min-height: 50px;
  min-width: 50px;
}

.heading-3 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-family: Butler, sans-serif;
  color: #d1b387;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.hoz-line {
  height: 1px;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #cecece;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: 'Minion pro', sans-serif;
  color: #333;
}

.menu-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 1000px;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.wrapper-flex-child-menu {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 700px;
}

.wrapper-flex-parent-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height:-webkit-fill-available;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hoz-line-menu {
  height: 1px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #cecece;
  max-width: 370px;
}

.hoz-line-menu.contact-page {
  margin-top: 58px;
}

.hoz-line-menu-top {
  height: 1px;
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #cecece;
}

.hoz-line-menu-top.contact-page-top {
  margin-bottom: 58px;
}

.menu-text-link{
  list-style: none;
  padding: 0;
}
.menu-text-link li {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
}
.menu-text-link li a{
  text-transform: uppercase;
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.menu-text-link li.active a{
  color: #d1b387 !important;
}
.menu-text-link li a:hover{
  color: #d1b387 !important;
}

.close-image {
  display: block;
  max-height: 30px;
  max-width: 50px;
  min-height: 30px;
  min-width: 50px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.full-page-100-vh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.heading-static-pages {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  font-family: Butler, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.hoz-line-static-pages {
  height: 1px;
  max-width: 370px;
  margin: 30px auto 40px;
  background-color: #cecece;
}

.shop-features .shop-feature{
  background: transparent !important;
  color: #fff;
  padding: 0;
}
.shop-features .shop-feature .sf-text > h4{
  margin: 0;
  font-size: 13px;
  color: #d1b387 !important;
  text-align: center; 
}
.feat {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.static-page-content-width {
  max-width: 940px;
  min-width: 350px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-column-paragraph {
  margin-top: 0px;
  padding: 0px 20px 20px;
  font-family: 'Minion pro', sans-serif;
  color: #333;
  line-height: 23px;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.image-3 {
  padding-right: 20px;
  padding-left: 20px;
}
.principal-image{
  max-width: 220px;
  padding-top: 50px;
}

.border-right {
  padding-bottom: 23px;
  border-right: 1px solid #d3d3d3;
}

.border-right.services-border {
  padding-bottom: 0px;
}

.border-left {
  padding-bottom: 0;
  border-left: 1px solid #c9c9c9;
}

.feat-flex-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.feat-flex-row h4{
  color: #d1b387;
  font-size: 13px;
}

.border-left.services-border-right {
  padding-bottom: 20px;
}

.link {
  color: #020101;
  text-decoration: none;
}

.contact-page-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.menu-flex-container-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 1000px;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading-static-pages-white {
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.link-block {
  display: block;
  text-decoration: none;
}

.link-block-2 {
  display: block;
}

.paragraph-4 {
  font-family: Butler, sans-serif;
  font-weight: 300;
}

.link-contact {
  color: #fff;
  text-decoration: none;
}

.link-contact.slightly-smaller {
  font-size: 15px;
}

.contact-p {
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.arrow-down {
  min-height: 27px;
  min-width: 50px;
}

.chev-down-div {
  position: absolute;
  /*margin-top: 20%;*/
  bottom: 6vh;
  padding-top: 40px;
}

.link-2 {
  text-decoration: none;
}

.link-2.w--current {
  color: #fff;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.centered-container-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 1000px;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-block-2 {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Minion pro', sans-serif;
  color: #d1b387;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.middle-text-highlight {
  display: block;
  padding-top: 56px;
  padding-bottom: 40px;
  font-family: 'Minion pro', sans-serif;
  color: #d1b387;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
}

.principal-image-mobile{
  display: none;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }
}

/*
@media screen and (max-width: 1016px) {

  .mobile-home-nav{
    display: block;
    position: absolute;
    top: 19vh;
  }
  .arrow-down{
    min-width: 40px;
  }
  .wrapper-flex-child{
    max-height: initial;
  }
  .title-intro .text-block img{
    width: 270px;
  }
  .image,.image-2{
    max-width: 40px;
    min-width: 40px;
  }
  .wrapper-flex-parent .div-block-4{
    margin-top: 74px;
    margin-bottom: 96px;
  }
  .page-template-page-template-home .wrapper-flex-parent .div-block-4{
    margin-top: inherit;
    margin-bottom: inherit;
  }
  .page-template-page-template-home .full-page-container-bottom{
    display: flex;
    height: 100vh;
  }
  .page-template-page-template-home .wrapper-flex-parent{
    justify-content: space-between;
  }
  .page-template-page-template-home .centered-container{
    max-height: 505px;
    min-height: 505px;
  }

  .page-template-page-template-home .heading-3{
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-template-page-template-home .hoz-line{
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 298px;
  }
  .page-template-page-template-home .paragraph-3{
    max-width: 310px;
  }

  .feat-flex-row h4{
    margin-bottom: 16px;
    margin-top: 0;
  }
  .heading-static-pages{
    margin-bottom: 0;
    font-size: 28px;
  }
  .hoz-line-static-pages{
    margin-bottom: 32px;
  }

  .contact-page-div{
    position: inherit;
    padding: 0 40px;
    display: flex;
    height: 100vh;
  }
  .heading-static-pages-white{
    font-size: 20px;
    line-height: 24px;
  }
  .contact-p{
    font-size: 15px;
    line-height: 18px;
  }

  .close-image{
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .menu-flex-container{
    min-height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .wrapper-flex-child-menu{
    max-height: max-content;
  }
  .wrapper-flex-parent-menu{
    min-height: 505px;
    justify-content: space-between;
  }
  .page-template-page-template-contact .wrapper-flex-parent-menu{
    min-height: 505px;
    justify-content: space-between;
  }
  .page-template-page-template-contact .wrapper-flex-child-menu{
    max-height: 505px;
  }
  .page-template-page-template-contact .hoz-line-menu-top{
    margin-bottom: 32px;
  }
  .page-template-page-template-contact .hoz-line-menu{
    margin-top: 32px;
  }
  .menu-flex-container-contact{
    padding-top: inherit;
  }

  .page-template-page-template-contact  .wrapper-flex-parent{
    min-height: 505px;
  }
  .page-template-page-template-contact .image-2{
    padding-bottom: 0;
  }
  .page-template-page-template-contact .wrapper-flex-parent .div-block-4{
        margin-top: initial;
        margin-bottom: inherit;
  }
  .page-template-page-template-contact .wrapper-flex-parent .div-block-6{
    margin-top: inherit;
  }
  .contact-page-div .image-2{
    padding-top: inherit !important;
  }
  .menu-text-link li a{
    font-size: 20px;
    line-height: 24px;
  }
  .chev-down-div{
    margin-top: 0;
    padding-top: 0;
    bottom: 100px;
  }
  .div-block-5{
    max-width: 100%;
    min-width: initial;
    text-align: center;
  }
  .title-intro{
    position: absolute;
    top: 34vh;
  }
  .heading-static-pages{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
  }
  .full-page-100-vh{
    padding: 0 40px;
    display: block;
    height: auto;
  }
  .full-page-container-bottom{
    padding: 0 15px;
    display: block;
    height: auto;
  }
  .border-right,.border-left{
    border:none;
  }
  .middle-text-highlight{
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .static-page-content-width{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: auto;
  }
  .centered-container,.centered-container-services,.menu-flex-container-contact{
    max-height: initial;
    min-height: auto;
  }
  .image-2{
    padding-bottom: 50px;
  }
  .contact-page-div .image-2{
    padding-top: 50px;
  }
  .content-column-paragraph{
    padding: 0;
    text-align: center;
  }
  .content-column2{
    padding-top: 0;
  }
  .page-template-page-template-principal .hoz-line-static-pages{
    margin-bottom: 0;
  }
  .w-col{
    padding-left: 0px;
    padding-right: 0px;
  }
  .border-left.services-border-right{
    padding-bottom: 0px;
  }
  .menu-overlay{
    padding-top: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: inherit;
    justify-content: center;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-page-template-home .chev-down-div{
    bottom: 20vh;
  }
  .menu-overlay .div-block-5{
    min-width: auto;
  }
  .hoz-line-menu{
    margin-bottom: 0;
  }
  .principal-image{
    display: none;
  }
  .principal-image-mobile{
    display: block;
  }
 
}
*/
@media screen and (max-width: 767px) {
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .call-to-action {
    padding: 40px 20px;
  }
  .title-intro {
    padding: 40px 20px;
  }
  .menu-div {
    padding: 40px 20px;
  }


  .page-template-page-template-home .sect2 .full-page-container-bottom {
    display: block;
    padding-top: 150px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .menu-flex-container {
    text-align: left;
  }
  .menu-flex-container-contact {
    text-align: left;
  }
  .centered-container-services {
    text-align: left;
  }
}


/*ipad*/
@media (max-width: 1024px) and (max-height: 1366px)  {

  .wrapper-flex-parent-menu{
    min-height: 800px;
  }
  .wrapper-flex-child{
    max-height: 800px;
    height: inherit;
  }
  .full-page-100-vh{
    display: flex;
    height: 100vh;
  }
  .wrapper-flex-child-menu{
    max-height: 800px;
  }
  .page-template-page-template-home .chev-down-div{
    margin-top: 0;
    padding-top: 0;
    bottom: 8vh;
  }
  .menu-overlay{
    padding-top: 63px;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 0px;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 0px;
  }
  .page-template-page-template-services .wrapper-flex-parent .image-2,.page-template-page-template-principal .wrapper-flex-parent .image-2{
    padding-top: 50px;
  }
}



@media (max-width: 600px){
  .wrapper-flex-parent .div-block-4{
    margin-top: 74px;
    margin-bottom: 96px;
  }
  .feat-flex-row {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .feat-flex-row .feature:last-child h4{
    margin-bottom: 0px;
  }
  .content-column-paragraph{
    padding-top:32px;
  }
  .mobile-home-nav{
    display: block;
    position: absolute;
    top: 19vh;
  }
  .arrow-down{
    min-width: 40px;
  }
  .wrapper-flex-child{
    max-height: inherit;
  }
  .title-intro .text-block img{
    width: 270px;
  }
  .image,.image-2{
    max-width: 40px;
    min-width: 40px;
  }
  .wrapper-flex-parent .div-block-4{
    margin-top: 74px;
    margin-bottom: 96px;
  }
  .page-template-page-template-home .wrapper-flex-parent .div-block-4{
    margin-top: inherit;
    margin-bottom: inherit;
  }
  .page-template-page-template-home .full-page-container-bottom{
    display: flex;
    height: 100vh;
  }
  .page-template-page-template-home .wrapper-flex-parent{
    justify-content: space-between;
  }
  .page-template-page-template-home .centered-container{
    max-height: 505px;
    min-height: 505px;
  }

  .page-template-page-template-home .heading-3{
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-template-page-template-home .hoz-line{
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 298px;
  }
  .page-template-page-template-home .paragraph-3{
    max-width: 310px;
  }

  .feat-flex-row h4{
    margin-bottom: 16px;
    margin-top: 0;
  }
  .heading-static-pages{
    margin-bottom: 0;
    font-size: 28px;
  }
  .hoz-line-static-pages{
    margin-bottom: 32px;
  }

  .contact-page-div{
    position: inherit;
    padding: 0 40px;
    display: block;
    height: 100vh;
  }
  .heading-static-pages-white{
    font-size: 20px;
    line-height: 24px;
  }
  .contact-p{
    font-size: 15px;
    line-height: 18px;
  }

  .close-image{
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
  }
  .menu-flex-container{
    min-height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .wrapper-flex-child-menu{
    max-height: max-content;
  }
  .wrapper-flex-parent-menu{
    /*min-height: calc(100vh - 74px);*/
    min-height: 505px;
    justify-content: space-between;
  }
  .page-template-page-template-contact .wrapper-flex-child{
    height: 505px;
  }
  .page-template-page-template-contact .wrapper-flex-parent-menu{
    min-height: 505px;
    justify-content: space-between;
  }
  .page-template-page-template-contact .wrapper-flex-child-menu{
    max-height: 505px;
  }
  .page-template-page-template-contact .hoz-line-menu-top{
    margin-bottom: 32px;
  }
  .page-template-page-template-contact .hoz-line-menu{
    margin-top: 32px;
  }
  .menu-flex-container-contact{
    padding-top: 80px;
  }

  .page-template-page-template-contact  .wrapper-flex-parent{
    min-height: 505px;
  }
  .page-template-page-template-contact .image-2{
    padding-bottom: 0;
  }
  .page-template-page-template-contact .wrapper-flex-parent .div-block-4{
        margin-top: initial;
        margin-bottom: inherit;
  }
  .page-template-page-template-contact .wrapper-flex-parent .div-block-6{
    margin-top: inherit;
  }
  .contact-page-div .image-2{
    padding-top: inherit !important;
  }
  .menu-text-link li a{
    font-size: 20px;
    line-height: 24px;
  }
  .chev-down-div{
    margin-top: 0;
    padding-top: 0;
    bottom: 100px;
  }
  .div-block-5{
    max-width: 100%;
    min-width: initial;
    text-align: center;
  }
  .title-intro{
    position: absolute;
    top: 34vh;
  }
  .heading-static-pages{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
  }
  .full-page-100-vh{
    padding: 0 40px;
    display: block;
    height: auto;
  }
  .full-page-container-bottom{
    padding: 0 15px;
    display: block;
    height: auto;
  }
  .border-right,.border-left{
    border:none;
  }
  .middle-text-highlight{
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .static-page-content-width{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: auto;
  }
  .centered-container,.centered-container-services,.menu-flex-container-contact{
    max-height: initial;
    min-height: auto;
  }
  .image-2{
    padding-bottom: 50px;
  }
  .contact-page-div .image-2{
    padding-top: 50px;
  }
  .content-column-paragraph{
    text-align: center;
  }
  .content-column2{
    padding-top: 0;
  }
  .page-template-page-template-principal .hoz-line-static-pages{
    margin-bottom: 0;
  }
  .w-col{
    padding-left: 0px;
    padding-right: 0px;
  }
  .border-left.services-border-right{
    padding-bottom: 0px;
  }
  .menu-overlay{
    /*padding-top: 74px;*/
    padding-top: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 130px;
    justify-content: center;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 140px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-page-template-home .chev-down-div{
    bottom: 20vh;
  }
  .menu-overlay .div-block-5{
    min-width: auto;
  }
  .hoz-line-menu{
    margin-bottom: 0;
  }
  .principal-image{
    display: none;
  }
  .principal-image-mobile{
    display: block;
  }
}



@media (max-width: 411px) and (max-height: 823px)  {
  .mobile-home-nav{
    top: 19.5vh;
  }
  .page-template-page-template-services .wrapper-flex-parent .div-block-4{
    margin-top: 158px;
  }
  .page-template-page-template-principal .wrapper-flex-parent .div-block-4{
    margin-top: 158px;
  }
}


@media (max-width: 414px) and (max-height: 800px)  {

  .mobile-home-nav{
    top: 15vh;
  }
  .menu-overlay{
    padding-top: 180px;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 160px;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 110px;
  }
  .page-template-page-template-home .sect2 .full-page-container-bottom {
    padding-top: 175px;
  }
}

@media (max-width: 411px) and (max-height: 731px)  {
  .mobile-home-nav{
    top: 15.5vh;
  }
  .page-template-page-template-services .wrapper-flex-parent .div-block-4{
    margin-top: 113px;
  }
  .page-template-page-template-principal .wrapper-flex-parent .div-block-4{
    margin-top: 119px;
  }
  
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
  .menu-overlay{
    padding-top: 100px;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 150px;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 60px;
  }
  .page-template-page-template-services .wrapper-flex-parent .div-block-4{
    margin-top: 100px;
  }
  .page-template-page-template-principal .wrapper-flex-parent .div-block-4{
    margin-top: 100px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 667px) { 
  .menu-overlay{
    padding-top: 160px;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 160px;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 120px;
  }
  .page-template-page-template-services .wrapper-flex-parent .div-block-4{
    margin-top: 100px;
  }
  .page-template-page-template-principal .wrapper-flex-parent .div-block-4{
    margin-top: 100px;
  }
 }

 @media only screen 
 and (max-width: 414px) 
 and (max-height: 896px) 
 and (-webkit-device-pixel-ratio: 2) { 

  .menu-overlay{
    padding-top: 100px;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 150px;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 60px;
  }
  .page-template-page-template-home .sect2 .full-page-container-bottom {
    padding-top: 240px;
  }
 }


 @media (max-width: 375px) and (max-height: 812px) and (-webkit-device-pixel-ratio : 3)   {

  .menu-overlay{
    padding-top: 170px;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 200px;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 130px;
  }
  .page-template-page-template-home .sect2 .full-page-container-bottom {
    padding-top: 220px;
  }
 }

@media (max-width: 375px) and (max-height: 667px) and (-webkit-device-pixel-ratio : 2)   {
  .mobile-home-nav{
      top: 12vh;
  }
  .menu-overlay{
    padding-top: 140px;
  }
  .page-template-page-template-home .menu-overlay{
    padding-top: 130px;
  }
  .page-template-page-template-home .sect2 .full-page-container-bottom {
    padding-top: 150px;
  }
  .wrapper-flex-parent-menu{
    min-height: 460px;
  }
  .page-template-page-template-home .centered-container{
    max-height: 460px;
    min-height: 460px;
  }
  .page-template-page-template-services .wrapper-flex-parent .div-block-4{
    margin-top: 80px;
  }
  .page-template-page-template-principal .wrapper-flex-parent .div-block-4{
    margin-top: 80px;
  }
  .page-template-page-template-contact .menu-overlay{
    padding-top: 90px;
  }
  .page-template-page-template-contact .wrapper-flex-child-menu{
    max-height: 460px;
  }
  .page-template-page-template-contact .wrapper-flex-parent-menu{
    min-height: 460px;
  }
  .menu-flex-container-contact{
    padding-top: 55px;
  }
  .contact-page-div{
    display: block;
  }
  .page-template-page-template-contact .wrapper-flex-child{
    height: 460px;
  }
  .page-template-page-template-contact .wrapper-flex-parent{
    min-height: 460px;
    justify-content: space-between;
  }

}







@font-face {
  font-family: 'Minion pro';
  src: url('../fonts/Minion-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Butler stencil';
  src: url('../fonts/Butler_Medium_Stencil.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Butler stencil';
  src: url('../fonts/Butler_Regular_Stencil.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Butler stencil';
  src: url('../fonts/Butler_Bold_Stencil.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}



