@import url('https://fonts.googleapis.com/css2?family=Belgrano&family=Open+Sans:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Belgrano', Arial, Helvetica, sans-serif;
    color: #000;
    margin: 1rem 0;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #0E5A0E;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

a:visited {
    color: #0E5A0E;
}

a:visited:hover {
    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 {
    padding: 1% 10%;
    background-image: url('/Portals/123/headerBkg.jpg');
    background-size: cover;
    background-position: bottom center;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: #003c00;
    padding: 0;
}

.active .nav-link {
    color: #000 !important;
    border-bottom: 5px solid rgba(255,255,255,1);
}

.nav-link {
    font-family: 'Belgrano', Arial, Helvetica, sans-serif;
    border-bottom: 5px solid rgba(255,255,255,0);
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    -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 {
    color: #fff !important;
    border-bottom: 5px solid rgba(255,255,255,1);
}

.nav-link:visited {
    color: #fff !important;
    border-bottom: 5px solid rgba(255,255,255,0);
}

.nav-link:visited:hover {
    color: #fff !important;
    border-bottom: 5px solid rgba(255,255,255,1);
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #003c00;
}

.dropdown-menu .px-lg-4 {
    padding: .2rem .5rem !important;
}

.dropdown-menu .nav-link {
    border-bottom: 5px solid rgba(255,255,255,0);
    text-transform: initial;
}

.dropdown-menu .nav-link:hover {
    border-bottom: 5px solid rgba(255,255,255,1);
}

.dropdown-menu .nav-link:visited {
    border-bottom: 5px solid rgba(255,255,255,0);
}

.dropdown-menu .nav-link:visited:hover {
    border-bottom: 5px solid rgba(255,255,255,1);
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 20px;
    padding-bottom: 20px;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #003c00;
    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;
}

.book-button:hover {
    background-color: #0E5A0E;
    color: #fff !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #003c00;
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6 {
        color: #fff;
    }

footer p {
    color: #fff !important;
    margin-top: 1rem;
}

footer a {
    text-decoration: none;
    color: #77BD77;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer a:visited {
    color: #77BD77;
}

footer a:visited:hover {
    color: #fff;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/
@media screen and (max-width: 992px) {
    #TopHeader {
        padding: 1% 10%;
        background-image: url('/Portals/123/headerBkg.jpg');
        background-size: cover;
        background-position: bottom center;
    }
}
