@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: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
    margin: 1rem 0;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
    color: #000;
}

    a:hover {
        text-decoration: underline;
        color: #000;
    }

    a:visited {
        text-decoration: underline;
        color: #000;
    }

        a:visited:hover {
            text-decoration: underline;
            color: #000;
        }

.Normal {
    line-height: 1.7em;
    font-size: 18px;
    color: #000;
}

.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 */
/*------------------------------------------------*/

#TopHeader {
    background-image: url('/Portals/60/h_bkg.png');
    background-repeat: repeat-x;
    background-position: left top;
    max-height: 205px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: #1d1345;
    padding: 0;
}

.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;
    text-decoration: none;
    color: #b7d2ff !important;
    letter-spacing: 1px;
}

    .nav-link:hover {
        color: #fff !important;
    }

    .nav-link:visited {
        color: #b7d2ff !important;
    }

        .nav-link:visited:hover {
            color: #fff !important;
        }

.active .nav-link {
    color: #fff !important;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #808080;
}

    .dropdown-menu .px-lg-4 {
        padding: .2rem .5rem !important;
    }

    .dropdown-menu .nav-link {
        text-transform: initial;
        color: #fff !important;
    }

        .dropdown-menu .nav-link:hover {
            color: #b7d2ff !important;
        }

        .dropdown-menu .nav-link:visited {
            color: #fff !important;
        }

            .dropdown-menu .nav-link:visited:hover {
                color: #b7d2ff !important;
            }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane img {
    width: 100%;
}

#MainContent {
    padding-top: 60px;
    padding-bottom: 20px;
}

.gallery-photo {
    border: 2px solid #696969;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.gallery-photo img {
    width: 100%;
    -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;
}

.gallery-photo img:hover {
    opacity: .8;
}

.caption {
    background-color: #696969;
    color: #fff !important;
    padding: 1% 3%;
    border-radius: 0 0 5px 5px;
    font-size: .8em;
    line-height: 1.5em;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #fff;
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4 {
        color: #000;
    }

#Footer p {
    color: #000 !important;
    margin-top: 1rem;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {

    #TopHeader {
        max-height: none;
    }

}
