html, body {
    /* font-family: 'Yanone Kaffeesatz', sans-serif; */
    font-family: 'Jura', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 2px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

.icon-bar a {
    padding: 16px;
    margin-left: 20px;
    font-size: 20px;
}

.icon-bar p {
    line-height: 2;
}

h2 {
    padding-top: 20px;
}

p {
    font-size: large;
}

.copyleft {
    display: inline-block;
    transform: rotate(180deg);
    padding-bottom: 2px;
}