body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13pt;
    margin-bottom: 100px;
}
h1, h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    margin: 1em 0;
}
.faq {
    margin-bottom: 1em;
}
.faq .q::before {
    content: "\f101";
    font: normal normal normal 14px/1 ForkAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.5em;
}
.faq .q {
    font-weight: 500;
    display: inline;
    margin-right: 0.5em;
    font-family: 'Source Sans Pro', sans-serif;
}
.logos {
    margin: 2em 0;
}
.logos img {
    width: 100%;
    object-fit: contain;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 0.5em 1em;
    font-size: 80%;
    text-align: center;
    color: #888;
    z-index: 2;
}

footer a {
    color: #888;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.table-container {
    overflow-x: auto;
}

@media (max-width: 1400px) {
    .logos img {
        width: 100%;
        height: 170px;
        margin-bottom: 1em;
    }
}

@media (max-width: 1200px) {
    .logos img {
        width: 100%;
        height: 140px;
        margin-bottom: 1em;
    }
}

@media (max-width: 992px) {
    .logos img {
        width: 100%;
        height: 110px;
        margin-bottom: 1em;
    }
}

.header {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /* padding: 1em 0; */
    margin-bottom: 2em;
    background-image: url(/images/5594016.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 95%;
}

.title {
    font-family: 'Alegreya SC', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    padding: 0.5em 0;
}

.title a {
    color: unset;
    text-decoration: none;
}

.menu {
    background-color: rgba(255, 255, 255, 0.7);
    /* backdrop-filter: blur(5px); */
    text-align: right;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    border-top: 1px solid #ddd;
    /* padding: 0.5em 0; */
}


.api_messages {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border: 1px solid #ddd;
}

form {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    padding: 1em;
}

a.nav-link {
    margin-left: 1em;
}

.btn {
    white-space: nowrap;
}

.input-group {
    flex-wrap: nowrap;
}

.table td, .table th {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .logos img {
        height: 150px;
        margin-bottom: 1em;
    }

    .title {
        font-size: 2rem;
    }
    .hide-on-mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    a.nav-link {
        margin-left: 0.5em;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .nav-link.active {
        background-color: #fff;
        border-radius: 0.5em;
        padding-left: 1em!important;
        padding-right: 1em!important;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
        outline: 1px solid #ccc;
    }
}

input.error {
    background-color: rgb(241, 62, 13, 0.3);
    outline: 1px solid rgb(241, 62, 13, 1.0);
}

.navbar {
    backdrop-filter: blur(5px);
}

.n2 {
    display: inline-block;
    width: 2em;
    text-align: right;
}

.bg-c1 {
    background-color: #f7b801!important;
}

.bg-c2 {
    background-color: #f18701!important;
}

.bg-c3 {
    background-color: #90be6d!important;
}

tr.clickable_row {
    cursor: pointer;
}

tr.clickable_row:hover td {
    background-color: rgba(0,0,0,0.05);
}