html {
	overflow: hidden;
}

body {
	background-color: white; 
	overflow: hidden;
	-webkit-overflow-scrolling: none;
}

a {
	color: black;	
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


/* Unsupported browser message */ 

#browserMessage {
	display:none;
	width: 80%;
	max-width: 1000px;
	position: absolute;
	top: 0;
	bottom: 0;
	/* background-color: white; */
	z-index: 2000;
	padding: 10% 10% 0 5%;

	text-transform: uppercase;
	font-size: 7vw;
	line-height: 7.5vw;
	font-color: black;
	font-family: san-serif, Helvetica;
	font-weight: 100;
}

a.bM {
	display: inline-block;
    text-decoration: none;
    border-bottom: .5vw solid black;
    height: 6.5vw;
}

#mobileMessage {
	display: none;
}

#desktopMessage {
	display: none;
}



/* Title and credits */

#titleContainer {
	position: absolute;
	width: 100%;
	margin-top: 5%;
	margin-left: 50px;
	padding: 0 0 0 0;
	height:0px;
	overflow:visible;
	z-index: 1000;

	transition: opacity 2s;
	-webkit-transition: opacity 2s; 
}

.title {
	position: absolute;
	top: 140px;
	min-width: 1200px;
	text-align: left;
	margin: 0 0 0 0;
	overflow: hidden;
	font-size: 140px;
	line-height: 120px;
	/* font-style: italic; */
	font-weight: 300;
	font-family: Helvetica, san-serif;
	color: rgb(0,0,0);
	 z-index: 2000; 


	transition: top 1s ease-out;
	-webkit-transition: top 1s ease-out; 
}

.titleSwap {
	top:140px;
}

#subtitle {
	text-align: center;
	overflow: hidden;
	font-size: 35px;
	line-height: 30px;
	margin: 0 0 0 0;
	/* font-style: italic; */
	font-weight: 400;
	font-family: Helvetica, san-serif;
	color: rgb(0,0,0);
}

.newTitleBox {
	position: relative;
	left: 0px;
	height: 110px;
	margin: 0 0 24px 0;
	/* width: 100%; */

	width: auto;
	overflow: hidden;
	background-color: transparent;

}






#about {
	position: absolute;
	margin: 72px 0 0 42px;
	padding: 0 28px 56px 0px;
	width: 60%;
	min-width: 800px;
	display: none;

	background-color: white;

	font-family: Helvetica, san-serif;
	font-weight: 200;
	font-size: 48px;
	line-height: 58px;
	color: rgb(0,0,0);
	z-index: 100;
}

.aboutText {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.aboutButton {
	font-weight: 400;
	margin: 58px 0 0 0;
	cursor: pointer;
}

.rolling-letters {
	display: inline-block;
	overflow: hidden;
}

.inner-letter {
	position:relative;
	left: -110px;
	transition: left 1s ease-out, bottom 1s ease-out;
	-webkit-transition: left 1s ease-out, bottom 1s ease-out;
}

/* Navigation controls */

/* Navigation styling */

#nav {
	position:absolute;
	left:24px;
	top:60px;
	width:60px;
	height:200px;
	/* background-color:yellow; */
}



#anchorTitle {
	float:left;
	color: rgb(100,100,100);
	font-weight: bold;
}

#anchorTitle:hover {
	/* color: rgb(200,200,200); */w
}



#navBar {
	position: relative;
	left: 50px;
	top: 20px;
	width: 95%;
	height: 12px;
	min-width: 900px;
	background-color: transparent;
	padding: 0 0 0 0;
	opacity: 100;
}
.slowFade {
	transition: opacity 6s ease-in;
	-webkit-transition: opacity 6s ease-in;
}

.navText {
	font-family:Helvetica, san-serif;
	font-size: 12px;
	line-height: 12px;
	color: rgb(205, 205, 205);
	cursor: pointer;
	font-weight: bold;
	
	border-style:solid;
	border-width: 0 0 2px 0;
	border-color: transparent;
}

.navText:hover {
	/* font-weight: bold; */
	color: rgb(205, 205, 205);

	border-style:solid;
	border-width: 0 0 2px 0;
	border-color: rgb(100, 100, 100);
}

