*{
    box-sizing:border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

h1{
    font-family: 'Fredericka the Great', 'Open Sans', sans-serif;
    font-size: 3.5em;
    line-height:1.4em;
    font-weight:normal;
}
h1 a{
    color:black;
    text-decoration:none;
}
h2{
    font-size:1.3em;
    line-height:1.4em;
    /*text-transform: lowercase;*/
    letter-spacing:1px;
}

h2.tagline{

    padding-right:1px;
    padding-bottom:0.5em;
}
.content h2{
    padding:0.5em 0;
}
p{
    padding:0.5em 0;
}

.meta,.content{
    padding:1.5em;
}
.meta ul{
    list-style:none;
}
.meta{
    text-align:center;
    padding-left:0;
}

nav,
footer .footer-links,
footer .social-media,
footer .copyright{
    padding:0.5em 0;
}
footer .social-media a{
    margin-right:0.5em;
}
footer .social-media a:last-of-type{
    margin-right:0;
}

figure{
    float:left;
    margin-right:1em;
}
figure img{
    max-height: 200px;
    max-width: 100%;
}
figure figcaption{
    width: 100%;
    font-size: 50%;
    text-align: center;
}

dt{
    padding:0.5em 0;
    font-weight:bold;
}
dd{
    padding-left:2em;
}

table td{
    padding:5px;
}

@media (min-width:980px){
    body{
        max-width:980px;
        margin:0 auto;
        padding:2em;

        display: flex;
        justify-content: center;
    }
    .meta{
        width: 33.3%; /*38.2%;*/
        text-align:right;
    }
    .content{
        width: 66.6%; /*61.8%;*/
    }
}