@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: #2E5892;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #2E5892;
    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: #444444;
    }

    a:visited {
        color: #2E5892;
    }

        a:visited:hover {
            text-decoration: none;
            color: #444444;
        }

.bi {
    font-size: 1.5rem;
    margin: 0 8px;
    -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 {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #2E5892;
    background-color: #2E5892;
    border-radius: 5px;
    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;
}

    .book-button:hover {
        background-color: #fff;
        color: #2E5892 !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2E5892;
}

#TopHeader h1,
#TopHeader h2,
#TopHeader h3,
#TopHeader h4,
#TopHeader h5,
#TopHeader h6,
#TopHeader p {
    color: #fff !important;
}

#TopHeader a {
    color: #fff;
    text-decoration: none;
}

    #TopHeader a:hover {
        text-decoration: none;
        color: #ccc;
    }

#TopHeader a:visited {
    color: #fff;
}

#TopHeader a:visited:hover {
    text-decoration: none;
    color: #ccc;
}

#TopHeader .book-button {
    padding: 5px 20px;
    border: 2px solid #19427B;
    background-color: #19427B;
    color: #fff !important;
}

    #TopHeader .book-button:hover {
        border: 2px solid #0B3062;
        background-color: #0B3062;
        color: #fff !important;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    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-dark {
    background-color: #1a1a1a !important;
}

.nav-link {
    display: inline-block;
    color: #6F92BE !important;
    text-decoration: none;
    line-height: 40px;
    -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: #fff !important;
    }

    .nav-link:visited {
        color: #6F92BE;
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: #fff !important;
        }

.dropdown-menu {
    background-color: #1a1a1a;
    margin: 0;
    min-width: 15rem;
}

    .dropdown-menu .nav-link {
        color: #6F92BE !important;
        font-weight: 400;
        text-transform: capitalize !important;
        line-height: initial;
    }

        .dropdown-menu .nav-link:hover {
            color: #fff !important;
        }

        .dropdown-menu .nav-link:visited {
            color: #6F92BE !important;
        }

            .dropdown-menu .nav-link:visited:hover {
                color: #fff !important;
            }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    margin-top: 20px;
}

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

/* home */

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/84/bg1.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
}

/* about todd */

.Id1832 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg5-2.jpg');
    background-size: cover;
    background-position: top;
}

/* about craig */

.Id1833 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg2.png');
    background-size: cover;
    background-position: center;
}

/* lessons with todd */

.Id1834 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg13-1.jpg');
    background-size: cover;
    background-position: top;
}

/* lessons with craig */

.Id1835 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg8.jpg');
    background-size: cover;
    background-position: center;
}

/* testimonials */

.Id1836 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg4.jpg');
    background-size: cover;
    background-position: top;
}

/* partners */

.Id1837 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg6.jpg');
    background-size: cover;
    background-position: center;
}

/* junior elite */

.Id1838 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg9.png');
    background-size: cover;
    background-position: center;
}

/* video submissions */

.Id1839 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg11.jpg');
    background-size: cover;
    background-position: top;
}

/* zoom lesson */

.Id1840 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg3-1.jpg');
    background-size: cover;
    background-position: top;
}

/* trackman practice club */

.Id1829 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg10.jpeg');
    background-size: cover;
    background-position: center;
}

/* contact */

.Id1830 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg7.jpg');
    background-size: cover;
    background-position: center;
}

/* book a lesson */

.Id1831 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/84/bg12.png');
    background-size: cover;
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.hero-text h1,
.hero-text h3 {
    margin: 1rem;
    color: #fff !important;
}

.hero-text h1 {
    font-size: 3.5rem;
}

#MainContent {
    background-color: #fff;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .slider p {
        margin-top: 0;
        margin-bottom: 0;
    }

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.dark-div {
    background-color: #1a1a1a;
    padding: 1% 4%;
    margin: 1% 2%;
    border-radius: 2px;
}

.dark-div p,
.dark-div h1,
.dark-div h2,
.dark-div h3,
.dark-div h4,
.dark-div h5,
.dark-div h6 {
    color: #fff;
}

    .dark-div .bi {
        color: #2E5892;
    }

/* home page buttons */

#PhotoNav {
    display: none;
}

.Page-Home #PhotoNav {
    display: initial;
}

.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: #1a1a1a;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6,
    footer p {
        color: #fff !important;
    }

    footer a {
        color: #6F92BE;
        text-decoration: none;
    }

            footer a:hover {
                color: #fff;
            }

        footer a:visited {
            color: #6F92BE;
            text-decoration: none;
        }

            footer a:visited:hover {
                color: #fff;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

}
