body {
  background-color: #ffffff;
  color: #111111;
  font-family: "Georgia", serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 15px;
}

.header-image {
	position: relative;
	z-index: 2;
	margin-bottom: -190px;
	left: 90px;
	pointer-events: none;
}

.top-image {
  max-width: 600px;
  height: auto;
  align-items: center;
}

h1 {
  color: #111111;
  margin: 15px 0 5px 0;
  font-size: 4rem;
  font-family: Palatino Linotype, sans-serif;
  letter-spacing: 2px;
}

p {
  margin: 0;
  font-size: 1.1rem;
}

.main-nav {
	display: flex;
	justify-content: center;
	gap: 60px;
	background-color: #111111;
	padding: 15px 0;
	width: 100%;
	position: relative;
	z-index: 1;
}

.nav-spacer {
	width: 0px;
}

.main-nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	margin: 0 25px;
}

.main-nav a:hover {
	text-decoration: underline;
}

.content-wrapper {
	width: 100%;
}

.page-about .main-nav {
	margin-bottom: 40px;
	margin-top: 30px;
}

#para1 {
	font-family:"Times New Roman", sans-serif;
	letter-spacing: 3px;
}

.middle-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
}

#para2 {
	font-family: "Times New Roman", sans-serif;
	font-size: 2rem;
	word-spacing: 5px;
	flex: 1;
	text-align: right;
	padding-right: 125px;
	letter-spacing: 2px;
}

#para3 {
	font-family: "Times New Roman", sans-serif;
	font-size: 2rem;
	word-spacing: 5px;
	flex: 1;
	text-align: left;
	padding-left: 125px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

.page-custom .middle-image {
	width: 700px;
	padding-top: 20px;
}

#para4 {
	font-family: "Times New Roman", sans-serif;
	font-size: 3rem;
}

.devil-wrapper {
	position: relative;
	width: 500px;
	height: 500px;
	margin: 0 30px;
	margin-top: -144px; 
	pointer-events: none;
}

.devil-back, .devil-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px; 
	height: auto;
}

.devil-back { z-index: 2; }
.devil-front { z-index: 0; }

.faq-hero {
	text-align: center;
	padding: 80px 20px;
	position: relative;
}

.faq-hero h1 {
	font-style: italic;
	font-weight: 800;
	font-size: 2.5rem;
	margin-bottom: 30px;
}

.faq-search {
	display: flex;
	max-width: 700px;
	margin: 0 auto;
	background: white;
	border-radius: 50px;
	padding: 15px 25px;
	background-color: #f5f0eb; 
}

.faq-search input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 1rem;
}

.faq-categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 60px 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.faq-pill {
	display: block;
	text-align: center;
	padding: 20px;
	border: 2px solid #222;
	border-radius: 50px;
	text-decoration: none;
	color: #222;
	font-size: 1.1rem;
	transition: background 0.2s ease;
}

.faq-pill:hover {
	background: #f5f0eb;
}

.faq-contact {
	text-align: center;
	padding: 60px 20px;
}

.faq-contact h2 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.faq-contact-btn {
	display: inline-block;
	margin-top: 15px;
	padding: 15px 40px;
	background: #222;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 1rem;
}

#para5 {
	margin-top: 15px;
}

.faq-devil {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
}

.faq-devil-left {
	left: -250px;
}

.faq-devil-right {
	right: -250px;
	transform: translateY(-50%) scaleX(-1); 
}

.home-nav {
  position: relative;
  height: 25px;
  padding: 25px 40px;
  box-sizing: border-box;
}

.home-nav .nav-left,
.home-nav .nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 35px;
  white-space: nowrap;
}

.home-nav .nav-left {
  right: 50%;
  margin-right: 95px; 
}

.home-nav .nav-right {
  left: 50%;
  margin-left: 0px; 
}

.home-nav .nav-left a,
.home-nav .nav-right a {
  margin: 0;
}

.shop-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  max-width: 1200px;
  width: 100%;
}

