body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: #1a1a1a;
    color: #eee;
}
a {
  color: inherit;
  text-decoration: none;
}
.a, .a:visited {
  color: #ffd299;
  text-decoration: none;
}
.a:hover, .a:focus, .a:active {
  color: #ffd299;
  text-decoration: underline;
}
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #111;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    filter: drop-shadow(0px 0px 3px #0d0d0d);
}
@media screen and (max-width: 721px) {
    .navbar,
    .navbar-li {
        position: relative;
    }
}
.navbar-li {
    float: left;
}

.navbar-li-a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Lato;
}

.navbar-li-a:hover:not(.active) {
    color: #9999ff;
}

.active {
    background-color: #8888ff;
}
.navbar-img {
    float: right;
    height: 46px;
}

.item-box {
  width: 320px;
  height: 300px;
  max-width: 98%;
  background: #111;
  margin: 20px;
  display: inline-block;
  overflow: visible;
  position: relative;
  filter: drop-shadow(0px 0px 2px #000);
  border-radius: 15px;
}
.item-box:hover {
  filter: drop-shadow(0px 0px 4px #000);
}
.item-box-img-in {
  height: 180px;
  margin-top: .4rem;
}
.item-box-img {
  max-width: 95%;
  max-height: 95%;
  filter: drop-shadow(0px 0px 4px #000);
}
.item-box-title {
  font-size: 1.5rem;
  width: 93%;
  max-width: 93%;
  display: block;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  background: linear-gradient(to right, rgba(153, 153, 255, .0), #9999ff, #8888ff, #8888ff, #8888ff, #8888ff, #8888ff, #9999ff, rgba(153, 153, 255, .0));
  font-weight: bold;
  padding-top: .305rem;
}
.item-box-title-text {
  filter: drop-shadow(0px 0px 1px #333);
}
.item-box-update {
  flex: 1;
  position: absolute;
  bottom:0;
  right:0;
  margin: 5px;
  margin-right: 8px;
  color: #7c7c7c;
}
.page-img-div {
  margin: 1rem;
  max-width: 50rem;
  background: #111;
  padding: .5rem;
  display: inline-block;
}
.page-desc-div {
  display: inline-block;
  width: 20rem;
  height: 450px;
  max-height: auto;
  max-width: 100%;
  background: #111;
  margin-top: 1.0rem;
  vertical-align: top;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
