@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://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --red: rgba(43, 4, 5, 0.3);
    --lightred: rgba(100, 81, 83, 1);
    --black: rgba(0, 0, 0, 1);
    --blacktransp: rgba(0, 0, 0, 0.1); 
    --white: rgba(255, 255, 255, 1);
    --whitetransp: rgba(255, 255, 255, 0.3)
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
 /*   background: linear-gradient(0deg,rgba(100, 81, 83, 1) 0%, rgba(68, 46, 49, 1) 50%, rgba(42, 23, 17, 1) 100%);*/
    background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    font-weight: 800;
    color: var(--white);
    text-shadow: 2px 1px 2px black;
}

    h2 {
        font-size: 2em;
    }

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    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;
}

    a:hover {
        color: #fff;
    }

    a:visited {
        color: var(--white);
    }

        a:visited:hover {
            color: #fff;
        }

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

p {
    font-weight: 300;
}

hr {
    border-top: 1px solid var(--white);
    margin: 2em 0;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    color: #fff;
    -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: 'Lato', Arial, Helvetica, sans-serif;
    background-color: var(100, 81, 83, 0.4);
    letter-spacing: 1px;
    padding: 1%;
    height: 130px;
    -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(0,0,0,1);
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 350px;
    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: 275px;
    width: 100%;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #fff !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(--green) !important;
    }

    .nav-link:visited {
        color: #fff !important;
    }

        .nav-link:visited:hover {
            color: var(--green) !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 */
/*------------------------------------------------*/

#HeroBG {
    align-content: center;
    background-color: #000;
}

.hero-bg {
/*    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://theclubpar.uschedule.com/Portals/_default/images/AdobeStock_731492699-2000.png');
    object-fit: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-position: 50% 70%;*/
}

.hero-text h1 {
    font-size: 6em;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#FullWidthOne {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/_default/images/AdobeStock_255925737-2000.png');
    object-fit: contain;
    background-position: 0% 70%;
    padding-bottom: 1em;
}

    #dnn_osRightOne p {
        margin-bottom: 0;
        line-height: 0;
    }

.content-box {
    display: flex;
    flex-direction: column;
    background-color: var(--whitetransp);
    backdrop-filter: blur(15px);
    border: 2px solid var(--black);
    border-radius: 20px;
    padding: 1.5em;
}

    .content-box li {
        list-style-type: disc;
    }

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #442E31;
    border: 1px solid black;
    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;
    text-decoration: none;
}

    .book-button:hover {
        background-color: #645153;
        color: #fff !important;
        text-decoration: none;
    }

.book-button-transp {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    border: 2px solid 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;
    text-decoration: none;
}

    .book-button-transp:hover {
        background-color: rgba(0, 0, 0, 1);
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #000;
    /*padding: 3% !important;*/
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #fff;
    }

#Footer p {
    color: #fff !important;
    margin-top: 1rem;
}

    #Footer p a {
        color: var(--white);
        text-decoration: none;
    }

        #Footer p a:hover {
            color: #fff;
            text-decoration: underline;
        }

        #Footer p a:visited {
            color: var(--white);
            text-decoration: none;
        }

            #Footer p a:visited:hover {
                color: #fff;
                text-decoration: underline;
            }

/*------------------------------------------------*/
/* 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;
    }
}

@media screen and (max-width: 375px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 250px;
    }
}
