@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body{
   background-color: #1c3343;
}
.header{
    background-image: url(../img/main.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.header-find{
    background-image: url(../img/hero-find.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 700px;
}
.header-gallery{
    background-image: url(../img/hero-gallery.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 700px;
}
.header-food{
    background-image: url(../img/hero-food.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 700px;
}
.header-dining{
    background-image: url(../img/hero-dining.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 700px;
}

.headoverlay{
    min-height: 650px;
    background: linear-gradient(rgba(23,92,145,0.9),rgba(23,92,145,0.4), rgba(32,22,80,0.0));
}
.hideHeadLogo{
    opacity:0;
    transition: opacity 2s;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.footer {
    padding: 80px 0 30px;
    background-color: #272829;
    line-height: 1.4em;
    text-align: center;
    color: #f2f2f2;
}
.footer h3{
    text-align: left;
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
} 
a{
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    transition: opacity 0.7s;
}
.menu-img-wrapper{
    display: flex;
    width: 100%;
    justify-content: center;
}
.head-img-wrapper{
    display: flex;
    width: 100%;
    justify-content: center;
}
.menu-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top:60px
}
.form-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    color: #d2b064
}
.form-wrapper input{
    width: 100%
}
.form-wrapper label{
    width: 100%;
    margin-top: 10px;
}
.form{
    border: #d2b064 1px solid;
    padding: 30px 50px;
    border-radius: 12px;
}
.click-modal-wrap{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.btn-v{
    display: inline-block;
    font-weight: 400;
    color: #d2b064;
    background-color: #1c3343;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d2b064;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-n{
    display: inline-block;
    font-weight: 400;
    color: #04b9da;
    background-color: #1c3343;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0396af;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-menu{
        display: inline-block;
        font-weight: 400;
        color: #d2b064;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid #d2b064;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-menu:hover {
    color: #fff;
    background-color: #13222d;
}
.btn-book{
    display: inline-block;
    font-weight: 400;
    color: #d2b064;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #d2b064;
    margin-top:20px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-book:active {
    background-color: #333;
    border-color: #333;
    color: #eee;
  }
.btn-book:hover {
    color: #fff;
    background-color: #13222d;
}
a:hover {
    color: #01bfdf;
    text-decoration: underline;
}
hr{
    width: 80%;
    color: #d2b064;
    height: 2px;
    border-top: #d2b064 solid 2px;
}
.footer3{
    background-color: #b4b4b4;
    height: 70px;
    padding: 20px 0px;
    text-align: center;
}
.footer3 img{
    width:55px;
    padding: 0px 10px 0px 10px;
}
.opening{
    margin-right: 20px;
    color: #9a9395;
}
.footer2 {
    padding: 30px 0 30px;
    background-color: #1b1b1b;
    line-height: 1.4em;
    text-align: center;
    color: #f2f2f2;
}
.footer2 p{
    color: #9a9a9a;
    padding-bottom: 0px;
    font-size: 0.8rem;
}
.intro{
    padding: 70px 0px 70px 0px;
}
.intro h1{
    padding-bottom: 60px;
    color: #57595b;
}
.food {
    padding: 70px 0px 70px 0px;
}
.food a{
    color: #1b1b1b;
}
.signup{
    padding:50px 0px 50px 00px;
    background-color:#f4f4f4;
}
.image-menu {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: unset;
}

.image-menu:hover .overlay {
    background-color: rgba(60,60,60,0.5);
}
.image-menu .overlay p {
    opacity: 0;
    position: relative;
    top: 20px;
    transition: all .5s;
}
.image-menu:hover .overlay p {
    color:white;
    font-weight: bold;
    position: relative;
    top: 0px;
    opacity: 1;
    transition: all .5s;
}
.image-menu .overlay {
    min-height: 500px;
}
.image-menu .overlay {
    /*min-height: 400px;*/
    width: 100%;
    transition: all .5s;
    background-color: rgba(32,22,80,0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.image-menu.one{
    background-image: url(../img/1.jpg);
}
.image-menu.two{
    background-image: url(../img/2.jpg);
}
.image-menu.three{
    background-image: url(../img/3.jpg);
}
.image-menu.four{
    background-image: url(../img/4.jpg);
}
.footer ul li {
    list-style-type: none;
    text-align: left;
    padding-bottom: .5rem;
}

.menu-wrapper {
    z-index: 9999;
    position: relative;
    background-color: rgba(32,22,80,0);
    transition: all .5s;
}
.menu {
    transition: left .4s;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    background-color: rgba(32,22,80,0.95);
    position: fixed;
    left: -300px;
    top: 0;
    height: 100vh;
    margin: 0;
    width: 250px;
    z-index: 999;
    text-align: center;
    font-size: 1em;
}
.logo-wrapper {
    padding: 30px 30px;
    text-align: center;
}
.nav-header-logo{
    display: flex;
    justify-content: center;
    /*width: calc(100% - 100px);*/
    padding-bottom: 4px;
}
.header-logo-body{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 80px
}
p{
    text-align: center;
    color: #c9c9c9;
}
h1,h2,h3,h4{
    color: #d2b064;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
p{
    padding:20px 0px;
    line-height: 30px;
    font-size: 1.2rem;
}
.site-wrapper-n{
    border: #0396af 3px solid;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 250ms;
    position: relative;
    overflow: hidden;
}
.site-wrapper-n:hover {
    transform: translateY(-10px);
    box-shadow: rgba(50, 50, 93, 0.35) 0px 50px 100px -20px, rgba(0, 0, 0, 0.4) 0px 30px 60px -30px, rgba(10, 37, 64, 0.45) 0px -2px 6px 0px inset;
  }
.site-wrapper-v{
    border: #d2b064 3px solid;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 250ms;
    position: relative;
    overflow: hidden;
}
.clickthrough-modal{
    background-color: #0000008c;
    width: 100%;
    height: 100%;
    position:absolute;
    display: none;
    color: #f2f2f2;
}
.clickthrough-modal2{
    background-color: #0000009d;
    width: 100%;
    height: 100%;
    position:absolute;
    display: none;
    color: #f2f2f2;
}
.site-wrapper-v:hover {
    transform: translateY(-10px);
    box-shadow: rgba(50, 50, 93, 0.35) 0px 50px 100px -20px, rgba(0, 0, 0, 0.4) 0px 30px 60px -30px, rgba(10, 37, 64, 0.45) 0px -2px 6px 0px inset;
  }
.site-wrapper-v a{
    color:#d2b064 ;
}
.site-wrapper-n a{
    color:#0396af ;
}
.v-head-img{
    padding:35px 0px 35px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.n-head-img{
    padding:35px 0px 35px 35px;
}
.card-text-wrapper{
    padding: 0px 10px 15px 15px;
    text-align: center;
}
/* .card-img-wrapper{
    position: relative;
} */

.sending{
    background-color: rgba(2, 2, 2, 0.7);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.temp{
    display:flex!important;
}
.loading-wrapper-animation{
    display: flex;
    width:100%;
    justify-content: center;
}
.loading-wrapper-text{
    display: flex;
    width:100%;
    justify-content: center;
}

.ventnor{
    color: #d2b064;
    margin-bottom: 30px;
}
.niton{
    color: #0396af;
}
.niton h5, .ventnor h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.card-img-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}
.site-picker{
    height: 100vh;
    width: 100%;
}
.site-picker ul{
    padding: 0px
}
.site-picker li{
    list-style: none;
}
.site-picker-logo{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.site-picker-logo img{
    max-width: 110px;
    opacity: 0.3;
}
.datepicker {
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    background-color: #f3f3f3;
    border: 1px solid #d2b064
}
.datepicker th, td {
    padding: 10px;
  }
  .datepicker table tr td.highlighted {
    background: #e8e8e8;
    border-radius: 3px;
}
  .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#2a4b63,#1c3343);
    background-image: -ms-linear-gradient(to bottom,#2a4b63,#1c3343);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2a4b63),to(#1c3343));
    background-image: -webkit-linear-gradient(to bottom,#2a4b63,#1c3343);
    background-image: -o-linear-gradient(to bottom,#2a4b63,#1c3343);
    background-image: linear-gradient(to bottom,#2a4b63,#1c3343);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #d2b064;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
h2{
    font-size: 60px;
    color: #f2f2f2;
    text-shadow: rgba(40,40,40,0.9) 0 0 10px;
}
p,li{
    font-family: 'Raleway', sans-serif;
    line-height: 2rem;
}
.contents p{
    color: #f2f2f2;
    position: relative;
    top: -20px;
}
#navbarTogglerDemo02{
    border-top:#9a9a9a 1px solid;
    padding-top: 50px;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #9a9a9a;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
}
.navbar-dark .navbar-nav .nav-link {
    color: #d2b064;
}
.main{border-top:#9a9a9a 2px solid;}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    background-color: #1c3343;
    border-bottom: #9a9a9a 1px solid;
}

.show {
padding-bottom: 40px;
transition: ease .3s;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid white;
    border-radius: .25rem;
}
.nav-item{
    text-align: center;
}
.nav-link{
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
}
.nav-logo{
    padding-bottom: 40px;
}
nav a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.footer3 a:hover {
    opacity: 0.5;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
  }
.space {
    border: #fff 10px solid;
}
.gallery {
    margin-top: 70px;
    margin-bottom: 70px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }
    .map-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .map-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
        margin-bottom: 50px;
    }
    .menu-item{
        font-family: 'Oswald', sans-serif;
        font-size: 1.4rem;
    }
    
    .menu-item a{
        color: #27476E;
    }
    .signup p{
        padding: 0px;

    }
    .signup h3{
        padding-bottom: 50px;

    }
    .bottom-margin{
        padding: 10px;
    }

@media (max-width: 576px) { 
    .site-wrapper-v{
        margin-top: 15px;
    }
 }


