body {
	background-color: #000;
	background-image: url("splash.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	margin: 0;
}

.six-caps-regular {
  font-family: "Six Caps", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hurricane-regular {
  font-family: "Hurricane", cursive;
  font-weight: 200;
  font-style: normal;

}

.my-soul-regular {
  font-family: "My Soul", cursive;
  font-weight: 400;
  font-style: normal;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}








h1 {
	color: #00ff76;
	font-size: 10vw;
	text-align: center;
	font-family: "Six Caps", sans-serif;
	margin-top: 5%;
}
	

h2 {
	color: #fff;
	font-size: 6vw;
	text-align: center;
	margin-top: -.6vh;
	text-shadow: 0 0 5px rgba(0,255,118,0.5);
	font-family: "Hurricane", serif;
	letter-spacing: -2px;
	margin-top: -4%;

}

h3 {
	color: #fff;
	font-size: 2vw;
	text-align: center;
	text-shadow: 0 0 3px rgba(239,0,255,0.5);
	font-family: "Garamond", serif;
	font-style: italic;
	letter-spacing: 5px;
	margin-top: -11%;
}

h4 {
	font-family: "Garamond", serif;
	font-style: italic;
	font-size: 1.5vw; 
	text-align: center;
	color: #fff;

}

h5 {
	color: #fff;
	font-size: 1vw;
	text-align: center;
	font-family: "Garamond", serif;
	letter-spacing: 3px;
	margin-top: 0;
}



#backwards {
	display: inline-block;
	transform: scaleX(-1);
}

#tara {
	font-family: "Hurricane", cursive;
	font-size: 4vw;
	letter-spacing: -2px;
	margin-top: -11%;
}

#light a {
    color: #fff;
    text-decoration: none;

}

#light a:visited {
    color: #fff;
    text-decoration: none;
}

#light a:hover {
    color: #00ff76;
    text-decoration: underline;
	text-shadow: 0 0 10px #00ff76;
}

#light a:active {
    color: #00ff76;
    text-decoration: none;
	text-shadow: 0 0 10px #00ff76;
}

#dark a {
    color: #fff;
    text-decoration: none;

}

#dark a:visited {
    color: #fff;
    text-decoration: none;
}

#dark a:hover {
    color: #ef00ff;
    text-decoration: underline;
	text-shadow: 0 0 10px #ef00ff;
}

#dark a:active {
    color: #ef00ff;
    text-decoration: none;
	text-shadow: 0 0 10px #ef00ff;
}


 /** #choose {
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-inline: auto; 
  width: fit-content;
}

hr {
	width: 50px;
	rotate: 90deg;
}




#light {
	font-family: "My+Soul", cursive;
	font-size: 2vw;
	letter-spacing: -2px;
	margin-top: 0;
	font-style: italic;
	color: #fff;
	text-shadow: 0 0 5px #00ff76;
	line-height: 90%;


}

#dark {
	font-family: "Permanent Marker";
	font-size: 1.5vw;
margin-top: 0;
	color: #000;
	text-shadow: 0 0 1px #ef00ff, 0 0 5px #ef00ff;
		line-height: 80%;


}

#side {
	font-size: 2.5vw;
	letter-spacing: -2px;
	text-shadow: 0 0 1px #ef00ff, 0 0 10px #ef00ff;

}
**/
footer {
	background-color: #820584;
	color: #a3d0a9;
	font-family: "Garamond", serif;
	font-style: italic;
	font-size: 10px;
	text-align: center;
	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
	padding: 6px;


}

