@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face {
  font-family:"LyonDisplay";
  font-weight: bold;
  src: local('Garamond'), url("https://d13z18y4dp4sso.cloudfront.net/93/images/fonts/LyonDisplay-Bold.otf") format("opentype");
  font-display: swap;
}

.bg-light { background: #ffffff; }
.bg-grey { background: #f8faf8; }
.gradient { background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); }

.container-fluid { max-width: 1680px;padding-left: 90px; padding-right: 90px; }

@media (max-width: 767.98px){
  .container-fluid { padding-left: 30px!important; padding-right: 30px!important; }
  .contact_e {font-size:30px;}
}

#app {
  opacity: 0;
}

#app.show {
  animation: fade-in 500ms;
  opacity: 1;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 8px;
  padding-right: 8px;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  border:1px solid #11BAAA;
  background-color: #11BAAA;
  height: 46px;
  line-height: 46px;
  padding:0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border:1px solid #11BAAA;
  background-color: #11BAAA;
}

.btn-info {
  border:1px solid #11BAAA;
  background-color: #fff;
  height: 46px;
  line-height: 46px;
  padding:0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color:#424242;
  margin-bottom: 20px;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  border:1px solid #11BAAA;
  background-color: #fff;
  color:#424242;
}

body { 
  color: #717171;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

h1,h2,h3 {
  color: #424242;
  font-family: "LyonDisplay";
  font-weight: 700;

}

a {
  text-decoration: underline;
  color: #717171;
}


/* NAV */
@keyframes slow-zoom {
  0%{
    background-size: 100%;
  }
  100%{
    background-size: 105%;
  }
}

  
@keyframes card-open {
  0%{
    height: 0px;
    width: 0px;
    top: 0px;
    right: 0px;
    border-radius:50%;
  }
  100%{
    height: 3000px;
    width: 3000px;
    top: -480px;
    right: -480px;
    border-radius:50%;
  }
}

@keyframes fade-in {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.mobile-nav .frame {
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  color: #fff;
  z-index: 10001;
  padding: 30px;
}

.mobile-nav.active .frame {
  animation: fade-in 1500ms;
}

.mobile-nav {
  position: fixed;
  top:0px;
  right:0px;
  background: #11BAAA;
  width:100%;
  height:100%;
  z-index: 10000;
  display: none;
}

.mobile-nav.active {
  animation: card-open 1000ms cubic-bezier( 0.405, 0.00, 0.165, 1.000);
  width: 100%;
  height: 100%;
  display:block;
}

.mobile-nav .rf-logo {
  position: absolute;
  left:30px;
  top:30px;
  width:120px;
}

.mobile-nav .rf-close {
  position: absolute;
  right:30px;
  top:30px;
  font-family: Arial;
  font-size: 30px;
}

.mobile-nav ul {width:100%;}
.mobile-nav .nav-item a {
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  text-align: right;
  font-size: 30px;
  line-height: 40px;
}

.mobile-nav .secondary {
  position: absolute;
  right:30px;
  bottom:30px;
}

.mobile-nav .secondary a {
  color: #DDEFED;
  font-size: 25px;
}

.rf-close,
.rf-open { width:30px; }

/* /NAV */

.form-control {
  border: 1px solid #979797;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 17px;
  padding: 15px;
  color:#717171;
  height: auto;
}

.form-control:disabled, .form-control[readonly] { background: #fff; }

.rf-btn-lg {
  font-size: 20px;
  line-height: 24px;
  padding: 28px;
  height: auto;
}

/* HELPERS */

.rf-pb-20 { padding-bottom: 16px; }
.rf-mb-20 { margin-bottom: 16px; }
.rf-mb-50 { margin-bottom: 50px; }
.rf-pt-50 { padding-top: 50px; }

.rf-pb-0 {padding-bottom: 0px!important;}

.rf-line {
  border-bottom: 1px solid #A2A2A2;
  margin-right:15px;
  width:15px;
  display: inline-block;
  position: relative;
  top:-2px;
}

.rf-arrow {
  margin-right:15px;
  width:30px;
  height:15px;
  display: inline-block;
  background-image: url('https://d13z18y4dp4sso.cloudfront.net/93/images/pil.svg');
  background-repeat: no-repeat;
  background-position: bottom;
}

/* /HELPERS */

/* FONTS */

.h-sm { 
  height:50px;
  color: #A2A2A2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
}


@media (max-width: 767.98px){
  .h-sm { 
    margin-top:20px;
    height:30px;
  }
}

.link-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.link-box a {
  font-weight: bold;
}

h2 { font-size: 40px; }

h2 span {  
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #E6F1F0 50%, #E6F1F0 100%);
  padding-bottom: 5px;
}

h4 {
  color: #717171;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

/* /FONTS */

/* NAV SECTION */

nav.navbar {
  transition: all 0.2s linear;
  padding: 25px 0;
}

nav.navbar .navbar-brand {
  width:120px;
}

nav.navbar .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 22px;
  padding-right: 0px!important;
  text-decoration: none;
}

nav.navbar .nav-link:hover, 
nav.navbar .nav-link:active,
nav.navbar .active .nav-link {
  background: none;
}

.fade-out {
  margin-top:-110px;
}

/* /NAV SECTION */


/* COVER SECTION */

section.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

section.cover .cover-video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height: 716px;
  overflow: hidden;
}

section.cover .cover-video {
  min-height: 100%;
  min-width: 100%;
}
  
section.cover .maxheight {
  min-height: 716px;
}

section.cover h1 {
  font-size: 50px;
  font-family: "LyonDisplay";
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

section.cover p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 120px;
}


section.cover .subtitle {
  color: #FFFFFF;
  font-family: "LyonDisplay";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0px;
}

/* /COVER SECTION */

section.reefs-end-faq h2 {
  font-size: 20px;
  margin-top: 30px;
}

/* FOOTER */

footer h2 {
  color: #424242;  
  font-size: 45px;
}

footer {
  color: #717171;
  font-size: 14px;
  line-height: 22px;
}

footer .copyright {
  color: #B5B5B5;
}

/* /FOOTER */


/* FORM */

.form-container {
  margin-top: 160px;
  margin-bottom: 100px;
  background: #fff;
  padding:70px 100px;
  min-height: 578px;
  max-width: 1051px;
}

.form-container h2 {
  font-size: 40px;
}

@media (max-width: 767.98px){
  .form-container {
    padding:20px;
    margin-bottom: 20px;
  }
}

/* /FORM */

section.cover {
  margin-bottom: 50px;
}

section.rf-quote {
  padding: 50px 0px;
}

section.rf-img-mosaic {
  padding: 50px 0px;
}

section.rf-img-mosaic-text {
  padding: 100px 0px 70px;
  background: #f8faf8;
}

section.rf-two-columns {
  padding: 50px 0px;
}

section.rf-three-columns {
  padding: 50px 0px;
}

section.rf-three-columns .img-hover-zoom {
  overflow: hidden;
  display:block;
}

section.rf-three-columns .img-hover-zoom img {
  transition: transform 1s ease;
}

section.rf-three-columns .img-hover-zoom img:hover {
  transform: scale(1.05);
}

section.rf-one-column {
  padding: 50px 0px;
}

section.rf-img-tripadvisor { padding: 50px 0px; }
section.rf-img-tripadvisor img { max-width: 150px;margin: 20px 0px; }


/* ASPEC IMg */
.neg-margin { margin-top:-5%;  }

.ratio-16-9 {
  width:100%;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}

.ratio-16-9 .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ratio-4-5 {
  width:100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.ratio-4-5 .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 576px){
  .ratio-4-5 { padding-top: 0% }
  .ratio-4-5 .ratio-content { position: static; }
  .ratio-16-9 { padding-top: 0% }
  .neg-margin { margin-top: 0; }
  .ratio-16-9 .ratio-content { position: static; }
}
/*  */