body {
  background-color: #333;
  background: #00f url(/img/bg/purpl.png) top left;
  color: #ff0;
  font-family: "Comic Sans", "Comic Sans MS", Chalkboard, ChalkboardSE-Regular, "Marker Felt", Purisa, "URW Chancery L", cursive, sans-serif;
  line-height: 1.5;
  margin: 0
}

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

a:hover {
  text-decoration: underline
}

.navbar {
  position: relative;
  color: #0f0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 5px ridge #d4d0c8;
  overflow: visible;
}

.navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/img/bg/stars.gif) top left;
  opacity: .75;
  z-index: -1
}

.navbar-brand {
  display: flex;
  align-items: center
}

.navbar-brand img {
  margin-right: 10px;
  max-height: 50px
}

.navbar-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center
}

.navbar-nav.ml-auto {
  margin-left: auto !important
}

.navbar-nav>li {
  margin: 0 10px
}

.navbar-nav>li>a {
  color: #0f0;
  display: block;
  padding: 8px 10px;
  text-decoration: none
}

.navbar-nav>li>a:hover {
  text-decoration: underline
}

.navbar-nav li {
  position: relative
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  z-index: 1000;
  padding: 0;
  margin-top: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  list-style: none;
  padding: 0;
}

.dropdown-menu a {
  color: #0f0;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background-color: #555;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px
}

.page-footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 40px
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ff0;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

@keyframes blinker {
  50% {
      opacity: 0
  }
}

.rainbow {
  background-image: linear-gradient(to left, violet, indigo, #00f, green, #ff0, orange, red);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: rainbow-animation 5s ease-in-out infinite;
  background-size: 400% 100%
}

@keyframes rainbow-animation {
  0%,
  100% {
      background-position: 0 0
  }
  50% {
      background-position: 100% 0
  }
}

@keyframes slide {
  0% {
      transform: translatex(0)
  }
  100% {
      transform: translatex(100%)
  }
}

.navbar-title {
  text-decoration: underline
}

h1.title {
  background-image: linear-gradient(to right, red 14%, orange 28%, #ff0 42%, green 56%, #00f 70%, indigo 84%, violet);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent
}

h1.title::after,
h1.title::before {
  content: "";
  background-image: url(/img/banana-dance.gif);
  background-size: 100% 100%;
  display: inline-block;
  height: 2em;
  width: 2em;
  position: relative;
  top: 5px
}

a {
  color: #0ee;
  text-decoration: underline
}

a:hover {
  color: #0ee
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

.nav-footer {
  background-color: transparent;
  color: var(--body-color)
}

.nav-footer a {
  color: #0ee
}

body:not(.floating) .nav-footer {
  border-top: 0
}

@keyframes blinker {
  50% {
      opacity: 0
  }
}

@keyframes slide {
  0% {
      transform: translatex(0)
  }
  100% {
      transform: translatex(100%)
  }
}