@font-face {
    font-family: "Vollkorn";
    src: url("../fonts/Vollkorn-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Vollkorn";
    src: url("../fonts/Vollkorn-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

body {
    font: 18px/1.5em "Vollkorn", serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #c00;
    line-height: 1em;

    &:hover, &:focus {
        text-decoration: none;
    }
}


#header {
    height: 50px;
}


#content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

h1, .alpha {
    font-size: 2.25em;
    line-height: 1.2em;
    font-weight: 400;
}

h2, .beta {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 400;
}

p {
    margin: 1.5em 0;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 400;
    color: #444;
}

li {
    font-style: italic;
}

.section--intro {
    width: 100%;
    max-width: 420px;
    padding: 0 1em;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.list--social {
    margin: 2em 0; padding: 0;

    li {
        display: inline-block;
    }

    a {
        display: inline-block;
        padding: 12px;
        margin: 0 0.4em;
        border: 1px solid #777;
        border-radius: 50%;
        line-height: 46px;
        text-decoration: none;
        color: inherit;
    }

    img {
        display: block;
        width: 20px; height: 20px;
        color: #777;
    }

    li:hover, li:focus {
        a { border: 1px solid #444; }
        i { color: #444; }
    }

}
