@font-face {
    font-family: 'Agdasima';
    src: url('Agdasima-Regular.ttf') format('truetype');
}

body {
    font-family: sans-serif;
    font-size: 1rem;
    background-color: #333333;
    background:
        rgba(51, 51, 51, 0.92),
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO2r2ZkAAAAASUVORK5CYII=");
    background-repeat: repeat;
    background-size: auto;
    margin: 0;
}

#menutitle {
    padding: 0.5em
}

.titlebar {
    font-family: 'Agdasima', sans-serif;
    background-color: #333333;
}

.titlebar h1 {
    margin: 0.5em;
    font-weight: bold;
    color: #7ddc4e;
    font-size: 8vw;
    text-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.spacer {
    height: 50px;
    display: block;
}

.titlespacer {
    height: 15vh;
    display: block;
}

.titlebar {
    position: relative;
    z-index: 2;
}

.divider {
    position: relative;
    z-index: 0;
    color: #d98c6a;
    border: 0px;
    background-color: #d98c6a;
    height: 2px;
}

.language-selector {
    position: absolute;
    right: 3rem;
    font-family: 'Agdasima', sans-serif;
    font-size: 3rem;
    color: #d98c6a;
}

.language-selector span {
    position: relative;
    z-index: 2;
    bottom: 4.5rem;
}

.language-selector a {
    color: #d98c6a;
}

.language-active {
    display: inline-block;
    border: 2px solid #d98c6a;
    padding: 0 5px 0 5px;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.nav-tabs {
    position: absolute;
    left: 20vw;
    /*top: -20px; /* pulls tabs upward under the titlebar */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.tab {
    display: block;
    background-color: #d98c6a;
    border: 2px solid #d98c6a;
    border-top: 0px;
    color: #333333;
    text-decoration: none;
    padding: 20px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-family: 'Agdasima', sans-serif;
    font-size: 2.25em;
    font-weight: bold;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tab:hover {
    padding: 30px 20px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.tab.active {
    padding: 30px 20px;
    /* taller tabs */
    background-color: #333333;
    border: 2px solid #d98c6a;
    color: #7ddc4e;
    border-top: 0px;
    z-index: 1;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.centered {
    text-align: center;
}

h1 {
    font-family: 'Agdasima', sans-serif;
    font-size: 3rem;
    color: #d98c6a;
}

h2 {
    font-family: 'Agdasima', sans-serif;
    font-size: 2rem;
    color: #d98c6a;
}

h3 {
    font-family: 'Agdasima', sans-serif;
    font-size: 1rem;
    color: #d98c6a;
}

p {
    font-size: 1rem;
    color: white;
    display: inline-block;
    max-width: 600px
}

.citation {
    font-family: 'Agdasima', sans-serif;
    color: #d98c6a;
    font-style: italic;
}

hr {
    margin: 0;
}

.emphasis {
    font-family: 'Agdasima', sans-serif;
    font-size: 1.5em;

    display: flex;
    /* keeps it only as wide as content */
    align-items: center;
    gap: 15px;
    /* spacing between icon and text */

    background-color: #d98c6a;
    /* dark background only for this block */
    color: #333333;
    font-weight: bold;
    padding: 12px 16px;
    /* vertical / horizontal padding */
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);

    line-height: 1em;
}

/* Optional: add an info icon before the text */
.emphasis::before {
    content: "ⓘ";
    /* simple info symbol */
    font-size: 32px;
    display: inline-block;
}

.content {
    background-color: white;
    box-shadow: inset 0 6px 8px rgba(0, 0, 0, 0.3);
    padding: 100px;
    color: #333333;
    text-align: center;
}

.content img {
    width: 200px;
    margin: 20px;
}

.collumn {
    display: inline-block;
    text-align: left;
}

.collumn600 {
    display: inline-block;
    text-align: left;
    max-width: 600px
}

.content p {
    color: #333333;
}

.content li {
    font-size: 1em;
}

.content a {
    color: #d98c6a;
}

.footer {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 1em;
}

.nav-list {
    padding: 0px;
}

.nav-item {
    display: inline;
}

.nav-link {
    color: #ffffff;
    margin: 10px;
}

/*
 * Contact page specific
 */

.contact-list {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.contact-list li {
    font-size: 1.25rem;
    margin-bottom: 12px;
    /* space between items */
    display: flex;
    /* icon + text side by side */
    align-items: center;
}

.contact-list svg {
    width: 60px;
    margin: 0px;
    margin-right: 20px;
    color: #d98c6a
}

.document h2 {
    margin-bottom: 0;
}
