h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.35em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

.Normal {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
        color: #333;
    }

    a:visited {
        color: #000;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    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;
}

.nav-link {
    display: inline-block;
    color: #005957 !important;
    text-decoration: none;
    line-height: 25px;
    -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: #003231 !important;
        text-shadow: 0 0 5px #ecc56e;
    }

    .nav-link:visited {
        color: #005957;
    }

.active .nav-link {
    color: #003231 !important;
    text-shadow: 0 0 5px #ecc56e;
}

.dropdown-menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 15rem;
}

    .dropdown-menu .nav-link {
        display: block;
        color: #005957 !important;
        font-weight: 400;
        border-bottom: 1px solid #ccc;
    }

        .dropdown-menu .nav-link:hover {
            color: #383838 !important;
            text-shadow: none;
        }

    .dropdown-menu .active {
        border-radius: 0px;
        text-shadow: none;
    }

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#TopHeader {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    background-image: url('/Portals/18/sandBkg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 40px;
    box-shadow: -10px 0px 30px 20px #14026f;
}

.image-border {
    border-radius: 10px;
}

#dnn_ContentPane .DnnModule-DNN_HTML {
    background-color: #fff;
    padding: 1% 3%;
    border-radius: 10px;
}

#dnn_lsLeft .DnnModule-DNN_HTML {
    background-color: #fff;
    padding: 1% 3%;
    border-radius: 10px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    margin-top: 40px;
}

footer p {
    font-size: 14px;
    color: #444 !important;
}

footer p a {
    color: #444;
    text-decoration: underline;
}

    footer p a:hover {
        text-decoration: underline;
        color: #444;
    }

    footer p a:visited {
        color: #444;
    }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}
