div.highlight > pre {
    margin: unset;
    font-family: Roboto, Consolas, monospace;
    font-size: 13px;
    letter-spacing: 0.015em;
    line-height: 120%;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #1e1e1e;
    overflow: auto;
}

#menu {
    display: none;
}

#menu-toggle {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

#menu-toggle > label {
    font-size: 36px;
    margin: 0;
    color: white;
    cursor: pointer;
}

#menu-toggle > input {
    display: none;
}

#menu-toggle > input:checked + #mobile-menu {
    position: fixed;
    padding: 0 2em 2em 2em;
    background: black;
    width: 100%;
    height: initial;
    left: 0;
    top: calc(4em + 75px);
    display: flex;
    flex-direction: column;
}

#menu-toggle > input:not(:checked) + #mobile-menu {
    height: 0;
    padding: 0;
    display: none;
}

#mobile-menu > .menu-item {
    color: white;
    display: inline-block;
    align-self: center;
    font-size: 20px;
    padding: 10px;
    padding-bottom: 0;
    border-bottom: initial;
}

#mobile-menu > .menu-item:hover {
    color: white !important;
}

#main {
    margin-top: calc(5em + 80px);
}

#main > .inner > .columns {
    display: flex;
}

#header {
    background: black;
    width: 100%;
    position: fixed;
    z-index: 100;
    padding: 2em;
}

#header .logo {
    display: flex;
}

#header .logo > img {
    height: 80px;
}

#search {
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
}

#search_form {
    margin: 0;
}

#main > .inner > .columns {
    display: flex;
}

.image.main {
    margin: 0;
    margin-bottom: 1em;
}

#left_col {
    flex-basis: 1000px;
    width: 100%;
}

#right_col {
    display: none
}

#banner {
    padding-bottom: 0;
}

#about.top-space {
    display: flex;
}

.about-pic {
    max-width: 100%;
}

.contact_box {
    border: 2px solid;
    padding: 5px;
    border-radius: 5px;
}

.post-details {
    margin-right: 5px;
}

.post_tag {
    color: #999;
    cursor: pointer;
    background-color: #f6f6f6;
    display: inline-block;
    padding: .25em .4em;
    margin: 2px 0;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    border-bottom: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-s
}

.post_tag:hover {
    background-color: #ddd;
    color: #999 !important;
}

.posts {
    margin: initial;
    width: initial;
    justify-content: space-between;
}

.posts article {
    width: calc(33% - 1em);
    margin: initial;
    margin-bottom: 2em;
}

#wrapper {
    min-height: 0;
}

#footer {
    padding: 0 2em;
}

a.image:hover img {
    transform: none;
}
