html, body {
    font-family: 'Raleway';
    color: black/*white*/;
}

.title {
    font-family: 'Oxygen';
    color: black;
}

.is-purple {
    background-color: white;
}

@media (min-width: 767.98px) {
    .hero-body {
        margin-top: -150px;
    }
}

.hero-body,
.hero-body .title {
    background-color: white;
    color: black/*white*/;
}

.nav_language_switch_button {
    border: none;
    margin: .5rem .75rem;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
}

.is-purple-on-hover:hover {
    background-color: #60439B/*#3C2148*/;
    color: white;
}
