* {
  font-family: system-ui;
  scroll-behavior: smooth;
  line-height: 1.3;
}

@view-transition {
  navigation: auto;
}

body {
  margin-top: 0;
}

#body-reset {
  max-width: 76%;
}

a { 
  text-decoration: none;
  color: #369;
}

a:hover {
  color: black;
}

header {
  border-bottom: 1px solid #5f99cf;
  position: relative;
  background-color: #cee3f8;
  z-index: 99;
}

#sitename {
  font-weight: bold;
  vertical-align:bottom;
  font-size: 1.4em;
  font-variant: small-caps;
  text-decoration: none;
  display: inline-block;
}

.tabmenu {
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 2px;
  vertical-align:bottom;
  & a {
    text-decoration: none;
    color: #369;
    padding: 2px 6px 1px 6px;
    background-color: #eff7ff;
  }

  & a:hover {
    color: black;
  }
}

section.side {
  float:right;
  width: 300px;
  margin-left: 1rem;
}

section#side-view {
  overflow: hidden;
  display: block;
  & img#side-img {
    content: url("/img/shovelknight-banner.webp");
    border-radius: 5px;
    max-height: 168px;
  }
}

.wiki-toc {
  float:right; 
  list-style: none; 
  padding: 15px;
  min-width: 280px;
  font-size: 1em;
  line-height: 1.3;
  margin-top: 4px;
  & ul {
  border-left: 1px dotted #369;
  list-style: none;
  }
  & ul > li {
    margin-left: -15px;
  }
}

footer section#footer {
  overflow:hidden;
  height: 300px;
  & img#footer-img {
    content: url("/img/plague-knight.gif");
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


li.title {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  background-color: #eff7ff; /* #FBFBFB; */
  border-top: 1px dashed #5f99cf;
  max-width: 100%;
  list-style: none;
}

li.title:before {
  content: '';
  height: 28px;
  width: 30px;
  background-image: url(./img/shovel-knight-running.gif);
  object-fit: contain;
  background-size: contain;
  margin-right: 9px;
  margin-left: -38px;
}


