body {
background: #000022;
color: #ffffff }

a:link { 
color: #3c8127;
text-decoration: none;
 }

a:visited { color: #3c8127;
text-decoration: none;
 }

a:active { color: #3c8127;
text-decoration: none;
 }

a:hover { text-decoration: none }


a:link.trivia { color: #3c8127 }

a:visited.trivia { color: #3c8127 }

a:active.trivia { color: #3c8127 }

a:hover.trivia { text-decoration: none }


a.zones { 
color: #ffffff; }

table {
font-family: "EB Garamond";
font-size: 14pt;
color: #ffffff; }

td {
color: #ffffff;
 }

td.firstgame {  
color: #ffffff; 
width: 208;
font-variant: small-caps; }

td.secondgame { 
color: #ffffff; 
width: 500; }

td.firstgenie { 
color: #ffffff; 
width: 125; }

td.secondgenie { 
color: #ffffff; 
width: 383; }

td.secondshow { 
color: #ffffff; 
width: 250; }

td.thirdshow { 
color: #ffffff; 
width: 250; }

com.header { 
color: #FFFF40; 
font-variant: small-caps;
font-size: 140%;
/* background-color: blue;
text-decoration: underline;
text-decoration-color: #21ff21; */
}

com.title { 
color: #7C7FEC; 
font-variant: small-caps;
font-size: 110%;
line-height: 35px;
/* background-color: blue;
text-decoration: underline;
text-decoration-color: #21ff21; */
}

com.bgblend { 
color: #000022; 
}

com.credit { 
color: #FFFF40; }

gam.header { 
color: #7C7FEC; 
font-variant: small-caps;
font-size: 120%; }

gam.title { 
color: #FFFF40; 
font-variant: small-caps;
font-size: 200%; }

td.s2genie { 
color: #ffffff;
width: 200; }

td.s2genie2 { 
color: #ffffff;
width: 500; }

aab { 
color: #ffffff; }






.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #283348;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #ffffff;
    padding: 4px 0px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #2678ae}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}




h2 { 
color: #9c9c9c;
font-variant: small-caps;
text-decoration: underline; }

p {
font: 14pt "EB Garamond"; color: #ffffff; line-height: 1000px;
}

ul.lesser {list-style-image: url("http://www.sonicturnpike.org/layout/lessbullet.gif")}

ul.greater {list-style-image: url("http://www.sonicturnpike.org/layout/bullet.gif")}



































/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  transform: translate(50%, 5%);
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 800px;
  height: 600px;
  overflow: auto;
  background-color: #2d2b2b;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #2d2b2b;
  margin: auto;
  padding: 40;
  width: 640px;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  cursor: pointer;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
