@charset "UTF-8";
body {
  margin: auto;
  padding: auto;
  min-height: auto;
  height: 800px;
  font-family: monospace;
  font-size: 12.5px;
  background-image: url();
}

main {
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 15px;
}

#navbar {
  text-align: center;
}

#title {
  position: absolute;
  top: 30px;
  left: 350px;
  color: white;
  animation: float 3s ease-in-out infinite, glow 1s ease-in-out infinite alternate;
}

#banner {
  border-radius: 20px 20px 0px 0px;
  height: 155px;
  width: 1100px;
}

.specialsite {
  height: auto;
  width: 170px;
  border-radius: 10px;
  outline: 2px solid white;
  margin-bottom: 5px;
}

.specialdono {
  height: auto;
  width: 170px;
  border-radius: 15px;
  outline: 2px solid white;
  margin-bottom: 5px;
}

.specialsocials {
  height: auto;
  width: 230px;
  border-radius: 15px;
  outline: 2px solid white;
  margin-bottom: 5px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatnimation {
  0%, 100% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
}
[hovertext]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[hovertext]:after {
  content: attr(hovertext);
  background-color: #252525;
  color: white;
  position: absolute;
  padding: 5px;
  top: -10px;
  left: 100%;
  white-space: nowrap;
  border: 1px solid #111111;
  visibility: hidden;
}

[hovertext] {
  position: relative;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: end;
}

.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.25rem;
  content: "→";
}

#yearbar {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
