body {
    background-color: #f8f8fa ;
    font: normal normal 1em 'Averia Serif Libre',Arial,display;
}

header, footer, section.entry, nav {
    text-align: center;
}

header {
    margin: 1em 0em 1em;
}

nav {
    margin-bottom:1em;
}

footer {

}

a {
    color: #BB76CF;
    text-decoration: none;
}

a:hover, a:visited:hover {
    color: #3255A4;
}

a:visited {
    color: #9D7AD2;
}

h1, h2, h3, h4, h5, span, p {
    font: normal normal 'Averia Serif Libre',Arial,display;
    color: #949494;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

.main.row, section .container.row {
    margin-right: auto!important;
    margin-left: auto!important;
}

.tagline {
    margin: -0.5em 0em 0.5em;
    font-style: italic;
}

.twitters, .blueskies {
    text-align: center;
    margin-bottom: 0.25em;
    padding: 0.25em 0em;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-radius: .375rem;
}

.blueskies + .twitters {
    border-top: 0em;
    padding-top: 0em;
}

.twitters a, .blueskies a, .entry-links-item, nav span.button {
    display: inline-block;
}

.twitters a, .blueskies a {
    margin: 0em 1em 0em;
}

.entry-links-item, nav span.button {
    margin: 0.25em 0.5em 0.25em;
    padding: 0.25em 0.5em 0.25em;
    border: 1px solid #cacaca;
    border-radius: .375rem;
}

.entry-links-item.multi-link:first-of-type {
    border-right: none;
    margin-right: 0;
}
.entry-links-item.multi-link:last-of-type {
    border-left:none;
    margin-left: 0;
}

.entry-links-item:hover, .entry-links-item:hover a, nav span.button:hover {
    border-color: #3255A4;
    color: #3255A4;
}

.padded-border {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #949494;
    border-radius: .375rem;
}

header p {
    margin-bottom: 0.5em;
}

p:last-of-type {
    margin-bottom: 0em;
}

nav span.button:hover {
    cursor:pointer;
}