.ga-head-l, .ga-head-r {
  background-color:lightgray;
}

.ga-head2-main {
  background:linen;
}

.banner {
  margin: 10px;
  height: 90%;
}

.ga-head-l,
body[layout^='layout-home'] #main-header,
.ga-head-r {
  top: 0px;
  position: sticky;
}

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


#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: 'Noto Sans', 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: 'Noto Sans', sans-serif;
  font-weight: normal;
  color: var(--primary-text-color);
}


#main-header.header-grid-area {
  font-family: 'Noto Sans', sans-serif;
  background-color:lightgray;
  color: blue;
  margin: 0;
}

#main-header .logo-link {
  font-family: 'Audiowide', sans-serif;
}

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

html {
  font-family: 'Noto Serif', 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: 'Noto Sans', sans-serif;
}

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

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

