.site-header {

z-index: 9999;
height: 100px;
padding-top: $space-1;
padding-bottom: $space-2;

}

.site-header a {

color: #000;
font-size: $h3;
font-weight: 300;
background-image: none;

}

.site-header .site-title {

font-size: $h2;

}

.site-nav {

margin-top: $space-2;

}

.site-nav a + a {

margin-left: 1em;

}

.site-header a:hover, .posts .post a:hover .post-meta, .posts .post a:hover .post-title, .posts .post a:hover .post-summary {

opacity: 0.88;

}

.site-header {

text-align: center;

}

.site-header .site-nav {

text-align: center;

}