@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #84AC4C;
    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: #000;
    text-decoration: underline;
    -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: #000;
    }

    a:visited {
        color: #000;
        text-decoration: underline;
    }

    a:visited:hover {
        text-decoration: none;
        color: #000;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

#Header {
    background-image: url('/Portals/44/headerBkg.jpg');
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgb(51,51,51) 0px 3px 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#Header p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.navbar {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-light {
    background-color: transparent !important;
}

.nav-link {
    color: #fff !important;
    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;
}

    .nav-link:hover {
        text-decoration: none;
        color: #e0e0e0 !important;
    }

    .nav-link:visited {
        color: #fff;
    }

    .nav-link:visited:hover {
        color: #e0e0e0;
    }

.navbar-brand {
    padding: 0 !important;
}

.dropdown-menu .active {
    border-radius: 0px;
}

.dropdown-menu .px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#Header .bi {
    color: #fff;
    -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;
}

#Header .bi:hover {
    color: #e0e0e0;
}

    #Header .bi:visited {
        color: #fff;
    }

        #Header .bi:visited:hover {
            color: #e0e0e0;
        }

#HeaderContent {
    margin-right: 0;
    margin-left: 0;
}

/*------------------------------------------------*/
    /* MAIN CONTENT */
    /*------------------------------------------------*/
    #MainContent {
    margin-top: 30px;
}

#dnn_LeftSidebar .DnnModule-4003 {
    background-color: #eaeaea;
    border: 3px solid #808080;
    padding-left: 10px;
    padding-right: 10px;
}

.image-border {
    border-radius: 10px;
}

.green-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #84AC4C;
    background-color: #84AC4C;
    text-decoration: none;
    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;
}

    .green-button:hover {
        background-color: #fff;
        color: #84AC4C !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #84AC4C;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 30px;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .navbar {
        height: auto;
    }

    .nav-item {
        margin: 10px 0;
    }

    .text-expanded {
        text-align: center;
    }
}
