a i {
 // font-size: 28px;     /* make icons big enough to see/click */
 // color: #444;         /* dark grey by default */
  margin-right: 15px;  /* space between icons */
  transition: color 0.3s;
}

a i:hover {
  color: #0077cc;      /* change color on hover */
cursor: pointer;
}

        .social-links {
            list-style: none;
            display: flex;
            gap: 15px;
            padding: 0;
        }

        .social-links li a {
            text-decoration: none;
            font-size: 20px;
            color: #444;
            transition: color 0.3s;
        }

        .social-links li a:hover {
            color: #0077cc;
        }


.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: #54807f;}
h2 {font-family:  'Smarty Pants BTN';font-size: 52px; color: #54807f;font-weight:100;}
h3 {color: #54807f;}
h4 {color:grey;}

body {
	font-size: 14px;
	background-color:#fcefe4;
background-image: url("border.png");
background-repeat: no-repeat;
	font-family:'Arial Narrow';
	color: #black;
	text-align:justify;


}
a 	{	color: #54807f;}
a:visited {	color: #54807f;}
a:hover {	color: #54807f;}
a:active {	color: #54807f;}


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: 10px;
  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);
}