@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    color: #000;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #a71d21;
    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;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #a71d21;
}

a:visited:hover {
    text-decoration: none;
    color: #000;
}

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    background-color: rgba(0,0,0,.25) !important;
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    margin-top: 5px;
    margin-bottom: 5px;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -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 {
    text-decoration: none;
    color: #C63B3F !important;
}

.nav-link:visited {
    color: #fff;
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #C63B3F !important;
}

.dropdown-menu {
    background-color: #202020;
    margin: 0;
    min-width: 15rem;
}

.dropdown-menu .nav-item {
    text-align: left;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/135/AdobeStock_499339989-2000.jpeg');
    height: 90vh;
    background-position: 50% 15%;
}

/* book now */

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/135/AdobeStock_145092063-1600-800.jpg');
    background-position: bottom;
}

.hero-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.PageType_Normal .hero-text {
    top: 60%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5 {
    color: #fff;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

/*------------------------------------------------*/
/* HOME */
/*------------------------------------------------*/

#HomeContentOne {
    padding-top: 40px;
    padding-bottom: 40px;
}

#HomeContentTwo {
    background-color: #202020;
    padding-top: 40px;
    padding-bottom: 40px;
}

#HomeContentTwo p,
#HomeContentTwo h1,
#HomeContentTwo h2,
#HomeContentTwo h3,
#HomeContentTwo h4,
#HomeContentTwo h5,
#HomeContentTwo h6 {
    color: #fff;
}

#HomeContentThree {
    padding-top: 20px;
    padding-bottom: 20px;
}

#HomeContentFour {
    background-color: #a71d21;
    padding-top: 40px;
    padding-bottom: 40px;
}

#HomeContentFour p,
#HomeContentFour h1,
#HomeContentFour h2,
#HomeContentFour h3,
#HomeContentFour h4,
#HomeContentFour h5,
#HomeContentFour h6 {
    color: #fff;
}

#HomeContentFour a {
    color: #202020;
}

#HomeContentFour a:hover {
    color: #fff;
}

#HomeContentFour a:visited {
    color: #202020;
}

#HomeContentFour a:visited:hover {
    color: #fff;
}

body:not(.Page-Home) #HomeContentOne,
body:not(.Page-Home) #HomeContentTwo,
body:not(.Page-Home) #HomeContentThree,
body:not(.Page-Home) #HomeContentFour {
    display: none;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Page-Home #MainContent {
    padding-top: 0;
    padding-bottom: 0;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.grey {
    background-color: #f0f0f0;
    margin: 2% auto;
    padding: 5% 2% 3%;
}

.grey p,
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6 {
    color: #000;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #fff;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff !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;
}

.book-button:hover {
    background-color: #fff;
    color: #202020 !important;
    text-decoration: none;
}

.book-button-alt {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000 !important;
    text-transform: uppercase;
    -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;
}

.book-button-alt:hover {
    color: #fff !important;
    background-color: #000;
    text-decoration: none;
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #202020;
    padding-top: 2%;
    padding-bottom: 2%;
}

footer .Normal {
    color: #fff !important;
}

footer .Normal a {
    color: #C63A3E;
}

footer .Normal a:hover {
    color: #fff;
    text-decoration: none;
}

footer .Normal a:visited {
    color: #C63A3E;
}

footer .Normal a:visited:hover {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .Page-Home .hero-text h1 {
        font-size: 6rem;
    }

    .PageType_Normal h1 {
        font-size: 4rem;
    }

    .hero-text h2 {
        font-size: 4.1rem;
    }

    .hero-text h3 {
        font-size: 2.45rem;
    }

    #HomeContentOne,
    #HomeContentTwo,
    #HomeContentThree,
    #HomeContentFour,
    #MainContent {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 997px) {

    #dnn_dnnLOGO_imgLogo {
        max-height: 80px;
        margin-left: 10px;
        margin-right: 0;
    }

    .navbar-nav {
        margin-right: auto !important;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 150px;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-text h2 {
        font-size: 1.75rem;
    }

    .hero-text h3 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {

}
