@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --primary: #eaf3d8;
    --darkgrey: #252523;
    --red: #e93a35;
    --green: #256737;
    --lightgreen: #85b346;
    --white: #fff;
    --black: #000;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    background-color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    font-weight: 700;
    color: var(--primary);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--primary);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: var(--white);
    }

    a:visited {
        color: var(--primary);
    }

        a:visited:hover {
            text-decoration: none;
            color: var(--white);
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: var(--white);
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    color: var(--white);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Outfit', Arial, Helvetica, sans-serif;
    background-color: rgba(37, 37, 35,.95);
    letter-spacing: 1px;
    padding: 1% 3%;
    height: 150px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-minimize {
    height: 110px;
    background-color: rgba(37, 37, 35,1);
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: var(--white);
}

#dnn_dnnLOGO_imgLogo {
    max-width: 175px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-minimize #dnn_dnnLOGO_imgLogo {
    max-width: 125px;
    width: 100%;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: var(--white) !important;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .nav-link:hover {
        color: var(--lightgreen) !important;
    }

.nav-link:visited {
    color: var(--white) !important;
}

    .nav-link:visited:hover {
        color: var(--lightgreen) !important;
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    background-color: rgba(37, 37, 35,.8);
    min-width: 12rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .5rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 16px;
        text-transform: initial !important;
    }

/*------------------------------------------------*/
/* ALERT BANNER */
/*------------------------------------------------*/

.alert-banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#dnn_AlertMessage .DnnModule {
    background-color: var(--primary);
    padding: 10px 0;
}

.alert-message h1,
.alert-message h2,
.alert-message h3,
.alert-message h4,
.alert-message h5,
.alert-message h6,
.alert-message p {
    color: var(--white);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 2%;
}

.alert-banner a {
    color: #FFC894;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.alert-banner a:hover {
    text-decoration: none;
    color: var(--white);
}

.alert-banner a:visited {
    color: #FFC894;
}

.alert-banner a:visited:hover {
    text-decoration: none;
    color: var(--white);
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* video hero */

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*margin-top: 150px;*/
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
}

body:not(.Page-Home) .video-container {
    display: none;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
}

.video-overlay p,
.video-overlay h1,
.video-overlay h2,
.video-overlay h3,
.video-overlay h4,
.video-overlay h5,
.video-overlay h6 {
    margin: 0;
    color: var(--white) !important;
}

.video-overlay h1 {
    font-size: 4.5rem;
}

/* photo hero */

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/158/cayman-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

/* subpages  */

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/158/cayman-bg.jpg');
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.PageType_Home .hero-text {
    top: 55%;
}

.hero-text p,
.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4 {
    margin: 0;
    color: var(--white) !important;
}

.hero-text h1 {
    font-size: 4.5rem;
    text-transform: uppercase;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 60px;
    padding-bottom: 20px;
}

    #MainContent li,
    #BottomContent li {
        list-style-type: disc;
    }

.PageType_Home #NoGutterPhotos {
    padding-left: 0;
    padding-right: 0;
}

.image-border {
    border-radius: 10px;
}

.green-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: var(--green);
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.green-button:hover {
    background-color: var(--lightgreen);
    color: var(--white) !important;
    text-decoration: none;
}

.book-button-transparent {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: rgba(245, 130, 22, .7);
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

    .book-button-transparent:hover {
        background-color: var(--primary);
        color: var(--white) !important;
        text-decoration: none;
    }

.grey {
    background-color: #303030;
    padding: 2px 4%;
    border-radius: 0px;
    margin: 1%;
}

    .grey h1,
    .grey h2,
    .grey h3,
    .grey h4,
    .grey h5,
    .grey h6,
    .grey p {
        color: var(--white);
        margin: 0.5rem 0 !important;
    }

    .grey ul {
        margin-bottom: 0.25rem !important;
    }
    
    .grey li {
        list-style-type: none !important;
    }

/* home page buttons */

body:not(.Page-Home) #NoGutterPhotos {
    display: none;
}

    #NoGutterPhotos .row {
        margin-right: 0px;
        margin-left: 0px;
    }

#leftSplitFullWidth,
#rightSplitFullWidth {
    background-color: #101010;
    border-bottom: 1px solid var(--white);
}

#leftSplitFullWidth {
    border-top: 1px solid var(--white);
}

#NoGutterPhotos #dnn_lsfLeft,
#NoGutterPhotos #dnn_rsfLeft {
    padding-right: 0px;
    padding-left: 0px;
}

#NoGutterPhotos p {
    margin-bottom: 0;
}

#dnn_BottomFullWidth {
    padding-right: 0px;
    padding-left: 0px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--black);
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: var(--white);
    }

#Footer p {
    color: var(--white) !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: var(--green);
        text-decoration: none;
    }

        #Footer p a:hover {
            color: var(--white);
        }
    #Footer p a:visited {
        color: var(--green);
    }

        #Footer p a:visited:hover {
            color: var(--white);
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .navbar {
        background-color: rgba(0,0,0,.8);
        padding: 1%;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 125px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 100px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        color: rgba(255,255,255,1) !important;
        border: none;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
        background-color: #030303;
    }

    .nav-link:hover {
        border: none;
        background-color: #030303;
    }

    .px-lg-4 {
        padding: 0 !important;
    }

    #videoBG {
        object-fit: cover;
        width: 100%;
        object-position: left;
    }

    .hero-text {
        padding: 0 5%;
    }

    .video-overlay h1,
    .hero-text h1 {
        font-size: 2.5rem !important;
    }

    .video-overlay h1 {
        margin-top: 13%;
    }

    .hero-text h3 {
        font-size: 1.5rem;
    }

    #NoGutterPhotos #dnn_lsfRight,
    #NoGutterPhotos #dnn_rsfRight {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
