/* New theme for hyde.css */

html {
  font-size: 14px;
  line-height: 1.25;
}
@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ul {
    list-style-type: square;
}

.theme-libuchauer .content {
  padding-top:    1.5rem;
  padding-bottom: 1.5rem;
}
.theme-libuchauer .content a,
.theme-libuchauer .related-posts li a:hover {
  color: #f47a60;
}

/* Sidebar nav */
.theme-libuchauer .sidebar {
  background-color: #1d3c45;
  padding: 0.25rem 0.5rem;
  color: #f47a60;
}
@media (min-width: 48em) {
  .theme-libuchauer .sidebar {
    padding: 2rem 1rem;
  }
}

/* Sidebar links */
  .theme-libuchauer .sidebar a {
    color: #fff1e1;
    font-family: "Lucida Console", Monaco, monospace;
;
}

.sidebar-about h1 {
    font-size: 1.5rem;
    font-family: "Lucida Console", Monaco, monospace;
   /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
   font-weight: 300;
}
.sidebar-about .lead {
    font-size: 0.75rem;
}
.sidebar-nav-item {
  display: inline-flex;
  padding: 0.1em 0.1em;
}
@media (min-width: 48em) {
  .sidebar-nav-item {
    display: block;
    padding: 0em 0em;
  }
}
