#site-title, .site-title, #site-title a, .site-title a, #logo, #logo a, .logo, .logo a {
    font-family: "Open Sans";
    font-size: 22px;
    margin-left: 48px;
    margin-top: -49px;
}

p {
    margin-bottom: 1.6em;
    font-size: 14px !important;
}

.post-navigation .nav-next, .post-navigation .nav-previous {
    background-position: center;
    background-size: cover;
    position: relative;
    display: none;
}


@media screen and (min-width: 59.6875em)
.main-navigation {
    font-size: 12px !important;
    font-size: 1.2rem!important;
    margin: 0 10% 10%!important;
}

.entry-title, .entry-title a, .page-title, .entry-content h1 {
    font-family: "Open Sans";
    display: none !important;
}

@media screen and (min-width: 59.6875em)
.site-header {
    background-color: transparent;
    border-bottom: 0;
    margin: 20% 0;
    padding: 0 9% !important;
}