.category-box {
  position: relative;
  width: 260px;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #eee; 
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.category-box:hover {
  transform: scale(1.03);
}

.category-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.category-label {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: 1px;
}

.carousel {
  position: relative;
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}

.carousel input[type="radio"] {
  display: none;
}

.slide {
  display: none;
}

.carousel input:nth-of-type(1):checked ~ .slide-1,
.carousel input:nth-of-type(2):checked ~ .slide-2,
.carousel input:nth-of-type(3):checked ~ .slide-3 {
  display: block;
}

.slide img {
  max-width: 100%;
  max-height: 450px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.slide h2 {
  font-size: 1.8rem;
  margin: 15px 0 5px 0;
}

.slide .price {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 10px;
}

.slide .blurb {
  font-size: 1rem;
  max-width: 450px;
  margin: 0 auto;
}

.carousel-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  pointer-events: none;
  margin-left: -50px;
  margin-right: -50px;
}

.carousel-arrow {
  pointer-events: all;
  cursor: pointer;
  font-size: 2rem;
  color: #111111;
  padding: 10px;
  user-select: none;
}

.carousel-arrow:hover {
  color: #a10000;
}

.carousel-dots {
  margin-top: 15px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.carousel input:nth-of-type(1):checked ~ .carousel-dots label:nth-child(1),
.carousel input:nth-of-type(2):checked ~ .carousel-dots label:nth-child(2),
.carousel input:nth-of-type(3):checked ~ .carousel-dots label:nth-child(3) {
  background: #111111; 
}

@media (max-width: 700px) {
  .category-box {
    width: 90%;
    max-width: 320px;
  }
  .carousel {
    max-width: 90%;
  }
}

.welcome-intro {
  font-size: 1.3rem;
  max-width: 500px;
  margin: 20px auto 0 auto;
  margin-top: 130px;
}

.notice-box {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px 30px;
  background-color: #f5f0eb;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.notice-box a {
  color: #a10000;
  text-decoration: underline;
}

.social-section {
  max-width: 500px;
  margin: 50px auto;
  text-align: center;
}

.social-section h2 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
}

.social-links a {
  color: #111111;
  text-decoration: none;
  font-size: 1.1rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}

.social-links a:hover {
  border-color: #a10000;
}

.contact-hero {
	margin-top: 50px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

[id^="paypal-container-"] {
  width: 320px;
  max-width: 90%;
  margin: 24px auto;
}

#brand-about {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 3.5rem;
	word-spacing: 5px;
	letter-spacing: 2px;
}

#brand-questiontext {
	font-family: "Times New Roman", serif;
	font-size: 3.5rem;  
	word-spacing: 5px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 40px;
}

.about-side {
	flex: 1;
	text-align: center;
}

.artist-photos {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-top: 30px;
}

.artist-photos img {
	width: 100%;
	max-width: 450px;
	height: auto;
	border-radius: 8px;
}

#aboutmephoto1 {
	margin-right: 150px; 
}


#aboutmephoto2 {
	margin-left: 150px; 
}


@media (max-width: 700px) {

  h1 { font-size: 2.5rem; }

  img { max-width: 100%; height: auto; }

  /* header devil */
  .header-image {
  left: 0;
  width: 100%;
  margin-bottom: -25px;   /* smaller number = less overlap; 0 = none */
}

  .top-image { width: 100%; max-width: 400px; }

  /* menus */
  .main-nav { flex-wrap: wrap; gap: 10px 0; }
  .main-nav a { margin: 0 12px; }

  .home-nav {
    height: auto;
    padding: 15px 10px;
    flex-direction: column;
    align-items: center;
  }
  .home-nav .nav-left,
  .home-nav .nav-right {
    position: static;
    transform: none;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 5px;
  }

  /* home page text */
 .welcome-intro {
  margin-top: 30px;       /* was 80px, since he overlaps less now */
}
  .notice-box { margin: 30px 15px; }

  /* shop and carousel (from your old block) */
  .category-box { width: 90%; max-width: 320px; }
  .carousel { max-width: 90%; }
  .carousel-arrows { margin-left: 0; margin-right: 0; }

  /* About page */
  .middle-row { flex-direction: column; align-items: center; }
  .about-side { width: 100%; }
  #para2, #para3 {
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
    .devil-wrapper {
    width: 300px;
    height: auto;
    margin: 20px auto 30px;
  }
  .devil-front {
    position: relative;
    display: block;
    width: 300px;
  }
  .devil-back {
    width: 300px;
  }
  #brand-questiontext {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #aboutmephoto1, #aboutmephoto2 { margin: 0; }

  /* FAQ page */
  .faq-devil { display: none; }
  .faq-categories { grid-template-columns: 1fr; padding: 30px 20px; }
}

.bird-single {
  background-image: url('comingsoon1.jpg');
}

.bird-triple {
  background-image: url('comingsoon1.jpg');
}

.rose-led {
  background-image: url('comingsoon1.jpg');
}

.skull-led {
  background-image: url('comingsoon1.jpg');
}

.all-bracelets {
  background-image: url('comingsoon1.jpg');
}

.all-necklaces {
  background-image: url('comingsoon1.jpg');
}

.all-earrings {
  background-image: url('earrings1.jpg');
}

.jewelry-halloween {
  background-image: url('comingsoon1.jpg');
}

.all-accesory {
  background-image: url('charm1.jpg');
}

.all-paintings {
  background-image: url('rockfish2.jpg');
}

.bracelet-box {
  background-image: url('comingsoon1.jpg');
}

.necklace-box {
  background-image: url('comingsoon1.jpg');
}

.led-paintings {
  background-image: url('comingsoon1.jpg');
}

.halloween-specials {
  background-image: url('comingsoon1.jpg');
}