/*English css */

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;600;800&family=Noto+Serif:wght@400;700&family=Roboto+Slab:wght@300;400;600;800&display=swap');
body {
    font-family: 'Merriweather Sans', sans-serif;
}
h2 a {
    color: #000;
}
#language-menu ul {
    float: unset;
    margin-top: unset;
}
#storytop li {
    margin: 0 0 0 -2px;
    width: 52px;
}
#sectioncontent {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
#sectioncontent .sectionteaser {
    border-bottom : 0.5px solid lightgray;
    padding-top : 1em;
}
.mosaic-tile-content h1 {
    color: black;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: -5px;
}
.mosaic-tile-content .existing_story p {
    font-family: 'PT Serif',serif;
    font-size: 15px;
}