.navbar {
    position: fixed;
    margin: 0 auto;
    /* width: 100%; */
    min-width: 700px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    /* box-shadow: 0 2px 6px rgba(100,100,100,.15); */
    box-shadow: 0 2px 6px rgba(0,0,200,.2);
    z-index: 3;
}

#nav-slogan {
    position: relative;
    top: 4px;
    font-size: 14px;
    font-weight: "lighter";
    font-family: "courier new";
}

#home {
    margin: 0 auto;
    width: 80%;
    min-width: 700px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3)
}

#blogTitle {
    height: 0px;
    background-color: #fff;
    clear: both
}

#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#blogTitle h1 a {
    color: #515151
}

#blogTitle h1 a:hover {
    color: #21759b
}

#blogTitle h2 {
    font-weight: lighter;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    font-family: "courier new";
    color: #757575;
    float: left;
}





