body {
    background-color: #ffffff;
    color: #2c2e35;
    font-size: 150%;
    max-width: 1280px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a.link {
    color: #003d7e;
}

img.thumb {
    height: 100px;
    width: 100px;
}

img.big {
    height: 900px;
    width: 900px;
}

img.xref {
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Kievit, "PT Sans", sans-serif;
    letter-spacing: -.028em;
}

h1 {
    color: #003d7e;
    border-bottom: 2px solid #c3a304;
}

p,
span,
li,
a,
figcaption {
    font-family: Kievit, "PT Sans", sans-serif;
}

a {
    color: #003d7e
}

#title a {
    margin: 0 10px;
    /* Adjust the value as needed */
    text-decoration: none;
    /* Optional: Remove underline from links */
}

#title a:hover {
    background-color: #fecb65;
}

.two-column {
    display: flex;
    gap: 2em;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    margin: 2em 0;
    box-sizing: border-box;
}

.two-column>div:first-child {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 120px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.two-column img {
    width: 100%;
    height: auto;
}

.two-column>div:last-child {
    flex: 0 1 70%;
    max-width: 70%;
    min-width: 0;
    box-sizing: border-box;
    padding-right: 0;
    overflow-wrap: break-word;
    word-break: normal;
}

.two-column>div:last-child p {
    margin-right: 0;
    box-sizing: border-box;
    word-break: normal;
    overflow-wrap: break-word;
}

.two-column>div:last-child p:first-child {
    margin-top: 0;
}

/* Fix for right margin: ensure .two-column does not overflow parent */
#about-me, .two-column {
    /* overflow-x: hidden; */
}

@media (max-width: 700px) {
    .two-column {
        flex-direction: column;
        max-width: 100%;
    }
    .two-column>div:first-child, .two-column>div:last-child {
        max-width: 100%;
        min-width: 0;
        align-items: flex-start;
        padding-right: 0;
    }
}

@font-face {
    font-family: 'Kievit';
    font-weight: 400;
    font-style: normal;
    src: url(https://pacha.dev/fonts/kvn.eot?#iefix) format("embedded-opentype"), url(https://pacha.dev/fonts/kvn.woff) format("woff")
}

@font-face {
    font-family: 'Kievit';
    font-weight: 400;
    font-style: italic;
    src: url(https://pacha.dev/fonts/kvi.eot?#iefix) format("embedded-opentype"), url(https://pacha.dev/fonts/kvi.woff) format("woff")
}

@font-face {
    font-family: 'Kievit';
    font-weight: 700;
    font-style: normal;
    src: url(https://pacha.dev/fonts/kvb.eot?#iefix) format("embedded-opentype"), url(https://pacha.dev/fonts/kvb.woff) format("woff")
}

@font-face {
    font-family: 'Kievit';
    font-weight: 700;
    font-style: italic;
    src: url(https://pacha.dev/fonts/kvbi.eot?#iefix) format("embedded-opentype"), url(https://pacha.dev/fonts/kvbi.woff) format("woff")
}
