

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding-left: 1.2em;
}

#sidebar li {
  margin: 0.25em 0;
}

#sidebar a {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: var(--primary-color);
}

#sidebar a:hover {
  text-decoration: underline;
}

/* Deeper-level links (indented ones) */
#sidebar ul ul a {
  font-family: 'Quattrocento', serif;
  font-weight: normal;
  color: var(--primary-text-color);
}

body[layout^='layout-home'] .content-grid-area {
  background-color: #e5e5e5;
}

.teaser-blurb {
  background-color: white;
}

.teaser-blurb {
  padding: 10px;  
  display: grid;
  text-decoration: none;
  align-content: start;
}
.teaser-thumb {
  margin: 0px;
}
.teaser-title, 
article a h3 {
  text-transform: capitalize;
}
.teaser-blurb .teaser-content {
  display: flex;
}
.teaser-text {
  padding-left: 10px;
  flex: 1;
  font-size: 10;
}

body[layout^='layout-home'] #main-header{
  top: 0px;
  position: sticky;
}

#main-footer {
  display: none;
}

.sidebar-grid-area {
  position: sticky;
  top: 49px;
}


#main-header.header-grid-area {
  font-family: 'Oswald', sans-serif;
}

#main-header .logo-link {
  font-family: 'Comfortaa', sans-serif;
  text-transform: none;
}

.logo-text {
  font-family: 'Comfortaa', sans-serif;
  font-size: 36px;
  border-bottom: solid 5px black;
  margin: 0px 5px;
  padding-bottom: 5px;
}

html {
  font-family: 'Quattrocento', serif;
  font-weight: 300;
  font-size: 12px;
  color: var(--black);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
}

body {
  font-family: 'Quattrocento', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: var(--primary-text-color);
  /* background-color: var(--page-background); */
  background-color: #e5e5e5;
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--markdown-body, --page-background);
  line-height: 1.5;
  font-family: 'Quattrocento', serif;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
