/*
Theme Name: Crystal Grave
Theme URI: https://danieldfanning.com/
Author: Daniel D. Fanning
Author URI: https://danieldfanning.com/
Description: A dark, glowing WordPress theme for showcasing sci-fi books and author updates.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crystal-grave
*/

body {
  background-color: #0b1a1a;
  color: #d9f5f5;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  line-height: 1.6;
}

a {
  color: #4ef0c3;
  text-decoration: none;
}

a:hover {
  text-shadow: 0 0 8px #4ef0c3;
}

header, footer {
  background: #071010;
  padding: 20px 0;
  text-align: center;
}

.site-title {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  color: #4ef0c3;
}

/* --- Horizontal menu layout --- */
header nav ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

header nav ul li {
  margin: 0 15px;
}

header nav ul li a {
  color: #bdeee8;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 0;
  display: inline-block;
}

header nav ul li a:hover {
  color: #4ef0c3;
  text-shadow: 0 0 8px #4ef0c3;
}

.hero {
  text-align: center;
  padding: 40px 20px;
  background: radial-gradient(circle, rgba(0,255,200,0.1) 0%, rgba(0,0,0,0.9) 100%);
}

.hero h1 {
  font-size: 3rem;
  color: #4ef0c3;
  text-shadow: 0 0 15px #4ef0c3;
}

.hero p {
  max-width: 600px;
  margin: 20px auto;
  color: #bdeee8;
}

.button {
  background: #4ef0c3;
  color: #0b1a1a;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}

.button:hover {
  box-shadow: 0 0 15px #4ef0c3;
}

.content {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

footer p {
  color: #7fb3b3;
  font-size: 0.9rem;
}
