/*
Theme Name: Lilienthal Coming Soon
Theme URI: https://lilienthalsouthafrica.com/
Author: Lilienthal South Africa
Description: Minimal live holding page for the Lilienthal South Africa digital heritage archive.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: lilienthal-coming-soon
*/

html, body { margin: 0; min-height: 100%; background: #141310; }
body { min-height: 100vh; color: #f5f0e6; font-family: Georgia, 'Times New Roman', serif; }
* { box-sizing: border-box; }
.lilienthal-coming-soon {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #141310;
  overflow: hidden;
}
.lilienthal-coming-soon img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  object-position: center;
}
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
@media (max-width: 700px) {
  .lilienthal-coming-soon { min-height: 100svh; align-content: center; }
  .lilienthal-coming-soon img { height: auto; max-height: 100svh; object-fit: contain; }
}
