@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/red-smoke.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 */
}
.miner {
      display: flex;             /* puts the two images on one line */
      justify-content: space-between;
      align-items: center;
      padding: 0px 210px;        /* 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);
}
span {
  color: rgb(184, 162, 1);
  font-family: 'Caesar Dressing', verdana;
  font-size: 2.5em;
  text-transform: lowercase;
  vertical-align: middle;
  letter-spacing: .2em;
}

.fire {
  animation: animation 1s ease-in-out infinite alternate;
  -moz-animation: animation 1s ease-in-out infinite alternate;
  -webkit-animation: animation 1s ease-in-out infinite alternate;
  -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
  animation: animation .65s ease-in-out infinite alternate;
  -moz-animation: animation .65s ease-in-out infinite alternate;
  -webkit-animation: animation .65s ease-in-out infinite alternate;
  -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-moz-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-webkit-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-o-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
} 
