body {
    padding: 15px 0;
    font-family: "Raleway", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
}

img {
    width: 100%;
}

#navigation h1.nav-header {
    padding: 0 15px;
    margin-bottom: 0;
}

#navigation a.nav-header {
    padding: 5px 15px;
}

#navigation ul.uk-nav {
    padding: 15px 0;
}

#navigation p {
    padding-bottom: 10px;
}

#navigation li.language-select select {
    float: right;
}

#content img.header {
    margin-bottom: 20px;
}

#content .facts table tr>td {
    padding-right: 0.5em;
}

#content ul {
    list-style-type: square;
}

#content li.done {
    color: #008000;
    text-decoration: line-through;
}

#content div.images>div {
    margin-bottom: 25px;
}

#content #keyart hr:last-child,
#content #images hr:last-child {
    margin-top: 0;
}

#content #awards ul {
    font-variant: small-caps;
}

#content #articles ul {
    font-style: italic;
}

#content .iframe-container {
    position: relative;
    padding-bottom: 56.5%;
    margin-bottom: 15px;
}

#content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    #content > div.uk-grid >div:nth-child(2) > h2:first-child {
        margin-top: 25px;
    }
    #navigation {
        display: none;
    }
}
