@charset "UTF-8";
/* CSS Document */


html {
font-family: sans-serif;
    
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0px auto;
  font-size: 2.5vw;
  width:100%;
  height:100%;
}

h2 {
	color:#1AF7D8;
    
}
p {
	color:#E4F3F0;
	font-size: 0.8em;
}


#fullGrid {
	width:100%;
	height:100%;
	font-size: 1em;
	margin:0px auto;
}
#intro {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0px auto;
	z-index:151;

	background-image: url('images/rainbow.jpg');
    /*background-repeat: no-repeat;*/
	background-repeat: repeat;
    background-attachment: fixed;
    background-position: center; 
	color:#0C2172;
	padding-top:2%;
	overflow:auto;
}
#introLogo {
	width:20%;
   
}
#introLogo:hover {
    cursor: pointer;
}

#aftermath, #summary {
	display:none;
	width:96%;
	padding:2%;
	font-size: 3vh;
	max-height:20vh;
	overflow:auto;
	color:aquamarine;
}

#summary {
	color: white;
 font-size: 0.8em;
 max-height:40vh;
}

#rules {
    font-size:1.2em;
}
#info {
	margin:0px auto;
	width: 90%;
    max-width:800px;
}

#playerCount {
	display:inline-block;
	width:100%;
}



#banner {
	position:absolute;
	top:0;
	left:0;
	margin:auto;
	width:100%;
	height: 13vh;
    background-color:black;
	color:white;
	font-size:4vw;
	z-index:147;
}

#logo {
	display:inline-block;
	float:left;
	padding:0 1vw 0 1vw;
    max-height:100%;
    width: auto;
	max-width:15vw;
	opacity:1;
	z-index:200;
}
#logo:hover {
	opacity:1;
	cursor:pointer;
}



.scoreField{
	display:inline-block;
	float:left;
	width:auto;
    font-size:4vw;
    margin-top:3vh;
	padding:1vh 1vw 0 1vw;
	
	/*font-family: Impact, Charcoal, sans-serif;*/
	font-family: Helvetica;
	background:transparent;
	width:auto;
	text-align:center;
	-webkit-appearance: none;
	white-space:normal;
   
}
#score1 {
    color: white;
    z-index: 201;
}
#timeBox {
    position: absolute;
    top: 0;
    right: 0;
    width:auto;
    background:black;
	/*color: radial-gradient( red, pink);*/
    color: red;
	/*color:black;*/
    z-index: 200;
	/*display:inline-block;
	float:right;
	text-shadow: 3px 3px black;*/
	font-size:5.5vw;
    padding-right:2vw;
    -webkit-appearance: none;
    line-height: 12vh;
	 box-shadow: none;
	 border:none;
}

#titles{
    position:absolute;
    top: 2vh;
    left: 40vw;
    width:50vw;
   
    text-align:center;
    padding-left:3vw;
    font-size:3vw;
    white-space:nowrap;
 	 overflow-x:scroll; 
    background-color: transparent;
    color: yellow;
    z-index: 155;
}
#titles:hover {
    /*background-color: darkgreen;*/
    cursor: grab;
}
#message {
	display:inline-block;
	float:right;
	width:28vw;
    margin-right: 12vw;
    margin-top: 4vh;
	color:#F9EBD4;
	font-size:0.67em;
    height:auto;
	overflow:auto;
	
	/*background: linear-gradient( black, purple, black);*/

	  
   
}
#navMessage {
    display: inline-block;
    float: left;
    font-size: 4vh;
    max-width: 50vw;
    color: lightgray;
}
#footer{
 position: fixed;
    bottom: 0vh;
	height: 10vh;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 2em;
	background-color: black;
	width: 100vw;
	margin: 0px auto;
    z-index: 150;
    
}
#credits {
 /*position: fixed;
 bottom: 1vh;*/
