.version_box {
  position: absolute;
  bottom: 20px;
  padding: 0 0 10px 30px;
  display: inline-block;
  color: rgba(225, 225, 225, 0.85);
  font-weight: 500;
}

.topbar-schoolyear {
  width: 100px;
  padding: 0.4532rem 0.77rem;
  background-color: var(--ins-topbar-search-bg) !important;
  color: var(--ins-topbar-item-color) !important;
  border-color: var(--ins-topbar-search-border) !important;
  line-height: 1.5;
  border-radius: var(--ins-border-radius);
}

.engraved-text {
  background-color: #666666;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 3px 5px 1px rgba(245, 245, 245, 0.5);
}
.embossed-text {
  background-color: #666666;
  background-clip: text;
  -webkit-background-clip: text;
  color: #f0f0f0;
  text-shadow: 1px 4px 4px #555555;
}

.inset_shadow {
  box-shadow: rgba(50, 50, 93, 0.45) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.4) 0px 18px 36px -18px inset;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}