body{
	text-align: center;
	padding-left: 0%;
	padding-right: 0%;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-familyy: 'Cormorant Garamond', serif; /* elegant cottagecore font */
	/*line-height: 1.6em;*/
	font-size: 2rem;
	background-color: #f7ddb8;	
	color: #553911;
}

a.peachy:link, a.peachy:visited{
	font-size: 1.5rem;
	letter-spacing: 0em;
	color: #553911;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
	letter-spacing: .1em;
	margin-left: 10px;
	margin-right: 10px;
}
a.peachy:hover{
	background-color: #553911;
	color: #FFFFFF;
}

.dropbtn {
  background-color: #f7ddb8;
  color: #553911;
  /*padding: 16px;
  font-size: 16px;*/
  border: none;
  
	color: #553911;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
	letter-spacing: .1em;
	margin-left: 10px;
	margin-right: 10px;
}

@media (prefers-color-scheme: dark){
	body{
		background-color: #f7ddb8 !important;	
		color: #553911 !important;	
	}
}
/* Desktop: 1024px */

/* Tablet breakpoint */
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 3rem;
  }
  .lunawhite{
    background-color: #f7ddb8;
	padding-left: 3%;
	padding-right: 3%;
  }
  a.peachy:link, a.peachy:visited, .dropbtn{
	font-size: 3rem;
  }
  .h2{ 
	font-size: 3rem;
  }
  .h1{
	font-size: 4rem;
  }
    a.shopbutton:link, a.shopbutton:visited{
		font-size: 3.5rem;	  
	}
}

/* Desktop */
@media (min-width: 1024px) {
  body{ 
    font-size: 1.5rem; 
	line-height: 1.6;
  }
  a.peachy:link, a.peachy:visited, .dropbtn{
	font-size: 1.5rem;
  }
  .h2{ 
	font-size: 2.5rem;
  }
  .h1{
	font-size: 3.5rem;
  }
  a.shopbutton:link, a.shopbutton:visited{
	font-size: 2rem;
  }
}

.lunatable{
	width: 60%;
	min-width: 980px;
	margin: auto;
}
.lunawhite{
	background-color: #f7ddb8;
	padding-leftt: 3%;
	padding-rightt: 3%;
}
.peachyy{
	font-family: 400 2em / 1.5em "Source Sans Pro", Arial, sans-serif;
	font-size: 26px;
	letter-spacing: 0em;//.06em;
	color: #553911;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: .1em;
	margin-right: 10px;
}
ul{
	margin: 0px;
}
table, td, tr{
	border: 0px black solid;
	vertical-align: bottom;
}
.title{
	width: 203px; <!--- this is the width of my picture --->
}
.menu{
	text-align: left;
}

a.peachyy:link:before, a.peachy:visited:before{
	content: "\263E ";
	color: #FFFFFF;
	margin-right: 5px;
}
a.peachyy:link:after, a.peachy:visited:after{
	content: "\263E ";
	color: #FFFFFF;
	margin-left: 5px;
}
a.peachyy:hover:before{
	content: "\263D ";
	color: #FFFFFF;
	margin-right: 5px;
}
a.peachyy:hover:after{
	content: "\263E ";
	color: #FFFFFF;
	margin-left: 5px;
}
.border{
	border: 1px #553911 solid;
}
.h1{
	font-family: 'Cormorant Garamond', serif; /* elegant cottagecore font */
	letter-spacing: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px #cdcdcd solid;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 60px;
	margin-top: 0px;
}
.starsbackground{
	background-image: url('starborder.jpg'); 
	background-repeat: repeat-x; 
	height: 45px;
	margin-bottom: 30px;
}
.h2{
	font-family: 'Cormorant Garamond', serif; /* elegant cottagecore font */
	letter-spacing: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px #cdcdcd solid;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 60px;
	margin-top: 0px;
}
table.shows, td.shows{
	border: 0px black solid;
	width: 60%;
	text-align: left;
}
.content{
	padding-top: 40px;
	width: 100%;
}
input, textarea{
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 12px;	
}
a.lunasm:link, a.lunasm:visited{
	font-size: 140%;
	color: #553911;
}
a:link, a:visited, a.artlist:link, a.artlist:visited{
	color: #553911;
	font-weight: bold;
	text-decoration: none;
}
a.artlist:link{
	line-height: 2em;
}
a:hover, a.artlist:hover{
	color: #917957;
}
.typeName{
	letter-spacing: 3px;
	margin-bottom: 50px;
	margin-top: 30px;
	padding-bottom: 20px;
	margin-left: 0%;
	margin-right: 20%;
	font-weight: 300;
	font-size: 24px;
}
h2.shows{
	font-size: 18px;
}









 /* Dropdown Button */


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  text-align: left;
  display: none;
  position: absolute;
  background-color: #f7ddb8;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #553911;
  /*padding: 12px 16px;*/
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #553911; color: #FFFFFF;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #553911; color: #FFFFFF;} 





.cottagecore-image{
  border: 3px dashed #c49a6c; /* warm golden brown */
  border-radius: 12px;        /* soft rounded corners */
  padding: 8px;               /* space between image and border */
  
  box-shadow: 2px 2px 8px rgba(90, 62, 43, 0.2); /* gentle shadow */
  max-width: 100%;
  height: auto;

}

a.shopbutton:link, a.shopbutton:visited{
	background-color: #c49a6c; 
	color: #FFFFFF; 
	padding: 30px;
	text-transform: uppercase;
}
a.shopbutton:hover{
	background-color: #553911; 
}




hr.cottagecore {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #a3c9a8, #f7d6e0, #fceabb, #f7d6e0, #a3c9a8);
  position: relative;
  margin: 2em 0;
}

hr.cottagecore::before {
  content: "❀ ❃ ✿ ❁";
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  color: #d88fa0;
  background-color: #fff8f0;
  padding: 0 0.5em;
  border-radius: 1em;
  font-family: "Georgia", cursive;
}


/* CSS */
.image-row {
  display: flex;
  justify-content: center; /* or center / flex-start */
  gap: 10px; /* spacing between images */
  flex-wrap: wrap; /* allows wrapping on small screens */
}

.image-row img {
  width: 100%;         /* makes images responsive */
  max-width: 333px;    /* controls size */
  height: auto;
}


.cottagecore-divider {
  border: none;
  text-align: center;
  margin: 3rem auto;
  font-size: 1.5rem;
  line-height: 1;
  color: #a4636f;
  background: none;
}

.cottagecore-divider::before {
  content: "⋆⁺₊⋆☁︎🍄🌿🍄🌼🍄🌿🍄⋆｡˚☽˚｡⋆";
  letter-spacing: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}