/* css styles */
body {
    /* line-height: 1.5; */
    font-family: roboto, sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #002538 !important;
    color: #fff;
    /* font-size: small; */
}

.navbar img {
    max-height: 40px !important;
}

.navbar-nav a:hover {
    color: #4DB6AC
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4DB6AC;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.card-content {
    padding: 1rem;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #002538;
    margin: 0.5rem 0;
}

.card-text {
    font-size: 1rem;
    color: #848484;
    margin: 0.5rem 0;
}

.card .listing-category {
    background-color: #002538;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
    margin-right: 0.5rem;
}

.card-attribution {
    background-color: #002538;
    color: #fff !important;
    font-size: 0.8rem;
    padding: 1rem;
    border-top: 1px solid #4DB6AC;
}

/* 
#listing-projects .quarto-grid-item {
    border: 0px;
    background-color: transparent;
}


#listing-projects .quarto-grid-item h5 {
    background: #005683;
    padding: 10px;
    color: white;
    font-size: 1.2em;
    border: 1px solid #000;
    border-radius: 15px 15px 0px 0px;
}

#listing-projects .quarto-grid-item .listing-categories {
    border: 1px solid #000;
    padding: 5px;
    margin-top: -2px;
}

#listing-projects .quarto-grid-item .listing-categories .listing-category {
    background-color: #009362;
    color: #fff;
}

#listing-projects .quarto-grid-item .listing-description {
    border: 1px solid #000;
    padding: 5px;
    margin-top: -1px;
}

#listing-projects .quarto-grid-item .card-attribution {
    background-color: #0086c1;
    color: #fff;
    border: 1px solid #000;
    padding: 5px;
} */

.quarto-title-banner {
    background: #4DB6AC;
    color: #fff !important;
}

.quarto-title-banner h1 {
    font-size: 2rem;
    font-weight: bold;
}

.quarto-title-banner .description {
    font-size: 1rem;
    font-weight: normal;
}



.quarto-title-banner .quarto-category {
    background-color: #fff;
    opacity: 1 !important;
    color: #4DB6AC;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.25rem .5rem;
    border-radius: 2px;
    margin-right: 0.5rem;
}


.project-cta {
    background: #4DB6AC;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-family: Arial;
    font-size: 200%;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
}

footer {
    text-align: center;
    font-size: 75%;
}

footer ul {
    list-style-type: none;
}

footer img {
    width: 25px;
}

.social-icons li {
    margin: 10px;
    display: inline-block;
}


.aliases {
    display: flex;
    flex-wrap: wrap;
}

.alias {
    margin: 5px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

.infographics {
    display: flex;
    width: 100%;
    overflow: visible;
    margin: 0;
    border: 1px solid #4DB6AC;
    border-radius: 5px;
    background: linear-gradient(45deg, #4DB6AC 0%, #002538 100%);
}

.category2 {
    color: #005683;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #000;

}

.word {
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    /* color: #4DB6AC; */
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    cursor: pointer;
    border: none;
    margin: 1rem 0;
    /* opacity: 0.85; */
    font-family: 'Montserrat', sans-serif;
}
/* 
g text {
    color: #005683;
    outline: solid 1px #0086c1;
    outline-offset: 5px;
    border-radius: 5px;
} 
*/