@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --orange: #F58216;
    --red: rgba(179, 51, 44, 1);
    --black: rgba(0, 0, 0, 1);
    --white: rgba(255, 255, 255, 1);
    --offwhite: rgba(245, 245, 245, 1);
    --grey: rgba(25, 25, 25, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 300;
    background-color: var(--grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    font-weight: 700;
    color: var(--red);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--red);
    -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: rgba(150, 51, 44, 1);
    }

    a:visited {
        color: var(--red);
    }

        a:visited:hover {
            text-decoration: none;
            color: rgba(150, 51, 44, 1);
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
}

p,
ul,
li {
    font-weight: 400;
    font-size: 18px;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    -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 {
    border-radius: 0 !important;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    background-color: rgba(0, 0, 0, .8);
    letter-spacing: 1px;
    padding: 1%;
    height: 100px;
    -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: 90px;
    background-color: var(--black);
}

.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: 250px;
    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: 225px;
    width: 100%;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: var(--white) !important;
    font-size: 20px;
    font-weight: bold;
    -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(--red) !important;
    }

.nav-link:visited {
    color: var(--white) !important;
}

    .nav-link:visited:hover {
        color: var(--red) !important;
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    background-color: rgba(0,0,0,.8);
    min-width: 12rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .5rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 16px;
        text-transform: initial !important;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    width: 100%;
    height: 10vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

    .Page-Home .hero-bg {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/_default/images/AdobeStock_68817780-1600-800.jpg');
        background-size: cover;
        background-position: 50% 50%;
        object-fit: cover;
        background-position: center;
        height: 70vh;
    }

    body:not(.PageType_Home) .hero-bg {
        margin-top: 110px;
        margin-bottom: 1.5em;
        background-color: rgba(25, 25, 25, 1);
    }

.hero-text {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .Page-Home .hero-text p,
    .Page-Home .hero-text h1,
    .Page-Home .hero-text h2,
    .Page-Home .hero-text h3,
    .Page-Home .hero-text h4 {
        margin: 0;
        color: var(--white) !important;
    }

.hero-text h1 {
    text-transform: uppercase;
    font-size: 4.5rem;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContentTop,
#MainContent {
    background-color: var(--black);
}

#MainContent li,
#BottomContent li {
    list-style-type: disc;
}

/* home */

.PageType_Home #MainContent {
    background-color: var(--grey);
    padding-top: 0;
    padding-bottom: 2em;
}

.PageType_Home #ThreeColumnFourTiles {
    margin-bottom: 2em;
}

    .PageType_Home #ThreeColumnFourTiles p {
        margin-bottom: 0;
    }

.PageType_Home #ThreeColumnThree {
    height: 40vh;
    align-content: center;
}

@media screen and (min-width: 992px) {
    .PageType_Home .glass-box.white-solid {
        height: 210px;
        justify-content: center;
    }
}

/* rentals */

.Id3477 #TwoColumn,
.Id372 #TwoColumn {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/_default/images/AdobeStock_250923456-2000-1000.jpg');
    background-size: cover;
    background-position: 50% 100%;
    object-fit: cover;
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
}

@media screen and (max-width: 992px) {
    .Id3477 #TwoColumn,
    .Id372 #TwoColumn {
        background-position: 65% 50%;
    }
}

/* memberships */

.Id3478 #FullWidthTwo,
.Id369 #FullWidthTwo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/_default/images/AdobeStock_255925737-2000.png');
    background-size: cover;
    background-position: 50% 40%;
    object-fit: cover;
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
}

@media screen and (max-width: 992px) {
    .Id3478 #FullWidthTwo,
    .Id369 #FullWidthTwo {
        background-position: 65% 50%;
    }
}

/* contact */
.Id3480 #MainContent,
.Id371 #MainContent {
    padding-top: 2em;
    padding-bottom: 2em;
}

/* etc. */

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: var(--red);
    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:hover {
        background-color: rgba(150, 51, 44, 1);
        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(--black) !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(--red);
        color: var(--black) !important;
        text-decoration: none;
    }

.glass-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    border: 2px solid var(--white);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    text-align: center;
}

    .glass-box ul {
        text-align: left;
    }

    .white {
        background-color: rgba(255, 255, 255, 0.25);
    }

    .black {
        background-color: rgba(0, 0, 0, 0.25);
        color: var(--white) !important;
    }

    .black-solid {
        background-color: var(--black);
        color: var(--white) !important;
    }

        .black-solid a:hover {
            color: var(--white) !important;
        }

    .white-solid {
        background-color: var(--offwhite);
        color: var(--black);
    }

.black-box {
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid var(--black);
    border-radius: 10px;
}

/* signup form */

.sub-widget .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0,0,0,.15);
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .sub-widget .form-control::placeholder {
        color: #fff;
    }

    .sub-widget .form-control:focus {
        color: #fff;
        background-color: rgba(0,0,0,.25);
        border-color: #fff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .15);
    }

.sub-widget .book-button {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: solid 2px var(--red);
}

/* recaptcha badge */
.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--black);
}

    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(--red);
        text-decoration: none;
    }

        #Footer p a:hover {
            color: rgba(150, 51, 44, 1);
        }
    #Footer p a:visited {
        color: var(--red);
        text-decoration: none;
    }

        #Footer p a:visited:hover {
            color: rgba(150, 51, 44, 1);
        }

/*------------------------------------------------*/
/* 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: 275px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 200px;
    }

    .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;
    }

    .video-container {
        margin-top: 110px;
    }

    #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;
    }

    .glass-box {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 768px) {
    .Id3209 #FullWidthThree {
        min-height: 150px;
    }
}

@media screen and (max-width: 375px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 250px;
    }
}