body {
    color: #a9a9a9;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    background-color: #121212;
    background-image: url("background.png");
    background-position: top right;
    background-position-y: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

h1,
h2 {
    font-family: "Karla", sans-serif;
    font-size: 24px;
    line-height: 42px;
    margin: 0 0 56px 0;
    color: #ffffff;
    font-weight: 700;
}

h1 {
    font-size: 28px;
    margin-bottom: 24px;
}

h3 {
    font-family: "Karla", sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin: 24px 0 16px 0;
    color: #ffffff;
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 56px 0;
}

ul {
    font-size: 18px;
    padding: 0;
    margin: 0 0 56px 0;
    list-style: none;
}

li {
    margin: 16px 0 0 0;
    line-height: 34px;
}

a,
a:visited {
    color: #b89a79;
    text-decoration: underline;
}

a:hover {
    color: #cd965a;
}

strong {
    background-color: rgba(37, 206, 206, 0.12);
    color: #25cece;
    font-weight: 700;
}

.cover-content {
    max-width: 760px;
    margin: 280px 132px 116px 132px;
}

section {
    margin-bottom: 56px;
}

.job {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #333;
}

.job:last-child {
    border-bottom: none;
}

.teaching-item {
    margin-bottom: 24px;
}

.awards-list li,
.articles-list li {
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}

.awards-list li::before {
    content: "•";
    color: #666;
    position: absolute;
    left: 0;
}

.articles-list li::before {
    content: "→";
    color: #666;
    position: absolute;
    left: 0;
}

.contact-list li {
    margin-bottom: 12px;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
strong::selection,
a::selection {
    color: #121212;
    background: #ffffff;
}

@media (max-width: 767px) {
    body {
        background-position-x: 60%;
    }

    .cover-content {
        margin: 64px 16px 40px 16px;
    }

    h1,
    h2 {
        font-size: 20px;
        line-height: 36px;
        margin: 0 0 24px 0;
    }

    h1 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0 12px 0;
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 24px 0;
    }

    ul {
        font-size: 16px;
        margin: 0 0 24px 0;
        padding: 0 0 0 16px;
    }

    li {
        line-height: 30px;
        margin-top: 12px;
    }

    section {
        margin-bottom: 32px;
    }

    .job {
        margin-bottom: 24px;
        padding-bottom: 16px;
    }
}
