@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --white: #ffffff;
    --black: #000000;
    --lightgrey: #efefef;
    --grey: #909090;
    --darkgrey: #202020;
    --green: #088C59;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: var(--black);
    font-weight: 700;
    margin: 1rem 0;
}

.Normal {
    font-size: 16px;
    color: var(--black);
    line-height: 1.5;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

p {
    /*margin-top: 1rem;*/
    margin-bottom: 1rem;
}

hr {
    width: 10%;
    border-top: 3px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--green);
    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: var(--black);
}

a:visited {
    color: var(--green);
}

a:visited:hover {
    color: var(--black);
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.weight-400 {
    font-weight: 400;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-light {
    background-color: var(--lightgrey) !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 250px;
    margin-left: 20px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !important;
    border-bottom: 2px solid rgba(0,0,0,0);
    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;
    border-bottom: 2px solid rgba(0,0,0,1);
    color: var(--black) !important;
}

.nav-link:visited {
    color: var(--black);
    border-bottom: 2px solid rgba(0,0,0,0);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--black) !important;
    border-bottom: 2px solid rgba(0,0,0,1);
}

.dropdown-menu {
    background-color: #505050;
    margin: 0;
    min-width: 10rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .nav-link:hover {
    color: var(--black) !important;
    border-bottom: 2px solid rgba(0,0,0,0);
}

.dropdown-menu .nav-link:visited {
    color: var(--black) !important;
}

.dropdown-menu .nav-link:visited:hover {
    color: var(--black) !important;
    border-bottom: 2px solid rgba(0,0,0,0);
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* video hero */

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
}

body:not(.PageType_Home) .video-container {
    display: none;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
}

.video-overlay p,
.video-overlay h1,
.video-overlay h2,
.video-overlay h3,
.video-overlay h4,
.video-overlay h5,
.video-overlay h6 {
    margin: .5rem 0;
    color: #fff !important;
}

.video-overlay h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
}

.video-overlay h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.Page-Home .hero-bg {
    display: none;
}

/* photo hero */

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    height: 350px;
}

/* memberships */

.Id3453 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/160/memberships.jpg');
    background-position: top;
}

/* rates */

.Id3454 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/160/rates.jpg');
}

/* events */

.Id3460 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/160/events.jpg');
    background-position: top;
}

/* faq */

.Id3609 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/160/3BaysView4.png');
}

/* contact */

.Id3455 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/160/contact.jpg');
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    color: #fff;
    font-weight: 700;
}

.hero-text h1 {
    font-size: 4rem;
    text-transform: uppercase;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#MainContent li {
    list-style-type: disc;
}

#MainContentBottom {
    padding-left: 0;
    padding-right: 0;
}

/* etc */

.image-border {
    border-radius: 10px;
}

.darkgrey {
    background-color: var(--darkgrey);
    padding: 0 1%;
}

.darkgrey h1,
.darkgrey h2,
.darkgrey h3,
.darkgrey h4,
.darkgrey h5,
.darkgrey h6,
.darkgrey li,
.darkgrey p {
    color: var(--white);
}

.black-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--black);
    color: var(--white) !important;
    border: 2px solid var(--black);
    -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;
}

.black-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.white-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--white);
    color: var(--black) !important;
    border: 2px solid var(--white);
    -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;
}

.white-button:hover {
    background-color: var(--black);
    color: var(--white) !important;
    text-decoration: none;
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    /*transform: scale(1.01);*/
}

.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%);
    width: 90%;
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/* subscription */

.sub-widget {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.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;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sub-widget .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .15);
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

#FooterContainer {
    background-color: var(--black);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#FooterContainer h1,
#FooterContainer h2,
#FooterContainer h3,
#FooterContainer h4,
#FooterContainer h5,
#FooterContainer h6 {
    color: var(--white) !important;
}

#FooterContainer p {
    color: var(--white) !important;
    margin-top: 1rem;
}

#FooterContainer p a {
    color: var(--green);
    text-decoration: none;
}

#FooterContainer p a:hover {
    color: var(--white);
}

#FooterContainer p a:visited {
    color: var(--green);
}

#FooterContainer p a:visited:hover {
    color: var(--white);
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 768px) {
    #MainContent.container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }

    .text-overlay h2 {
        font-size: 2.5rem;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1140px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
}