@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #343434;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 1rem 0;
    font-weight: 700;
    line-height: 1.5;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.15rem;
}

h6 {
    font-size: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #ccc;
    text-decoration: underline;
}

    a:hover {
        color: #ccc;
        text-decoration: underline;
    }

    a:visited {
        color: #ccc;
        text-decoration: underline;
    }

        a:visited:hover {
            color: #ccc;
            text-decoration: underline;
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: #ccc;
}

.bi {
    font-size: 1.5rem;
    margin: 0 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

#HeaderPanes {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: #343434;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

/*.sticky-top {
    -webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 3px 1px rgba(0,0,0,.3);
    box-shadow: 0 3px 3px 1px rgba(0,0,0,.3);
}*/

.active .nav-link {
    background-color: #181818;
}

.nav-link {
    -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;
    color: #fff !important;
    letter-spacing: 1px;
    text-decoration: none !important;
}

    .nav-link:hover {
        background-color: #181818; 
    }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #343434;
}

    .dropdown-menu .px-lg-4 {
        padding: .2rem .5rem !important;
    }

    .dropdown-menu .nav-link {
        color: #fff !important;
        text-transform: initial;
    }

        .dropdown-menu .nav-link:hover {
            background-color: #181818;
        }

/*------------------------------------------------*/
/* HOMEPAGE HEADER IMAGE */
/*------------------------------------------------*/

.header-image {
    width: 100%;
}

.header-image p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.header-image img {
    width: 100%;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #343434;
}

.hr-grey {
    border-top: 1px solid #ccc;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #343434;
    padding: 1% !important;
    border-top: 1px solid #ccc;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #fff;
    }

#Footer p {
    color: #ccc !important;
    margin-top: 1rem;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
}
