#home {
    margin: 0 auto;
    width: 76%;
    min-width: 950px;
    background-color: #fff;
    padding: 68px;
    margin-top: 35px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}