@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Play', Arial, Helvetica, sans-serif;
    color: #223f79;
    font-weight: 800;
    margin: 1rem 0;
}

.Normal {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: 'Play', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #223f79;
    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: #061C47;
    }

    a:visited {
        color: #223f79;
    }

        a:visited:hover {
            color: #061C47;
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #684c87;
    -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;
}

    .bi:hover {
        color: #361A57;
    }

    .bi:visited {
        color: #684c87;
    }

        .bi:visited:hover {
            color: #361A57;
        }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

#Nav {
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.navbar {
    font-family: 'Play', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    -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 {
    background-color: #fff !important;
}

#dnn_dnnLOGO_imgLogo {
    height: 100%;
    max-height: 60px;
    -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 {
    display: inline-block;
    color: #505050 !important;
    letter-spacing: 1px;
    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;
    border-bottom: 3px solid #fff;
}

    .nav-link:hover {
        text-decoration: none;
        color: #000 !important;
        border-bottom: 3px solid #223f79;
    }

    .nav-link:visited {
        color: #505050;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #000 !important;
            border-bottom: 3px solid #223f79;
        }

.active .nav-link {
    color: #000 !important;
    border-bottom: 3px solid #223f79;
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    min-width: 15rem;
    border: 1px solid #b8b8b8;
    padding-top: 0;
    padding-bottom: 0;
}

    .dropdown-menu .nav-link {
        display: block;
        color: #000 !important;
        text-transform: none !important;
        border-bottom: none;
        border-left: none;
    }

        .dropdown-menu .nav-link:hover {
            color: #fff !important;
            background-color: #223f79;
            border-bottom: none;
        }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane {
    width: 100%;
}

.PageType_Normal .fullWidthPane {
    object-fit: cover;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 800;
}

.Page-Coaching_Team .fullWidthPane {
    background-image: url(/portals/47/coaching-team1.jpg);
    background-position: 50% 30%;
    height: 500px;
}

.Page-Testimonials .fullWidthPane {
    background-image: url('/Portals/47/testimonials-bg-2.jpg');
}

.Page-FAQs .fullWidthPane {
    background-image: url('/Portals/47/faq-bg-3.jpg');
    background-position: center top;
}

.Id1221 .fullWidthPane {
    background-image: url('/Portals/47/technology-bg-2.jpg');
}

.Page-Private_Instruction .fullWidthPane {
    background-image: url('/Portals/47/private-bg-2.jpg');
}

.Id1134 .fullWidthPane {
    background-image: url('/Portals/47/coaching-bg-2.jpg');
}

/* private instruction */

.Id1139 .fullWidthPane {
    background-image: url('/Portals/47/private-instruction.jpg');
    background-position: 50% 20%;
}

/* adult coaching programs */

.Id1140 .fullWidthPane {
    background-image: url('/Portals/47/adult-coaching-programs.jpg');
}

/* adult and new golfer programs */

.Id1141 .fullWidthPane {
    background-image: url('/Portals/47/adult-and-new-golfer.jpg');
}

.Page-Coaching_Programs .fullWidthPane {
    background-image: url('/Portals/47/coaching-bg-2.jpg');
}

.Page-Adult_and_New_Golfer_Programs .fullWidthPane {
    background-image: url('/Portals/47/adult-bg.jpg');
}

/* junior op36 division */

.Id1142 .fullWidthPane {
    background-image: url('/Portals/47/junior-bg-3.jpg');
    background-position: center top;
}

/* junior camps & leagues */

.Id2094 .fullWidthPane {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/47/slide2.jpg');
    background-position: bottom;
}

/* junior elite coaching program */

.Id2106 .fullWidthPane {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/47/IMG_1680.JPG');
    background-position: center;
}

.Page-Remote_Coaching .fullWidthPane {
    background-image: url('/Portals/47/remote-bg-2.jpg');
}

.Page-Club_Fitting .fullWidthPane {
    background-image: url('/Portals/47/titleist-bg-1.jpg');
}

.Page-Contact .fullWidthPane {
    background-image: url('/Portals/47/contact-bg.jpg');
}

.Page-Book_Now .fullWidthPane {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/47/book-now-bg.jpg');
}

/* Gift Certificate page */
.Id1377 .fullWidthPane {
    background-image: url('/Portals/47/gift-cert-bg.jpg');
}

.PageType_Normal .hero-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 900;
}

    .PageType_Normal .hero-text h1 {
        font-size: 3rem;
        text-shadow: 2px 2px 2px rgba(0,0,0,.5);
        color: #fff;
        font-weight: 700;
    }

