.lilac-border {
  border: 2px solid #C8A2C8; /* a more specific lilac tone */
  border-radius: 12px;
  padding: 16px;
  background-color: #f9f5fc;
}


.witchbackground {
  position:relative;
  left:30px;
  background-image: url('background2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;

}


.menubutton {background-image:url(button.jpg);padding-bottom:12px;padding-left:20px;padding-right:12px;padding-top:10px;width:190;font-weight:bold;background-repeat: no-repeat;align:center;}
.categorybutton {background-image:url(button2.jpg);padding-bottom:12px;padding-left:20px;padding-right:12px;padding-top:10px;width:290;font-size:12px;font-weight:bold;background-repeat: no-repeat;align:center;}

  @font-face {
    font-family: Arial Black;
    font-style:  normal;
    font-weight: normal;
    src: url(ARIALBL0.eot);
  }


  @font-face {
    font-family: Smarty Pants BTN;
    font-style:  normal;
    font-weight: 700;
    src: url(smartypants.ttf);
  }

  

h1 {font-family: 'Smarty Pants BTN';font-size: 72px; color: #7F6D5F;}
h2 {font-family:  'Smarty Pants BTN';font-size: 52px; color: #74A567;font-weight:100;}
h3 {color: #A7013C;}
h4 {color:grey;}

body {
	font-size: 14px;
	background-color: white;
	font-family:'Arial Narrow';
	color: #2B281B;
	text-align:justify;


}
a 	{	color: #74A567;}
a:visited {	color: #74A567;}
a:hover {	color: #74A567;}
a:active {	color: #74A567;}


p {line-height:90%;}
.menu {
	font-family:'Arial';
	font-weight:bold;
	font-size: 14px;
	color: #92D050;text-decoration:none;
}
.menu:visited {
	color: #92D050;text-decoration:none;
}
.menu:hover {
	color: #92D050;text-decoration:none;
}
.menu:active {
	color: #92D050;text-decoration:none;
}
.buttontext {text-decoration:none;font-size: 11px;}
.mainmenudiv {background-size: 100%;-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;height:15px;background-color:#DAE8C4;padding:10px;text-align:center; font-size:14px;cursor:pointer;color:green;text-decoration:none;}

.menuitem {z-index:-200;background-image:url(none.jpg);padding-bottom:12px;padding-left:20px;padding-right:12px;padding-top:10px;width:190;font-weight:bold;background-repeat: no-repeat;align:center;}


.myButton:active {
	position:relative;
	top:1px;
}

.userbutton {
  background-color: #7ba67d; /* sage green */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.userbutton:hover {
  background-color: #6e9970; /* slightly deeper on hover */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}