@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,700&family=Poppins:wght@400;600&display=swap');

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
    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: #70ad47;
    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: #507e32;
    }

    a:visited {
        color: #70ad47;
    }

        a:visited:hover {
            text-decoration: none;
            color: #507e32;
        }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #39661B;
    -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: #204608;
    }

    .bi:visited {
        color: #39661B;
    }

        .bi:visited:hover {
            color: #204608;
        }

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    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-light {
    background-color: #70ad47 !important;
    border-top: 2px solid #507e32;
    border-bottom: 2px solid #507e32;
}

.nav-link {
    display: inline-block;
    color: #fff !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: #39661B !important;
    }

    .nav-link:visited {
        color: #fff;
    }

    .nav-link:visited:hover {
        text-decoration: none;
        color: #39661B !important;
    }

.dropdown-menu {
    background-color: #70ad47;
    margin: 0;
    min-width: 15rem;
}

    .dropdown-menu .nav-link {
        color: #fff !important;
        line-height: initial;
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-overlay {
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-overlay .DnnModule {
    width: 100%;
}

.hero-overlay p {
    margin-top: 0;
    margin-bottom: 0;
}

.hero-overlay img {
    width: 100%;
}

.hero-text {
    position: absolute;
    top: 75%;
    left: 15%;
    transform: translate(-50%, 0%);
    width: 80%;
}

.hero-text h1 {
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff;
    font-weight: 600;
}

.hero-bg {
    width: 100%;
    padding: 90px 10%;
    margin-bottom: 30px;
}

.hero-bg h1,
.hero-bg h2,
.hero-bg h3,
.hero-bg h4 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    color: #fff;
    font-weight: 600;
}

#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;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #507e32;
    background-color: #70ad47;
    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: #507e32 !important;
        text-decoration: none;
    }

.book-button-skills {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #010157;
    background-color: #00008b;
    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-skills:hover {
    background-color: #fff;
    color: #010157 !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #70ad47;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 30px;
    border-top: 2px solid #507e32;
}

    footer .Normal {
        color: #fff !important;
    }

    footer .Normal a {
        color: #fff;
        text-decoration: underline;
    }

        footer .Normal a:hover {
            color: #fff;
            text-decoration: none;
        }

        footer .Normal a:visited {
            color: #fff;
        }

            footer .Normal a:visited:hover {
                color: #fff;
                text-decoration: none;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 997px) {

    #TopHeader {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #TopHeader p {
        margin-top: 0;
        margin-bottom: 0;
    }

    #TopHeader h1,
    #TopHeader h2,
    #TopHeader h3,
    #TopHeader h4,
    #TopHeader h5,
    #TopHeader h6 {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    #dnn_HeaderLogo img {
        max-width: 130px !important;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .hero-text {
        left: 30%;
        transform: translate(-50%, -40%);
    }
}
