@charset "UTF-8";
/* ==========================================================================
   Air skin
   ========================================================================== */
/* Colors */
.page__footer {
  color: #fff !important;
}

.page__footer-follow .social-icons .svg-inline--fa {
  color: inherit;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/*
   Typography
   ========================================================================== */
/* paragraph indention */
/* Modern font stack */
/* https://github.com/system-fonts/modern-font-stacks */
/* Sans serif - modern font stack */
/* sans serif typefaces - defined in Minimal Mistakes */
/* Serif - modern font stack */
/* serif typefaces - defined in Minimal Mistakes */
/* Monospace - modern font stack */
/* Handwritten - modern font stack */
/* Defaults used in Minimal mistakes */
/* Emoji native from modern font stack - add to the end of the font-face for native emojis */
/* system typefaces */
/* type scale */
/* headline scale */
/*
   Colors
   ========================================================================== */
/* YIQ color contrast */
/* brands */
/* links */
/* notices */
/* syntax highlighting (base16) */
/*
   Breakpoints
   ========================================================================== */
/*
   Grid
   ========================================================================== */
/*
   Other
   ========================================================================== */
/*
Body
*/
body {
  background-color: #A5DFFE;
  background-image: url("/assets/topgradient.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  /* Fallback for when there is no custom background color defined. */
}

/*
Make masthead have pretty background
*/
.masthead {
  padding: 10px;
  padding: 0.8rem;
  margin-top: 24px;
  margin-top: 1.714285714rem;
  margin-left: 24px;
  margin-left: 1.714285714rem;
  margin-right: 24px;
  margin-right: 1.714285714rem;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  font-family: Georgia, serif;
  text-shadow: 0px 0px 5px #000;
}
.masthead__inner-wrap {
  background-color: #aaa;
  background-image: url("/assets/header.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.masthead h1 {
  font-family: Georgia, serif;
  font-size: 23px;
  font-size: 1.4rem;
}

.masthead h2 {
  font-family: Georgia, serif;
  font-size: 10px;
  font-size: 0.8rem;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.masthead a {
  color: #eee;
}

.masthead a:hover,
.masthead a:focus {
  color: #007acc;
}

.masthead .search-form {
  position: inherit;
}

.site-logo2 img {
  max-height: 6rem;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/*
* The Language choice dropdown
*/
/* Reset a little */
details {
  display: block;
}

.search__toggle {
  /* optional – give it its own line */
  display: block;
  margin-inline: 0;
  height: 1.4rem;
  color: #eee;
}
.search__toggle:hover {
  color: #ccc;
}

summary {
  list-style: none; /* hide the default triangle */
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #eee;
}
summary:hover {
  color: #ccc;
}
summary {
  text-shadow: 0px 0px 5px #000;
}

summary::-webkit-details-marker {
  display: none;
} /* hide the default marker in WebKit */
/* The dropdown panel */
details[open] ul {
  position: absolute;
  margin-top: 0.25rem;
  min-width: 180px;
  background: rgb(201.5, 230.5, 246);
  border: 1px solid rgb(205.5, 206.75, 208.75);
  border-radius: 0.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  list-style: none;
}

/* Items */
details ul a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  color: rgb(42.75, 46.5, 52.5);
  text-decoration: none;
}

details ul a:hover,
details ul a:focus {
  background: rgb(172.3, 224.5, 252.4);
}

/* Currently selected header */
.masthead__menu-current {
  text-decoration-line: underline;
  a-color: #222831;
}

/* Temporary for main index.hml */
.grid {
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 0.5em), 1fr));
}

.fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.float-left {
  float: left; /* pushes the image to the right side */
  margin-right: 1rem; /* space between image and text */
  margin-bottom: 0.5rem; /* optional vertical gap */
}

.lang-search {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* space between button and language selector */
  margin-top: 0.4rem; /* separate from logo vertically */
}

.float-right {
  float: right; /* pushes the image to the right side */
  margin-left: 1rem; /* space between image and text */
  margin-bottom: 0.5rem; /* optional vertical gap */
}

.undecided {
  border: 4px solid #aaf;
}

.under-construction-tall {
  position: fixed; /* keep it visible while scrolling */
  bottom: 0; /* align to the bottom */
  right: 0; /* align to the right */
  margin: 1rem; /* optional spacing from the edges */
  z-index: 19;
}

@media (max-width: 767px) {
  .under-construction-tall {
    position: static; /* removes the fixed positioning */
    margin: 0; /* optional – reset any extra margins */
  }
}
/* each square will grow/shrink to fill the row */
.square-item {
  background: #ddd; /* fallback colour – overridden inline later */
  flex: 1 1 calc(33% - 1rem); /* three per row, minus the gap */
  aspect-ratio: 1/1; /* keep it a perfect square */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  text-decoration: none;
}

/* Small‑screen tweak – stack them full‑width */
@media (max-width: 480px) {
  .square-item {
    flex-basis: calc(100% - 1rem); /* one per row */
  }
}

/*# sourceMappingURL=mystyle.css.map */