@charset "utf-8";
a:link {
	color: #f8f2d8;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
a:visited {
	color: #f8f2d8;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
#navigation, strong {
	  font-family: Verdana, Geneva, sans-serif;
	  font-size: 15px;
    text-decoration: none;
    color: gold;
	  text-shadow: 2px 2px 4px red;
	  animation-name: hologram;
	  animation-duration: 2000ms;
	  animation-iteration-count: infinite;
	  text-align: center;
	  margin-top: 10px;
	  margin-bottom: 10px;
}
#container {
  text-align: center;
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	border: 4px ridge gold;
	overflow: hidden;
	box-shadow: 0 0 8px #ff0000;       	
}
body {
	margin-top: 30px;
	font-family: Verdana, Geneva, sans-serif;
	color: gold;
	font-size: 14px;
	line-height: 2;
	background-color: #150000;
	max-width:1080px; /* stops displaying incorrectly at different resolutions and on mobile  */
  margin:auto; /* stops displaying incorrectly at different resolutions and on mobile  */
  position: relative; /* stops displaying incorrectly at different resolutions and on mobile  */
}
#maintext {
	padding: 20px 10px 0px 10px;
	border-top: 1px solid #aaa28d;
}
@keyframes hologram {
	  0% {opacity: 0.7;}
	  50% {opacity: 1.0;}
	  100% {opacity: 0.7;}
}
.largerfont {
    text-decoration:none;
    color: gold;
	  text-shadow: 2px 2px 4px red;	   
	  animation-name: hologram;
	  animation-duration: 2000ms;
	  animation-iteration-count: infinite;
	  font-size: 16px;
	  font-family: Verdana
}
#description {
	background-image: url("../images/magic.gif");
    background-size: cover;       /* Scale to cover the element */
    background-position: center;  /* Center the image */
    background-repeat: no-repeat; /* Do not tile the image */
	background-attachment: fixed;
  width: 860px;
	padding: 0px;
	margin: 0px auto 20px auto;
	border: 4px ridge gold;
	font-size: 15px;
	text-align: center;
	line-height: 1.8;
	box-shadow: 0 0 8px #ff0000;
}
#pic {
	border: 4px ridge gold;
	box-shadow: 0 0 8px #ff0000;
}
p {
  margin-right: 100px;
  margin-left: 100px;
  text-shadow: 0 0 8px #ff0000;
}
.top-bar {
      display: flex;             /* puts the two images on one line */
      justify-content: space-between;
      align-items: center;
      padding: 0px 0px;        /* space from the edges */
}
.bottom-bar {
      display: flex;             /* puts the two images on one line */
      justify-content: space-between;
      align-items: center;
      padding: 0px 0px;        /* space from the edges */
}
.skulls {
      display: flex;             /* puts the two images on one line */
      justify-content: space-between;
      align-items: center;
      padding: 0px 220px;        /* space from the edges */
}
.flip-x {
transform: scaleX(-1);   /* flip horizontally */
}
.melty-text {
  font-family: "Impact", "Haunted", system-ui, sans-serif;
  font-size: 20px;
  color: #ff0000;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  /* Slight wobble */
  transform: skewY(2deg);
  /* The “melting” comes from stacked shadows */
  text-shadow:
    0 2px 0 #8b0000,
    0 4px 0 #660000,
    0 8px 4px rgba(0, 0, 0, 0.8),
    0 12px 8px rgba(0, 0, 0, 0.8),
    0 18px 12px rgba(0, 0, 0, 0.8);
}   