#MainContent {
    margin-top: 30px;
}

    #MainContent ul {
        list-style: disc outside;
    }

    #MainContent li {
        margin: .5rem 0;
    }

.Page-Home .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.Page-Home #MidContent {
    margin-right: 0;
    margin-left: 0;
}

.Page-Home .row {
    margin-right: 0;
    margin-left: 0;
}

.Page-Home #dnn_MidFullWidth {
    padding-right: 0;
    padding-left: 0;
}

.Page-Home #ThreeColumn {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #eee;
}

.slides p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.image-border {
    border-radius: 10px;
}

.color-border {
    border-radius: 50px 0px 50px 0px;
    padding: 3px;
    border-bottom: 1px solid #223f79;
    border-right: 1px solid #223f79;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #223f79;
    background-color: #223f79;
    color: #f0f0f0 !important;
    border-radius: 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;
}

    .book-button:hover {
        background-color: transparent;
        color: #223f79 !important;
        text-decoration: none;
    }

.testimonial {
    padding: 10px 5%;
    border: 2px solid #223f79;
    border-radius: 10px 10px 0 0;
}

.testimonial-name {
    padding: 5px 10%;
    border: 2px solid #223f79;
    border-width: 0px 2px 2px 2px;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    background-color: #223f79;
}

.testimonial-name p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.blue-div {
    background-color: #223f79;
    color: #fff !important;
    border-radius: 10px;
    padding: 5%;
    margin: 15px 0;
}

    .blue-div h1,
    .blue-div h2,
    .blue-div h3,
    .blue-div h4,
    .blue-div h5,
    .blue-div h6 {
        color: #fff !important;
    }

.purple-div {
    background-color: #684c87;
    color: #fff !important;
    border-radius: 10px;
    padding: 5%;
    margin: 15px 0;
}

    .purple-div h1,
    .purple-div h2,
    .purple-div h3,
    .purple-div h4,
    .purple-div h5,
    .purple-div h6 {
        color: #fff !important;
    }

.grey-div {
    background-color: #ccc;
    border-radius: 10px;
    padding: 3%;
    margin: 15px 0;
}

    .grey-div h1,
    .grey-div h2,
    .grey-div h3,
    .grey-div h4,
    .grey-div h5,
    .grey-div h6 {
        color: #333 !important;
    }

.table-title {
    padding: 5px 10%;
    border: 2px solid #223f79;
    background-color: #223f79;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

    .table-title h1,
    .table-title h2,
    .table-title h3,
    .table-title h4,
    .table-title h5,
    .table-title h6 {
        color: #fff !important;
    }

.table-desc {
    padding: 10px 5%;
    border: 2px solid #223f79;
    border-width: 0px 2px 2px 2px;
    border-radius: 0 0 10px 10px;
    font-size: .9rem;
    margin-bottom: 15px;
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    margin: 5% auto;
    width: 330px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .zoom-button img {
        width: 100%;
        max-width: 330px;
        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 h3 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

#FooterRowTop {
    background-color: #B5C4E1;
    margin-top: 30px;
    padding-top: 2%;
    padding-bottom: 2%;
}

#dnn_FooterTopContent p {
    color: #000 !important;
    margin-top: 1rem;
}

    #dnn_FooterTopContent p a {
        color: #223f79;
        text-decoration: none;
    }

        #dnn_FooterTopContent p a:hover {
            color: #000;
        }

        #dnn_FooterTopContent p a:visited {
            color: #223f79;
        }

            #dnn_FooterTopContent p a:visited:hover {
                color: #000;
            }

#FooterRowBottom {
    background-color: #223f79;
    padding-top: 2%;
    padding-bottom: 2%;
}

#dnn_FooterBottomContent p {
    color: #fff !important;
    margin-top: 1rem;
}

    #dnn_FooterBottomContent p a {
        color: #B5C4E1;
        text-decoration: none;
    }

        #dnn_FooterBottomContent p a:hover {
            color: #fff;
        }

        #dnn_FooterBottomContent p a:visited {
            color: #B5C4E1;
        }

            #dnn_FooterBottomContent p a:visited:hover {
                color: #fff;
            }

#dnn_FooterBottomContent .bi {
    color: #B5C4E1;
}

    #dnn_FooterBottomContent .bi:hover {
        color: #fff;
    }

    #dnn_FooterBottomContent .bi:visited {
        color: #B5C4E1;
    }

        #dnn_FooterBottomContent .bi:visited:hover {
            color: #fff;
        }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 768px) {
    #MainContent {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1140px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .nav-link {
        border-left: none;
    }

    .PageType_Normal .hero-text {
        top: 75%;
    }

    .PageType_Normal .hero-text h1 {
        font-size: 2.5rem;
    }
}