position:relative;
width:90vw;
margin:2vh 5vw 4vh 5vw;
}
#goButton, #endButton, #gameZButton{
    display:inline-block;
    float: right;
	padding:1px;
	font-size: 0.8em;
	background: none;
	width: auto;
	margin-left: 2vw;
    max-height: 8vh;
	-webkit-appearance: none;
	white-space:normal;
	font-size:2vw;
	color:red;
}
#endButton{
	position:fixed;
	right:2vw;
	color:red;
}
#gameZButton{
	position:fixed;
	left:2vw;
	margin-left:1vw;
	font-size:1.5vw;
	width:auto;
	color:yellow;
}
#gameZButton:hover{
	cursor: pointer;
	color:aqua;
}
#goButton {
    display:none;
}
#goButton {
    float: left;
    margin-left: 10vw;
}

#endButton:hover{
	color:aquamarine;
	cursor:pointer;
}
#goButton{
	color:aqua;
	cursor:pointer;
}
#repeatButton{
    height:8vh;
    width:auto;
    opacity:0.5;
}
#repeatButton:hover {
    opacity: 1.0;
}


h1 {
  margin: .67em 0;
 
}



	
#gameboard {
	position:absolute;
	top:14vh;
	left:0;
	right:0;
	margin:0px auto;
	
	width:100%;
	padding-bottom: 4vh;
	height: 76vh;
	
	font-family: Impact, Charcoal, sans-serif;
	overflow:auto;
	z-index:142;
	
}
#moreScreen{
    position:absolute;
	top:14vh;
	left:0;
	right:0;
	margin:0px auto;
	
	width:100%;
	padding-bottom: 4%;
	height: 76vh;
    background:rgba(0,25,0,0.7);
    
    color: white;
	font-family: Impact, Charcoal, sans-serif;
    text-shadow: 1vh 1vh black;
	overflow:auto;
	z-index:143;
    
}
#moreScreen:hover {
    cursor: pointer;
}
#comment {
    margin:5%;
    margin-top: 20%;
    color: yellow;
    text-align: center;
    font-size: 7vh;
}
#points  {
    margin:5%;
    margin-top:10%;
    color:lightgray;
     line-height:5vh;
    text-align: center;
    vertical-align: bottom;
    font-size: 4vh;
}

.box {
	display:inline-block;
	background:none;
	width: 19vw;
	height: auto;

	 -webkit-transform: scale(0.9);
	transform: scale(0.9);
	color:white;
	/*opacity:.7;*/
	border-style: solid;
    border-width: 2px;
	border-color: gray;
	justify-content: center;
	align-items:center;
}
.box:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	cursor:pointer;
	/*border-color: yellow;*/
}

#Zhome, #ZgameZ{
	position: absolute;
	left:3%;
	bottom:10%;
	filter: saturate(50%);
}
#Zhome:hover,#ZgameZ:hover{
	cursor: pointer;
	filter:saturate(150%);
}

#nav {
	position: absolute;
	top:93%;
	left:0;
	height:auto;
	display:block;
	width:100%;
	background: linear-gradient( purple, black);
	background:transparent;
	color: white;
	z-index:220;
	
}


	
@media (max-width: 768px) {
#message{
	font-size:2.5vh;
}
    
.box {
	
	width: 48vw;
    height: auto;
    border-width: 2px;
	
}
#comment {
    margin:5%;
    margin-top: 25%;
    text-align: center;
    font-size: 5vh;
}
#navMessage {
    font-size: 4vw;
    max-width: 45vw;
    color: lightgray;
}
    
}
#gamesButton{
	position: fixed;
	left:2%;
	top:92%;
}

#Zhome, #ZgameZ{
	position: absolute;
	left:3%;
	bottom:10%;
	filter: saturate(30%);
}
#Zhome:hover,#ZgameZ:hover{
	cursor: pointer;
	filter:saturate(150%);
}
.navButton{
	display:inline-block;
	height:100%;
	margin-left:1vw;
	margin-right:1vw;
	background-color:transparent;
	z-index: 25;
}
.navButton {
	width:22vw;
	max-width:100px;
}
.navButton:hover{
	float:left;
}
