@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

body {
    background-color: #efefef;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #202020;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.underline::after {
    content: "";
    display: block;
    width: 30%;
    border-bottom: 2px solid #f5f5f5;
    margin: 20px auto 10px;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #333;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #7EB8CB;
    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: #202020;
}

a:visited {
    color: #7EB8CB;
}

a:visited:hover {
    text-decoration: none;
    color: #202020;
}

.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;
}

.white-line-left {
    border-top: 1px solid #eee;
    width: 225px;
    margin: 30px 0px;
}

.white-line-center {
    border-top: 1px solid #eee;
    width: 100px;
    margin: 20px auto 25px;
}

.black-line-left {
    border-top: 1px solid #000;
    width: 225px;
    margin: 30px 0px;
}

.black-line-center {
    border-top: 1px solid #000;
    width: 100px;
    margin: 20px auto 25px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/
.navbar {
    padding: 0;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 50px;
}

.bg-dark {
    background-color: #FAFAFC !important;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 80px;
    margin-left: 30px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-item .bi {
    color: #606060 !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;
}

.nav-item .bi:hover {
    color: #000 !important;
}

.nav-item .bi:visited {
    color: #606060;
}

.nav-item .bi:visited:hover {
    color: #000 !important;
}


.nav-link {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #606060 !important;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    border-bottom: 1px solid rgba(0,0,0,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;
}

.nav-link:hover {
    text-decoration: none;
    color: #000 !important;
    border-bottom: 1px solid rgba(0,0,0,.75);
}

.nav-link:visited {
    color: #606060;
    border-bottom: 1px solid rgba(0,0,0,0);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #000 !important;
    border-bottom: 1px solid rgba(0,0,0,.75);
}

.dropdown-menu {
    background-color: #FAFAFC;
    border: 1px solid #202020;
    margin: 0;
    min-width: 10rem;
}

.dropdown-menu .nav-link {
    color: #404040 !important;
    line-height: initial;
}

.dropdown-menu .nav-link:hover {
    color: #000 !important;
}

.dropdown-menu .nav-link:visited {
    color: #404040 !important;
}

.dropdown-menu .nav-link:visited:hover {
    color: #000 !important;
}

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Page-Home #MainContent {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/116/alta-mesa-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 205px);
}

.Page-Home #MainContent h1,
.Page-Home #MainContent h2,
.Page-Home #MainContent h3,
.Page-Home #MainContent h4,
.Page-Home #MainContent h5,
.Page-Home #MainContent h6,
.Page-Home #MainContent p,
.Page-Home #MainContent li {
    color: #eee;
    text-shadow: 2px 2px 8px rgba(0,0,0,.35);
}

.Page-Home #MainContent a {
    text-shadow: 2px 2px 8px rgba(0,0,0,.35);
    color: #eee;
    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;
}

.Page-Home #MainContent a:hover {
    text-decoration: none;
    color: #7EB8CB;
}

.Page-Home #MainContent a:visited {
    color: #eee;
}

.Page-Home #MainContent a:visited:hover {
    text-decoration: none;
    color: #7EB8CB;
}

.Page-Home #MainContent .white-button {
    text-shadow: none !important;
}

.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;
}

.highlight {
    background-color: #fff;
    border: 2px solid #202020;
    border-radius: 10px;
    max-width: 500px;
    margin: 2% auto;
    padding: 1% 3%;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #202020;
    background-color: #202020;
    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: #AFD8E6;
    color: #202020 !important;
    text-decoration: none;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #202020;
    background-color: #fff;
    color: #333 !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: #AFD8E6;
    color: #333 !important;
    text-decoration: none;
}

.blue-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #202020;
    background-color: #AFD8E6;
    color: #202020 !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;
}

.blue-button:hover {
    background-color: #fff;
    color: #202020 !important;
    text-decoration: none;
}

.book-button .bi,
.white-button .bi,
.blue-button .bi {
    font-size: 1em;
    padding: 0;
}

.testimonial {
    border: 2px solid #202020;
    background-color: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
}

.testimonial p {
    padding-left: 2%;
    padding-right: 2%;
}

.testimonial-sig {
    background-color: #202020;
    padding: 1px 15px;
}

.testimonial-sig p {
    color: #fff;
}

.lightgrey,
.darkgrey {
    padding: 4% 2%;
}

.lightgrey {
    background-color: #f5f5f5;
}

.darkgrey {
    background-color: #e5e5e5;
}

/* about me */

.Id2481 #RightSplit,
.Id2481 #LeftSplit {
    padding: 2% 0;
}

.Id2481 #LeftSplit {
    background-color: #e5e5e5;
}

.Id2481 #RightSplit {
    background-color: #f5f5f5;
}

/* my mentors */

.Id2482 .lightgrey h2,
.Id2482 .darkgrey h2 {
    margin-top: 0.5rem;
}

/* private lessons */

.Id2478 #ThreeColumn,
.Id2478 #ThreeColumnSecond,
.Id2478 #ThreeColumnThird {
    margin-top: 20px;
}

.Id2478 .lightgrey {
    min-height: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* contact */

.Id2480 #ThreeColumn,
.Id2480 #ThreeColumnSecond {
    margin-top: 20px;
}

.Id2480 .lightgrey {
    border: 1px solid #a9a9a9;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #FAFAFC;
    padding-top: 2%;
    padding-bottom: 2%;
}

    footer .Normal {
        color: #000 !important;
    }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 1200px) {

    #MainContent {
        padding-right: 10% !important;
        padding-left: 10% !important;
    }
}

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 997px) {

    h1 {
        font-size: 2rem;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .Page-Home .hero-bg {
        height: 60vh;
    }

    .Id2478 .lightgrey {
        min-height: initial;
    }

    .Id2480 .lightgrey {
        margin-bottom: 40px;
    }
}