body {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
}
#app {
    min-height: 100vh;
    position: relative;
    padding-bottom: 58px;
}
img {
    max-width: 100%;
}
.small-screen {
    display: none;
}
.large-screen {
    display: block;
}
.actions button {
    width: 100%;
}
.btn.btn-primary.aifs {
    background-color: #6a8e3c !important;
    border: none !important;
}
.btn.btn-primary.aifs:hover,
.btn.btn-primary.aifs:active {
    background-color: #77b943 !important;
}
.btn.btn-primary.aifs:focus {
    background-color: #77b943 !important;
    border: none !important;
    box-shadow: none !important;
}
.btn.btn-link.aifs {
    color: #6a8e3c;
}
.btn.btn-primary.aifs.remove {
    background-color: #ef7c35 !important;
}
.btn.btn-primary.aifs.remove:hover,
.btn.btn-primary.aifs.remove:active {
    background-color: #ff9351 !important;
}
.btn.btn-primary.aifs.remove:focus {
    background-color: #ff9351 !important;
}

.navbar {
    background-color: #fff;
    border-bottom: 5px solid #77b943;
    background-image: url('/storage/city.png');
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.footer a {
    float: right;
    color: #fff;
}
.footer {
    position: absolute;
    background-color: #1f386b;
    width: 100%;
    bottom: 0;
    color: #fff;
}
.separator {
    min-height: 15px;
}
.container.logo {
    height: 100px;
    text-align: center;
    position: relative;
}
.container.logo img {
    height: 125px;
    margin-top: -30px;
}
.card {
    margin-bottom: 2rem;
}
.card-title {
    color: #1b76c5;
    font-weight: 900;
}
.card-header {
    background-color: #1b76c5;
    color: #fff; 
}
.navbar-brand {
    color: #fff !important;
    font-weight: 900;
    font-size: 2rem;
}

.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(0deg, #fff 70%, #77b943 95%);
    width: 100%;
    text-align: center;
}
.blue-title {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
    background-color: #1b76c5;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.blue-title button,
.blue-title button:active,
.blue-title button:focus,
.blue-title button:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.blue-title h1,
.blue-title h2,
.blue-title h3,
.blue-title h4 {
    margin: 0;
}
.test {
    margin-top: 2rem;
}
.test:before {
    background-color: #ff0;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: .3rem;
    font-weight: 900;
    white-space: nowrap;
    content: "TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - TEST - ";
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}
.countdown {
    float: right;
}
.container.review-quiz {
    background-color: #edf2f5;
    padding-top: 15px;
    margin-bottom: 15px;
}
.wrong, .correct {
    padding: 10px;
    margin: 2px;
    background-color: #fff;
    font-weight: bold;
}
.wrong {
    color: #a00;
}
.correct {
    color: #070;
}
.test-row {
    border-bottom: 1px solid #ddd;
}
#calendar {
    font-size: 1.1rem;
}
#calendar p {
    text-align: justify;
}

@media screen and (max-width: 758px) {
    .small-screen {
        display: block;
    }
    .large-screen {
        display: none;
    }
    img.logo.small-screen {
        height: 4rem;
    }
}
