@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://use.typekit.net/cim4cjv.css");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --lighterpurple: #E4D8F4;
    --lightpurple: #c4ade1;
    --purple: #9773c4;
    --darkpurple: #4f2683;
    --lightgrey: #a6a6a6;
    --darkgrey: #545454;
    --darkestgrey: #202020;
    --black: #000;
    --white: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    margin-top: .5rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: var(--black);
}

.manifold {
    font-family: 'Manifold', Arial, Helvetica, sans-serif;
}

.jumbo {
    font-size: 6rem;
}

.large {
    font-size: 4rem;
}

.purple {
    color: var(--darkpurple);
}

.lightpurple {
    color: var(--lightpurple);
}

.darkgrey {
    color: var(--darkgrey);
}

.darkpurple-border {
    border: 2px solid var(--darkpurple);
}

.lightpurple-border {
    border: 2px solid var(--lightpurple);
}

.black-border {
    border: 2px solid var(--black);
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--darkpurple);
    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(--darkpurple);
}

a:visited:hover {
    text-decoration: none;
    color: var(--black);
}

.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;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopBanner {
    background-color: var(--lightpurple);
    position: relative;
    z-index: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#TopBanner p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white);
    font-weight: 700;
}

#TopBanner p a {
    color: var(--white);
}

#TopBanner p a:hover {
    color: var(--lightgreen);
}

#TopBanner p a:visited {
    color: var(--white);
}

#TopBanner p a:visited:hover {
    color: var(--lightgreen);
}

#TopBanner .bi {
    font-size: 18px;
}

#TopBanner .white-button {
    padding: 0px 10px;
    margin-top: 0;
    margin-bottom: 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
    -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;
}

.bg-light {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--lightgrey);
}

.PageType_Home .bg-light,
.Id3487 .bg-light,
.Id3490 .bg-light {
    background-color: rgba(255,255,255,1) !important;
}

.nav-minimize.bg-light {
    background-color: rgba(255,255,255,1) !important;
}

.logo-text {
    font-family: 'Manifold CF';
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -5px;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 75px;
    margin-left: 20px;
    margin-right: 5px;
    -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-height: 60px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--black) !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: var(--darkpurple) !important;
}

.nav-link:visited {
    color: var(--black);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--darkpurple) !important;
}

.dropdown-menu {
    background-color: var(--lightgrey);
    margin: 0;
    min-width: 10rem;
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* video hero */

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    height: 500px;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
}

/*body:not(.Page-Home)*/ .video-container {
    display: none;
}

.video-overlay p,
.video-overlay h1,
.video-overlay h2,
.video-overlay h3,
.video-overlay h4,
.video-overlay h5,
.video-overlay h6 {
    margin: 0;
    color: #fff !important;
    font-family: 'Anta', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/* 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: 500px;
}

/*.PageType_Home .hero-bg {
    display: none;
}*/

/* home */

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 1) 100%), url('/portals/161/krafy-golf-simulator.jpg');
    height: 90vh;
    background-position: bottom;
}

body:not(.PageType_Home):not(.Id3487):not(.Id3490) .hero-bg {
    display: none;
}

/* instruction */

.Id3487 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('/portals/161/justin-kraft-with-logo.jpg');
    background-position: 50% 35%;
}

/* contact */

.Id3490 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 1) 100%), url('/portals/161/contact-us-background.jpg');
    background-position: 50% 25%;
    height: 700px;
}

.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: var(--white);
    font-weight: 400;
    font-family: 'Manifold CF', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

.hero-text h1,
.hero-text h2 {
    font-weight: 700;
}

.header-logo {
    max-width: 200px;
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

/* home */

.PageType_Home #MainContentColor {
    background-color: var(--black);
}

.PageType_Home #dnn_ThreeColumnTopOneLeft,
.PageType_Home #dnn_ThreeColumnTopOneMid,
.PageType_Home #dnn_ThreeColumnTopOneRight,
.PageType_Home #dnn_ThreeColumnTopTwoLeft,
.PageType_Home #dnn_ThreeColumnTopTwoMid,
.PageType_Home #dnn_ThreeColumnTopTwoRight {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.PageType_Home #MainContentColor p,
.PageType_Home #MainContentColor h1,
.PageType_Home #MainContentColor h2,
.PageType_Home #MainContentColor h3,
.PageType_Home #MainContentColor h4,
.PageType_Home #MainContentColor h5,
.PageType_Home #MainContentColor h6,
.PageType_Home #HomeTwoColumnFirst p,
.PageType_Home #HomeTwoColumnFirst h1,
.PageType_Home #HomeTwoColumnFirst h2,
.PageType_Home #HomeTwoColumnFirst h3,
.PageType_Home #HomeTwoColumnFirst h4,
.PageType_Home #HomeTwoColumnFirst h5,
.PageType_Home #HomeTwoColumnFirst h6,
.PageType_Home #HomeTwoColumnSecond p,
.PageType_Home #HomeTwoColumnSecond h1,
.PageType_Home #HomeTwoColumnSecond h2,
.PageType_Home #HomeTwoColumnSecond h3,
.PageType_Home #HomeTwoColumnSecond h4,
.PageType_Home #HomeTwoColumnSecond h5,
.PageType_Home #HomeTwoColumnSecond h6 {
    color: var(--white);
}

