@font-face {
  font-family: FinalFantasy; /* set name */
    src: url('/ocs/quiz/cornelia-sans.otf');
}

html {
  height: 100%;
    cursor: url('https://r41n834u.neocities.org/ocs/quiz/cursor.png'), auto !important;
}
body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #91c1d1;
  background-image:url('/ocs/quiz/pixelbg.png');
  width: 100%;
  height: 100%;
  background-repeat:no-repeat; background-attachment:fixed;
  background-size:cover;
  cursor: url('https://r41n834u.neocities.org/ocs/quiz/cursor.png'), auto !important;
  

  
  
  text-align: center;
}

a
{
  	cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
}

  
h1 {
	font-family: "FinalFantasy", "Pixelify Sans", "Comic Sans MS", "Comic Sans", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 3em;
	-webkit-text-stroke-width: 0.5px; 
        -webkit-text-stroke-color: black; 
        -webkit-text-fill-color: white; 
        
        text-stroke-width: 0.5px;
        text-stroke-color: black;
        text-fill-color: white;
		text-shadow: 2px 2px 2px black;
		margin-bottom:3px;
}
#quiz {
	font-family: "FinalFantasy", "Pixelify Sans", "Comic Sans MS", "Comic Sans", sans-serif;
	width: 800px;
	margin: auto;
	

}
#questions {
	font-size: 1.5em;
	color: black;
  -webkit-text-stroke-width: 0.5px; 
        -webkit-text-stroke-color: black; 
        -webkit-text-fill-color: white; 
        
        text-stroke-width: 0.5px;
        text-stroke-color: black;
        text-fill-color: white;
		text-shadow: 2px 2px 2px black;
		 
}

#questions a {
  -webkit-text-fill-color: #00d8d8; 
  text-fill-color: #00d8d8;
  color:#00d8d8;
  text-decoration:none;
}

#questions a:hover {
    -webkit-text-fill-color: gold; 
  text-fill-color: gold;
  color:gold;
}


@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(1deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}/*this looks bad don't use it */

span.tilty {
  animation: tilt-shaking 4s infinite;
}

#answers {
	list-style-type: none;
	margin: 25px 0 0 0;
	padding: 10px;
	
	letter-spacing: 2px;
	text-align: center;
	margin-left: 77.5px;
	color:white;
	cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;

}
#answers li {
	float: left;
	/*margin:0 5px 0 0;*/
	margin: 0px 15px 15px 0px;
	width: 200px;
	height:275px;
	position: relative;
	cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
		

}

#answers li:hover {
	float: left;
	/*margin:0 5px 0 0;*/
	margin: 0px 15px 15px 0px;
	width: 200px;
	height:275px;
	position: relative;
	transform: scale(1.02);
	cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;

}
#answers label, #answers input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#answers input[type="radio"] {
	opacity: 0.00;
	z-index: 100;
	cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
	transition: transform .5s;
}

#answers input[type="radio"]:hover:before {
	
transform: scale(1.05);
}


#answers input[type="radio"]:checked + label {
	
	 color: gold;

   
}

#answers input[type="radio"]:checked + label img {
  display: inline-block; /* Show bartz */
}


#answers label {
	padding: 5px;
	border: 1px solid gray;
	box-shadow: 5px 5px 5px 0px #000000;
	border-radius:4px;
	outline:3px solid white;
	cursor: pointer;
	z-index: 90;
	opacity: 1;
	background-image: linear-gradient(to bottom, #4548d7, #090c73);
	color:#fff;
	transition: opacity 0.2s linear;
}

#answers label img {
  display: none; 
  width: 40%;
  height: 40%;
  vertical-align: middle;
  margin-top:10px; 
}

#answers label:hover {
	/*this isn't working idk*/
	cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
}
.button {
	border: 1px solid gray;
	box-shadow: 5px 5px 5px 0px #000000;
	border-radius:4px;
	outline:3px solid white;
	margin: 0.5em;
	padding: 0.5em;
	display: inline-block;
	background-image: linear-gradient(to bottom, #4548d7, #090c73);
background-color: blue;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
font-family: 'FinalFantasy';
margin-bottom:20px;
/*transition: transform .5s;*/
cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
}
.button:hover {
	color:gold;
 
	transform: scale(1.05);

}
#results {
	display: none;
	font-family: "FinalFantasy", "Pixelify Sans", "Comic Sans MS", "Comic Sans", sans-serif;
	width: 800px;
	margin: auto;
	color: black;
	-webkit-text-stroke-width: 0.5px; 
        -webkit-text-stroke-color: black; 
        -webkit-text-fill-color: white; 
        
        text-stroke-width: 0.5px;
        text-stroke-color: black;
        text-fill-color: white;
		text-shadow: 2px 2px 2px black;
	font-size:1.5em;
}

#results a {
  -webkit-text-fill-color: #00d8d8; 
  text-fill-color: #00d8d8;
  color:#00d8d8;
  cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
  text-decoration:none;
}

#results a:hover {
    -webkit-text-fill-color: gold; 
  text-fill-color: gold;
  color:gold;
  cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
}


#error {
	display: none;	
	}
	
/*GEOCITIES WEBPAGE STYLES */	
/* Cute styles */

 @keyframes blinker {
 50% {
opacity: 0;
}
}

.dialog
{
	padding: 8px;
	border: 1px solid gray;
	box-shadow: 5px 5px 5px 0px #000000;
	border-radius:4px;
	outline:3px solid white;
	cursor: pointer;
	z-index: 90;
	opacity: 1;
	background-image: linear-gradient(to bottom, #4548d7, #090c73);
	color:#fff;
	font-family: "FinalFantasy", "Pixelify Sans", "Comic Sans MS", "Comic Sans", sans-serif;
	margin: auto;
	-webkit-text-stroke-width: 0.5px; 
        -webkit-text-stroke-color: black; 
        -webkit-text-fill-color: white; 
        
        text-stroke-width: 0.5px;
        text-stroke-color: black;
        text-fill-color: white;
		text-shadow: 2px 2px 2px black;
	font-size: 1em;
	width:400px;
	line-height:1em;
	display: flex;
	text-align: left;
	margin-top:25px;
	margin-bottom: 25px;
}

.dialogflexcontent
{
	margin-left:11px;
}

.dialog:hover 
{
	transform:scale(1.05);
	cursor: url('https://r41n834u.neocities.org/ocs/quiz/link-select.png'), auto !important;
}

.dialog img {
	
	margin-right:auto;
	height:100px;
}

.dialog p {
display: flex;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.7s ease forwards;
}

.fade-in-slow {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: 1.5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

