@font-face {
    font-family: 'Lato', 'sans-serif';
    src: url('./assets/fonts/Lato-Regular.woff2') format('woff2'), url('./assets/fonts/Lato-Regular.woff') format('woff'), url('./assets/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato', 'sans-serif';
    src: url('./assets/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lusitana', 'serif';
    src: url('./assets/fonts/Lusitana-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lusitana', 'serif';
    src: url('./assets/fonts/Lusitana-Bold.ttf') format('truetype');
    font-weight: Bold;
    font-style: normal;
}

.active-menu {
    text-decoration-color: #008390;
}

.aboutus-intro {
    background: url('assets/img/aboutus-img-01.webp');
    background-repeat: no-repeat;
    object-fit: cover;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 100%;
    width: 100%;
}

@media (min-width: 1024px) {
    .lgh50vh {
        height: 50vh;
        margin-top: 90px !important;
    }
}