body:not(.PageType_Home) #HomeContent {
    display: none;
}

.PageType_Home #HomeContentThree {
    padding-top: 2rem;
}

.PageType_Home #HomeContentOne {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.PageType_Home #HomeContentTwo,
.PageType_Home #HomeTwoColumnTrackman {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: var(--darkestgrey);
}

.PageType_Home #HomeTwoColumnFirst,
.PageType_Home #HomeTwoColumnSecond {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--black);
}

.PageType_Home #HomeContentThree {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('/portals/161/AdobeStock_255925737-2000-1000.jpg');
    background-position: bottom;
    background-size: cover;
}

.PageType_Home #HomeContentThree p,
.PageType_Home #HomeContentThree h1,
.PageType_Home #HomeContentThree h2,
.PageType_Home #HomeContentThree h3,
.PageType_Home #HomeContentThree h4,
.PageType_Home #HomeContentThree h5,
.PageType_Home #HomeContentThree h6 {
    color: var(--white);
}

.PageType_Home #dnn_FullBottomContentPane {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.PageType_Home footer {
    margin-top: 0;
}

/* membership */

.Id3486 #HeroTwoColumn,
.Id3486 #MainContentColor,
.Id3486 #MainContentBottom {
    background-color: var(--black);
}

.Id3486 #FullColumnTop {
    padding-top: 2rem;
}

.Id3486 #FourColumnTopOne {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Id3486 #HeroTwoColumn p,
.Id3486 #HeroTwoColumn h1,
.Id3486 #HeroTwoColumn h2,
.Id3486 #HeroTwoColumn h3,
.Id3486 #HeroTwoColumn h4,
.Id3486 #HeroTwoColumn h5,
.Id3486 #HeroTwoColumn h6
.Id3486 #MainContentColor p,
.Id3486 #MainContentColor h1,
.Id3486 #MainContentColor h2,
.Id3486 #MainContentColor h3,
.Id3486 #MainContentColor h4,
.Id3486 #MainContentColor h5,
.Id3486 #MainContentColor h6,
.Id3486 #MainContent p,
.Id3486 #MainContent h1,
.Id3486 #MainContent h2,
.Id3486 #MainContent h3,
.Id3486 #MainContent h4,
.Id3486 #MainContent h5,
.Id3486 #MainContent h6,
.Id3486 #MainContentBottom p,
.Id3486 #MainContentBottom h1,
.Id3486 #MainContentBottom h2,
.Id3486 #MainContentBottom h3,
.Id3486 #MainContentBottom h4,
.Id3486 #MainContentBottom h5,
.Id3486 #MainContentBottom h6 {
    color: var(--white);
}

.Id3486 #MainContent {
    background-color: var(--darkestgrey);
}

.Id3486 #dnn_FullBottomContentPane {
    max-width: 1000px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 996px) {
    .Id3486 #HeroTwoColumn h1 {
        font-size: 5rem;
    }

    .Id3486 #HeroTwoColumn h3 {
        font-size: 2.5rem;
    }
}

/* instruction */

.Id3487 #SectionTwo {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3487 #MainContent {
    background-color: var(--darkestgrey);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3487 #TwoColumnOne {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.Id3487 #SectionThree {
    background-color: var(--lightgrey);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3487 #SectionFour {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3487 #MainContentBottom {
    background-color: var(--black);
}

.Id3487 #MainContent p,
.Id3487 #MainContent h1,
.Id3487 #MainContent h2,
.Id3487 #MainContent h3,
.Id3487 #MainContent h4,
.Id3487 #MainContent h5,
.Id3487 #MainContent h6,
.Id3487 #MainContentBottom p,
.Id3487 #MainContentBottom h1,
.Id3487 #MainContentBottom h2,
.Id3487 #MainContentBottom h3,
.Id3487 #MainContentBottom h4,
.Id3487 #MainContentBottom h5,
.Id3487 #MainContentBottom h6 {
    color: var(--white);
}

.Id3487 #MainContent a {
    color: var(--purple);
}

.Id3487 #MainContent a:hover {
    color: var(--white);
}

.Id3487 #MainContent a:visited {
    color: var(--purple);
}

.Id3487 #MainContent a:visited:hover {
    color: var(--white);
}

.Id3487 #dnn_FullBottomContentPane {
    max-width: 1000px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.testimonial {
    font-size: 1.2em;
}

