

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}


@media (min-width: 992px) {

    h1 {
    font-size: 70px;
    margin-top: 130px;
    margin-bottom: 190px;
}

}


@media (max-width: 480px) {

    h1 {
    font-size: 28px;
    line-height: 30px;
}

}


h2, h3, h4, h5 {
        font-family: 'Cormorant Garamond', serif;
    font-weight: 400;    

}





.btn {
        font-family: 'Cormorant Garamond', serif;
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1rem 2rem;
  font-size: 130%;
  text-transform: none;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #133866;
}

.btn-primary:hover {
  background-color: #6EA1E3;
}

.btn-primary:focus {
  background-color: #204D85;
  color: white;
}

.btn-primary:active {
  background-color: #204D85 !important;
}


.overlay-carousel {
    z-index: 9999;
}


header.masthead {
    background: #FFF;

}

header.masthead2 {
    background: url('/images/backgrounds/bg-point.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header.masthead3 {
    background: url('/images/backgrounds/bg-water.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


header.masthead > .overlay {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: none;

}

header.masthead > .overlay-deckhouse {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-starfish.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-amenities {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-water.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-wyeriver {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-wyeriver.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-gallery {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-shell.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-guestcomments {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-flowers.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}

header.masthead > .overlay-bookings {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-mermaid.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}


header.masthead > .overlay-howto {
    padding: 40px 0px 0px 0px;
    text-align: center;
    background: #FFF;
    background: url('/images/backgrounds/bg-aerial-1.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    

}




@media (min-width: 992px) {
    header.masthead > .overlay {
        padding: 120px 0px 0px 0px;
    }

    header.masthead2 > .overlay {
        padding: 0px 0px 0px 0px;
    }
}

.base-section {
  padding: 60px 30px 10px 30px;
    background: #FFF;
font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;

}



.base-section .card {
  border: 0;
    border-radius: 0px;
    background: #fff;
    text-align: center;
    	box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;

}

.base-section .card-body {
  font-size: 90%;
    border-radius: 0px;

}


.base-section .card-title {
  font-size: 22px;
    font-family:'ITCTempusSansW01-Regula';
  text-transform: none;
}



.base-section .card hr {
  border-color: #a2a9d2;
  border-width: 0.25rem;
  width: 3rem;
}

.base-section .social {
  margin-top: 5rem;
}

.base-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.base-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.base-section .social a:active {
  color: #fff;
}


.no-padding {
    padding: 0;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.padding60 {
    padding: 60px;
}


.padding-extra {
    padding: 20px;
}

@media (min-width: 1440px) {
    .padding-extra {
        padding: 100px;
    }
}


.guestComments {
        font-family: 'Cormorant Garamond', serif;
    font-size: 110%;
}


.shadowImage {
    	box-shadow: 0px 4px 8px rgba(0,0,0,0.4) ;

}


body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

a {
  color: #22518D;
    font-weight: 500;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1663C4;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #204D85 !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 80px 0px 10px 0px;
    
    background: url('/images/backgrounds/footer-bg.jpg') no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin: 0px;
    
}


@media (min-width: 992px) {

    footer  {
  padding: 180px 0px 10px 0px;
    
}

}


footer a {
  color: #FFF;
}

footer a:hover {
  color: #21C2FF;
}


footer .social-link {
  display: block;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 2rem;
    color: #FFF; 
  background-color: #6EA1E3;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer .social-link:hover {
  background-color: #FFF;
    color: #133866;
  text-decoration: none;
}



/* --------------------------------------
   Gallery
   -------------------------------------- */

#gallery {
    margin: 30px 0px 20px 0px;
    
}

#gallery .gallery-item {
    right: 0;
    margin: 20px 20px 20px 20px;
    
}

#gallery .gallery-item .gallery-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 680px;
}

#gallery .gallery-item .gallery-link .gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.60);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#gallery .gallery-item .gallery-link .gallery-hover:hover {
    opacity: 1;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content i {
    margin-top: -12px;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h3,
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h4,
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h5 {
    margin: 0;
}

#gallery .gallery-item .gallery-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: none;
}

#gallery .gallery-item .gallery-caption h4 {
    margin: 0;
    text-transform: none;
	color: #fff;
}

#gallery .gallery-item .gallery-caption h5 {
    margin: 0;
    text-transform: none;
	color: #000;
}

#gallery .gallery-item .gallery-caption p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

#gallery * {
    z-index: 2;
}

@media(min-width:980px) {
    
#gallery {
    margin: 20px 80px 20px 80px;
    
}
    
    #gallery .gallery-item {
        margin: 0px 0px 30px 0px;
    }
}


.tmb-link {
    margin: 0;
  -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;
    
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    
}

.tmb-link:hover {
    opacity: 0.7;
    
    -webkit-clip-path: inset(10px);
    clip-path: inset(10px);    
      
}


