@media screen and (max-width: 568px) {
    .jnkcf-logo {
        text-align: center;
    }
}

.jnkcf-logo img {
    min-width: auto;
}

header .grid h1 {
    text-align: center;
}

/* override the override of unit widths */

header .half {
    width: 50% !important;
}
header .whole {
    width:  100% !important;
}

.theme_candor_pennlight header .site-name {
    border: none;
}