/* #00050B
   #051F3D
   #2B4A6F
   #7087A1
   #EEEEEE
   http://paletton.com/#uid=13C0u0kllll++26v+bIaGuY00UJ
*/
html {
  position: relative;
  min-height: 100%;
}

body {
    font-size: 16px;
    margin-bottom: 60px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #7087A1
}

pre, code {
    color: #051F3D;
    background-color: #EEEEEE;
}

a {
    color: #7087A1;
}

#page-home #content p {
    font-size: 19px;
    margin-bottom: 15px;
}

#page-post #content img {
    border-top: 1px solid #051F3D;
    border-bottom: 1px solid #051F3D;
    margin-bottom: 20px;
}

#page-post .comment {
    border-top: 1px solid #EEEEEE;
    padding-top: 2em;
    font-size: 90%;
}

#home-link {
    color: #051F3D;
}

.navbar {
    margin-top: 0.8em;
    padding-right: 0.5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #EEEEEE;
}

.navbar .navbar-nav>li>a {
    text-transform: uppercase;
    color: black;
}

.navbar-nav li a:hover {
    text-decoration: underline;
}


.navbar h1 {
    margin: 0px;
}

#dateline {
    color: #2B4A6F;
    padding-bottom: 1em;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  font-size: 14px;
}

.footer .navbar-header {
   padding-left: 1em;
  color: #EEEEEE;
}

.footer .navbar-nav>li>a {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 1em;
    padding-right: 1em;

}
