* {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    color: black;
    text-decoration: underline;
}

.navbar-brand IMG {
    height: 120px;
}

.nav-link:focus, .nav-link:hover {
    color: black;
}


.footer {
    background-color: rgba(0, 72, 118, 1);
    color: white;
    padding: 20px;
}
.footer a {
    color: white;
}

.dropdown-toggle{
    background-color: #ffc629;
    color: white;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    font-weight: bold;
}

.languageSelector {
    padding: 5px;
    margin-left: 5px;
    text-decoration: none;

}

.languageSelector.active {
    background-color: #ffc629;
    color: white;
    border-radius: 5px;
}

.eventInfo {
    border-radius: 10px;
    border: 1px solid #bfc4c4;
    padding: 10px;
    margin-bottom: 10px;
}

.eventInfo time {
    padding: 3px 6px 3px 6px;
    display: block;
    background-color: #004876;
    color: white;
}
.eventInfo img {
    margin-bottom: 8px;
    display: block;
}
.eventInfo h4 {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    min-height: 50px;
}

.eventInfo a {
    text-decoration: none;
}