@font-face {
  font-family: anaktoria; /* set name */
  src: url(https://mooncalfwaltz.neocities.org/Anaktoria.ttf); /* url of the font */
}

body {
  margin: 0;
  background-color: #0e1a40;
color: white;
cursor:url('gallery/ui/wand-teo_cursor.png'), auto;
}

        /* visited link */
a:hover {
  cursor: url('gallery/ui/wand-teo_cursor.png'), auto;
}
        
a:visited {
  color: #946B2D;
  text-decoration: underline;
    text-decoration-color: #946B2D;
    -webkit-text-decoration-color: #946B2D;
}
/* unvisited link */
a:link {
  color: #946B2D;
  text-decoration: underline;
    text-decoration-color: #946B2D;
    -webkit-text-decoration-color: #946B2D;
}

.title {
  color: white;
  font-family: anaktoria;
  font-size: 28px;
}

.warning {
 color: red;
 font-style: italic;
 font-weight: bold;
}

.bullet {
 font-weight: bold; 
 color: #946B2D;
}


#wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
}

#header {
  text-align: center;
  
  padding-bottom: 16px;
  border-bottom: 2px solid #946B2D;
}

#header h1 {
  margin: 0;
  font-size: 2.4rem;
  color: white;
  font-family: anaktoria;
}

.content-box {
  background: #fffdf7;
  border: 1px solid #d2c7a3;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

.content-box p,
.content-box li {
  font-size: 1.1rem;
  line-height: 1.6;
}

.content-box a {
  color: #2e3a67;
  text-decoration: none;
  cursor: url('gallery/ui/wand-teo_cursor.png'), auto;
}

.content-box a:hover {
  text-decoration: underline;
  cursor: url('gallery/ui/wand-teo_cursor.png'), auto;
}

#tagBar {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}

#searchAndTags {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 600px) {
  #searchAndTags {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }
}

.name-search {
  padding: 10px;
  border: 1px solid #c7b98b;
  background: #faf6e8;
  font-style: italic;
}

.letter-block {
  margin-bottom: 10px;
  border: double #946B2D;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

.letter-header {
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #0e1a40, #305ac9);
  border: none;
  padding: 12px 16px;
  font-size: 20px;
  font-family: anaktoria;
  color: white;
  cursor: url('gallery/ui/wand-teo_cursor.png'), auto;
}

.letter-content {
  padding: 16px;
  display: none;
  font-family: arial;
  background: black;
}

.name-list {
  list-style: none;
  padding-left: 0;
}

.name-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e0d7c2;
}

.name-list li:last-child {
  border-bottom: none;
}

.name-list a {
  text-decoration: none;
  font-weight: 600;
  cursor: url('gallery/ui/wand-teo_cursor.png'), auto;
}

.tag {
  display: inline-block;
    font-family: arial;
  font-size: 12px;
  padding: 4px;
  margin-left: 8px;
    margin-bottom: 10px;
  border: double #946B2D;
  background: #0e1a40;
  color: white;
}

.tag:hover {
  background: #946B2D;
  color: black;
  cursor: url('gallery/ui/wand-teo_cursor.png'), auto;
}

.tag.active-tag {
  background: black;
  color: white;
  border-color: white;
}

