/* Legacy Future additions. Keep the classic layout while removing Tibia branding. */
#LegacyLogo {
  position: absolute;
  inset: 16px 0 auto 0;
  display: block;
  color: #f5d58a;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 0 #170b04, 0 0 8px #000, 0 0 14px #8a3b11;
  transform: rotate(-2deg);
}

.LegacyLogoMain {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -3px;
}

.LegacyLogoSub {
  display: block;
  color: #d6812f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 6px;
}

#Footer { line-height: 1.55; }

@media (max-width: 760px) {
  #ArtworkHelper,
  #Bodycontainer {
    min-width: 0;
    width: 100%;
  }

  #ContentRow { top: 105px; }

  #MenuColumn {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 25px;
  }

  #ContentColumn {
    margin: 0 10px;
  }

  #ThemeboxesColumn { display: none; }
  #LeftArtwork { left: 50%; margin-left: -83px; }
  .BoxContent { overflow-wrap: anywhere; }
}