.navSelected {
	font-weight: bold;
	color: rgb(100,100,100);
	/*
	color: rgb(200,200,200);
	border-style:solid;
	border-width: 0 0 2px 0;
	border-color: rgb(200,200,200);
	*/
}
.navSelected:hover {
	font-weight: bold;
	color: rgb(100,100,100);
	/*
	border-style:solid;
	border-width: 0 0 2px 0;
	border-color: rgb(100,100,100);
	*/
}

/* Perform / Play */

#modeList {
	float:left;
	margin: 0 0 0 64px;
	padding: 0 0 0 0;
	top: 0px;
	height: auto;
}

#modeList li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	list-style-type: none;
	height:auto;
}

/* Perform mode progress bar */

#progressBar {
	position: relative; 
	float: left;
	margin: 0px 0px 0px 24px;
	width: 440px;
	height: auto;
	background-color:transparent;
	/* cursor: pointer; */
	z-index: 2;
}

#progressAxis {
	position: absolute;
	margin: 4px 0px 0px 0px;
	left: 0px;
	width: 438px;
	height: 6px;
	z-index: -2;
	background-color:rgb(230, 230, 230);
}

#progressHead {
	position: absolute;
	margin: 4px 0px 0px 0px;
	left: 0px;
	width: 3px;
	height:6px;
	z-index: -1;
	background-color:rgb(100,100,100);
}

/* Play mode stuff */

#playBar {
	position: relative; 
	margin: 0 0 0 24px;
	padding 0;
	float:left;
	width: 470px;
	height: 36px;
	background-color:transparent;
	/* cursor: pointer; */
	z-index: 100;
	overflow-y: hidden;
}

#partList {
	position: absolute:
	top: -24px;
	left: 0px;
	margin-top: 40px;
	padding: 0;

	transition: margin-top 1s;
	-webkit-transition: margin-top 1s; 
}

.menuList {
	
	/* display: inline-block; */
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	opacity: 0;
	height: auto;	

	transition: opacity 1s;
	-webkit-transition: opacity 1s; 
}

.menuList li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 6px 2px 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	text-transform: uppercase;
}

#instruct {
	position: absolute;
	text-align: left;
	font-size: 35px;
	line-height: 30px;
	top: 32px;

	font-weight: 400;
	font-family: Helvetica, san-serif;
	color: rgb(60,60,60);

	transition: top 1s;
	-webkit-transition: top 1s; 

}

/* Share buttons */

#shareBar {
	position: relative;
	float: right;
}

ul.share-buttons{
	position: relative;
	list-style: none;
	height:auto;
	padding: 0;
	maring: 0;
}

ul.share-buttons li{
  position:relative; 
  float:left; 
  top: -24px;
}


/* Grid and cell styling */

.gridContainer {
	position: absolute;
	width: 110%; 
	/* max-width: 1300px; */
	margin: 32px 0px 0px 48px;
	/* margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	*/
	padding: 0px 0px 0px 0px;
	-webkit-overflow-scrolling: none;
}

.grid {
	position: relative;
	margin: 32px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	overflow: hidden;
	-webkit-overflow-scrolling: none;
}

.gcell {
	float: left;
	cursor: pointer;
	background-color:white;
	padding: 0px 0px 0px 0px;
}



#gC0 {
	z-index: 0;
}
#gC1 {
	z-index: 1;
}
#gC2 {
	z-index: 2;
}
#gCBrowser {
	z-index: 0;
	display: none;
}


.cellGIF {
	position:static;
	top:0px;
	left:0px;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	background-color:white;
}

.midText {
	font-family: Helvetica;
	font-size: 48px;
	font-weight: bold;
}


.gcellBase {
	position: static;
	margin: 12px 12px 0px 0px;	
	background-size: auto 100%;
	background-color: white;
	/* Sprites */
	background-repeat: no-repeat;
    background-position: left top;
}

/* For unsupported browser screens */

#gCBrowser {
	position: absolute;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-overflow-scrolling: none;
	width: 90%;
}

#gridBrowser {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	overflow: hidden;
	-webkit-overflow-scrolling: none;
}


