/*
 # -----------------------------------------------------------------------------
 # /assets/theme/j1/modules/backstretch/css/attic.css
 # Backstretch v.2.1.16 implementation for J1 Theme
 # Styles for J1 Master Header (attic)
 #
 # Product/Info:
 # http://jekyll.one
 #
 # Copyright (C) 2023-2026 Juergen Adams
 #
 # J1 Theme is licensed under the MIT License
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/

/* Content
   ---------------------------------------------------------------------------- */

/*  fake attic used if NO attic is enabled for a layout */
.no-attic {
  padding-top: 80px;
}

.attic {
/* top: 80px; */            /* jadams, 2026-03-27: place under the menu bar*/
  position: relative;
  width: 100%;
  overflow: hidden;         /* jadams, 2017-12-11: needed for image headers */
  /* claude - backstretch responsiveness #6
   * min-height: 0 prevents flex/grid parents from collapsing the attic
   * when its height is defined entirely by padding. Without this, some
   * flex containers can override the computed height to 0.
   * box-sizing: border-box ensures the padding-top (which defines the
   * attic's visual height) is included inside any explicit width/height
   * constraints rather than added on top of them. */
  min-height: 0;
  box-sizing: border-box;
}

.attic .j1-booticon {
  margin: 0 auto 30px;
}

.attic .head-title h2 {
  margin-top: -1.2rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;         /* jadams, 2020-12-25: added line-height */
}

.attic .head-tagline h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.attic .lead {
  margin: 0 20px 30px;
  font-size: 20px;
  color: #babdb6;
}

.attic .version {
  margin-top: -10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #2e3436;
}

.attic .btn {
  width: 100%;
  padding: 15px 30px;
  font-size: 20px;
}

.attic-caption {
  display: none;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.attic-caption a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
}

.attic-caption a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
}

/* Media breakpoints
   ----------------------------------------------------------------------------- */

@media screen and (min-width: 992px) {
  .attic .lead {
    width: 90%;
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .no-attic {
      padding-top: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .attic h1 {
    font-size: 60px;
  }
  .attic .lead {
    width: 95%;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .no-attic {
      padding-top: 48px !important;
  }
}

@media screen and (min-width: 480px) {
  .attic .btn {
    width: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .no-attic {
      padding-top: 48px !important;
  }
}


/* Helper styles
   ----------------------------------------------------------------------------- */

.text-emphasis-none {
  text-shadow: none !important;
}

.text-emphasis-strong {
  text-shadow: 0 2px 0 rgba(0,0,0,.4) !important;
}

.text-emphasis-stronger {
  text-shadow: 0 3px 0 rgba(0,0,0,.3) !important;
}

.text-emphasis-strongest {
  text-shadow: 0 4px 0 rgba(0,0,0,.2) !important;
}

/* Unsplash badge
   ----------------------------------------------------------------------------- */

.attic__badge {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 6px;
  display: inline-block;
  border-radius: 3px;
}

.attic__badge_unsplash {
  font-family:  -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
  font-size:  12px;
  font-weight:  bold;
  line-height:  1.2;
}

.attic__badge_unsplash_icon {
  display: inline-block;
  padding: 2px 3px;
}

.attic__badge_unsplash_icon-size {
  height: 12px;
  width: auto;
  position: relative;
  vertical-align: middle;
  top: -2px;
  fill: white;
}

.attic__badge_unsplash_text {
  display:inline-block;
  padding:2px 3px;
}
