body {
    background: #333333;
    color: #000;
}
.panel {
    background: #999999;

    border-style: none;
    border-radius: 10px;
}
.panel_headline {
    font-family: 'Monda', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #ffc21f;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}
a.event-link:link, a.event-link:active, a.event-link:visited {
    color: #ffc21f;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}
a.event-link:hover, a.event-link.active {
    color: #5f74ff;
    text-decoration: underline;
}
span.keep-together {
    white-space: nowrap ;
}
.text-justify {
    text-align: justify;
}
.navbar-dark
{
    color: #5f74ff;
}
.calendar-dates
{
    position: absolute;
    margin-top: -120px;
    margin-left: 10px;
    color: #5f74ff;
    text-shadow: 1px 1px 1px black;
}
.justify {
    text-align: justify;
}
a {
    color: #ffc21f;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}
a:hover {
    text-decoration: underline;
    color: #5f74ff;
}
.nav-link {
    color: #5f74ff;
}
.nav-link:hover {
    color: #ffc21f;
}
.lh-xs {
    line-height:0.75!important
}
.lh-xxs {
    line-height:0.5!important
}