@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: #4c5363;
    margin: 1rem 0;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #22bcd3;
}

    a:hover {
        color: #000;
    }

    a:visited {
        color: #22bcd3;
    }

        a:visited:hover {
            color: #000;
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    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 {
    width: 100%;
    background: center bottom no-repeat url("/Portals/86/bkgImg1.jpg");
    background-size: cover;
}

#HeaderPanes {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .card .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .card:hover .img-top {
        display: inline;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: #4c5363;
    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 {
    border-bottom: 5px solid #fff;
}

.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;
    border-bottom: 5px solid rgba(0,0,0,0);
    font-size: 15px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .nav-link:hover {
        border-bottom: 5px solid #fff;
        color: #fff !important;
    }

    .nav-link:visited {
        border-bottom: 5px solid rgba(0,0,0,0);
        color: #fff !important;
    }

    .nav-link:visited:hover {
        border-bottom: 5px solid #fff;
        color: #fff !important;
    }

.active .nav-link {
    border-bottom: 5px solid #fff;
}

.px-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #4c5363;
}

    .dropdown-menu .px-lg-4 {
        padding: .2rem .5rem !important;
    }

    .dropdown-menu .nav-link {
        border-bottom: 5px solid #fff;
        text-transform: initial;
    }

        .dropdown-menu .nav-link:hover {
            background-color: rgba(0,0,0,.8);
            color: #fff !important;
            border-bottom: 5px solid #ccc;
        }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 40px;
    padding-bottom: 20px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    padding: 2% 3% 1% !important;
    border-top: 5px solid #7d935c;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
}
