#title-strip {
    /* debug 
    background-color: antiquewhite; */

    /* the real thing */
    display: flex;
    height: 100px;
}

#title-strip p,
h1 {
    margin: 0;
}

#title-strip-main {
    margin: auto 0 auto 25px;
}

#frontpage-main {
    display: flex;
}

#frontpage-div {
    margin-right: 10%;
}

#left-nav {
    width: 25%;
}

.blog-entry {
    background-color: #e9e9e9;
    padding: 5px 15px;
    border-left: 10px solid #78c786;
    border-radius: 10px;
}