 @import url('https://fonts.googleapis.com/css?family=Lato');

body {
   background-color: #eddfc866;
   font-family: 'Lato', sans-serif;
}

.site-header {
    border-top: 5px solid #265B4D;
    border-bottom: 1px solid #e8e8e8;
    min-height: 56px;
    position: relative;
}

h4 {
  font-weight: bold;  
}

.site-title, h1, .site-nav .page-link, a, h2, h3, h4 {
  color: #265B4D;
}

code, pre {
  background-color: #fff;
}
