/*
Theme Name: PoeGhostal BlisterCard Final
Theme URI: https://www.poeghostal.com
Author: Poe Ghostal
Author URI: https://www.poeghostal.com
Description: Final version of the blister card-style theme.
Version: 1.2
*/

body {
  margin: 0;
  background: #444;
  font-family: 'Special Elite', serif;
}

#site-wrapper {
  background: linear-gradient(to bottom, #000, #004080);
  border-radius: 24px;
  max-width: 960px;
  margin: 2rem auto;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.7);
}

#hanger-notch {
  position: relative;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: -20px;
  z-index: 2;
}

.notch-cutout {
  width: 80px;
  height: 40px;
  background: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.search-label {
  color: gray;
  font-size: 16px;
  margin-left: 12px;
  position: relative;
  top: 10px;
}

#logo {
  text-align: center;
  padding: 1rem;
  margin-top: -20px;
}

#logo img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

#site-navigation {
  text-align: center;
  margin-bottom: 1rem;
}

#site-navigation .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 1.6rem;
}

#site-navigation .menu li a {
  text-decoration: none;
  color: #999;
  transition: color 0.2s;
}

#site-navigation .menu li a:hover {
  color: red;
}

#content {
  background: white;
  padding: 2rem;
  margin: 0 auto;
  width: 90%;
  border-radius: 1rem;
}

input[type="text"] {
  color: #000;
  font-size: 16px;
  padding: 6px;
}

#colophon {
  background: #004890;
  color: #f4f4f4;
  padding: 2rem;
  font-size: 0.9rem;
  text-align: center;
}

.footer-art img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}

.site-footer {
  display: none;
}