.testimonial-sig {
    font-size: .9em;
    font-style: italic;
}

@media screen and (min-width: 995px) {
    .Id3487 #dnn_TwoColumnOneLeft {
        border-right: 1px solid white;
    }
}

/* technology */

.Id3488 #MainContent {
    background-color: var(--lightgrey);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3488 #SectionThree {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3488 #SectionFour {
    background-color: var(--darkestgrey);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3488 #SectionFour p,
.Id3488 #SectionFour h1,
.Id3488 #SectionFour h2,
.Id3488 #SectionFour h3,
.Id3488 #SectionFour h4,
.Id3488 #SectionFour h5,
.Id3488 #SectionFour h6,
.Id3488 #SectionFour li {
    color: var(--white) !important;
}

.Id3488 #SectionFive {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3488 #SectionSix {
    background-color: var(--lightgrey);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3488 #SectionSeven {
    background-color: #f5f5f5;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3488 #SectionEight {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.technology {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: var(--white);
    margin: 10px auto;
    padding: 5% 2%;
    border-radius: 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
}

/* contact */

.Id3490 #MainContent {
    background-color: var(--black);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Id3490 #MainContent p,
.Id3490 #MainContent h1,
.Id3490 #MainContent h2,
.Id3490 #MainContent h3,
.Id3490 #MainContent h4,
.Id3490 #MainContent h5,
.Id3490 #MainContent h6,
.Id3490 #MainContent li {
    color: var(--white) !important;
}

/* faq */

.Id3617 #FullColumnTop {
    background-color: var(--lightgrey);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* etc */

#MainContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

#SectionTwo li,
#SectionThree li,
#SectionFour li,
#SectionFive li,
#SectionSix li,
#SectionSeven li,
#MainContent li {
    list-style-type: disc;
}

.carousel {
    padding-bottom: 60px;
}

.carousel-indicators li {
    list-style-type: none !important;
}

.image-border {
    border-radius: 10px;
}

.w-90 {
    width: 90%;
}

.upper-image p {
    margin-top: 0;
    margin-bottom: 0;
}

.lightpurple {
    background-color: var(--lightpurple);
    border-radius: 5px;
    margin: 10px auto;
    padding: 2%;
}

.lightpurple p,
.lightpurple li,
.lightpurple h1,
.lightpurple h2,
.lightpurple h3,
.lightpurple h4,
.lightpurple h5,
.lightpurple h6 {
    color: var(--white);
}

.white {
    background-color: var(--white);
    border-radius: 5px;
    margin: 10px auto;
    padding: 2%;
}

.white p,
.white li,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: var(--black) !important;
}

.darkgrey {
    background-color: var(--darkestgrey);
    border-radius: 5px;
    margin: 10px auto;
    padding: 2%;
}

.darkgrey p,
.darkgrey h1,
.darkgrey h2,
.darkgrey h3,
.darkgrey h4,
.darkgrey h5,
.darkgrey h6,
.darkgrey li {
    color: var(--white) !important;
}

.lightpurple p,
.white p {
    font-size: 14px;
}

.lightpurple ul,
.white ul,
.darkgrey ul {
    list-style: disc;
    margin-left: 40px;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid var(--white);
    border-radius: 5px;
    background-color: rgba(0,0,0,.05);
    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;
}

.white-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.purple-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--darkpurple);
    color: var(--white) !important;
    border: 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;
}

.purple-button:hover {
    color: var(--white) !important;
    background-color: var(--purple);
    text-decoration: none;
}

.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: #000;
    background-color: rgba(255,255,255,.75);
    background-clip: padding-box;
    border: 1px solid var(--white);
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sub-widget .form-control::placeholder {
    color: #202020;
}

.sub-widget .form-control:focus {
    color: #000;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .1);
}

#signup_button {
    font-family: 'Oswald';
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 250px;
}

/* 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: var(--white);
    border-top: 1px solid rgba(0,0,0,.25);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer p {
    font-size: .85rem;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {
    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1,
    .video-overlay h1 {
        font-size: 4rem;
    }

    #SectionTwo,
    #MainContent,
    #SectionThree,
    #SectionFour,
    #SectionFive,
    #SectionSix,
    #SectionSeven,
    #SectionEight {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 997px) {

    #dnn_dnnLOGO_imgLogo {
        max-height: 50px;
        margin-left: 20px;
        margin-right: 5px;
        -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-height: 40px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 150px;
    }

    .jumbo {
        font-size: 4rem;
    }

    .large {
        font-size: 2rem;
    }

    .Id3488 #HeroTwoColumn,
    .Id3486 #HeroTwoColumn {
        margin-top: 70px;
    }

    .Id3490 .hero-bg {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    #Join {
        font-size: 2rem;
    }
}
