body {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  margin: 0;
}

main {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100vh;
}

.navbar {
  font-family: Oswald, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  padding: 0 25px;
  position: sticky;
  height: 100vh;
  top: 0;
  flex-shrink: 0;
}

.banner {
  width: 500px;
}

.content {
  flex-grow: 1;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

h1 {
  font-family: Oswald, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  padding: 15px 0px;
  margin-bottom: 0;
  color: #080808;
}

img {
  max-width: 100%;
}

a {
  border-color: #ff4a3f;
  -moz-box-shadow: inset 0 -5px 0 #ff4a3f;
  -webkit-box-shadow: inset 0 -5px 0 #ff4a3f;
  box-shadow: inset 0 -5px 0 #ff4a3f;
  color: #080808;
  text-decoration: none;
}

a:hover {
  background: #ff4a3f 
}

a.quiet {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

ul {
  padding: 15px 15px 15px 20px;
  font-family: inherit;
  line-height: 1.6em;
  color: #525252;
}

.navbar ul {
  padding: 0px 15px  15px  0px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
}

.navbar ul a {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  padding: 0 10px 0 0;
}

ul.index {
  padding-left: 0;
  font-family: Oswald, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}

ul.index li {
  list-style: none;
}

ul.index li a {
  outline: 0;
 text-decoration: none;
  -moz-box-shadow: inset 0 -5px 0 #ffffff;
  -webkit-box-shadow: inset 0 -5px 0 #ffffff;
  box-shadow: inset 0 -5px 0 #ffffff;
  color: #080808;
}

ul.index li a:link {
  color: #080808;
}

.metadata, .metadata a {
  color: rgba(0,0,0,0.4);
  font-size: 10px;
  text-transform: uppercase;
}

.metadata p {
  margin: 0;
}

.tag {
  display: inline;
  padding: 0;
}

.tag li{
  padding-right: 5px;
}

.metadata a {
  -moz-box-shadow: inset 0 -2px 0 #ff4a3f;
  -webkit-box-shadow: inset 0 -2px 0 #ff4a3f;
  box-shadow: inset 0 -2px 0 #ff4a3f;
}

span.date {
  display: inline-block;
  min-width: 140px;
}

div.welcome-msg {
  /*background-color: #d73a32;*/
  background-color: #080808;
  color:#ffffff;
  padding:15px;
  font-size: 20px;
}
