@font-face 
{
    font-family: 'Gotham';
    src: url('fonts/gotham.woff2') format('woff2'),
         url('fonts/gotham.woff') format('woff'),
		 url('fonts/gotham.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'GothamMedium';
    src: url('fonts/Gotham-Medium.woff') format('woff'),
		 url('fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'GothamBold';
    src: url('fonts/Gotham-Bold.woff') format('woff'),
		 url('fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ambrosavage';
    src: url('fonts/ambrosavage.woff2') format('woff2'),
         url('fonts/ambrosavage.woff') format('woff'),
		 url('fonts/ambrosavage.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'inconsolata';
    src: url('fonts/inconsolata.woff2') format('woff2'),
         url('fonts/inconsolata.woff') format('woff'),
		 url('fonts/inconsolata.ttf') format('truetype');;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'satisfy';
    src: url('fonts/satisfy.woff2') format('woff2'),
         url('fonts/satisfy.woff') format('woff'),
		 url('fonts/satisfy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body
{
    margin: 0;
    padding: 0;
	background-color: #000000;
	font-family: Gotham, san-serif;
	font-size: 16px;
	overflow: hidden;
	color: #FFFFFF;
}
table, tr, td, tbody
{
	border: none;
	border-collapse: collapse;
	padding: 0;
    border-spacing: 0;
	z-index: 15;
}
a:link {
  color: #F6771F;
}

/* visited link */
a:visited {
  color: #F6771F;
}

/* mouse over link */
a:hover {
  color: #FFFFFF;
}

/* selected link */
a:active {
  color: #FFFFFF;
}

#hidehere
{
  //background-image: url("sitegraphics/skysquarebackground.png");

}
#thecontainer
{
  position: absolute;
  top: 0px;	
  margin: auto;
  border: none;
  padding: 0px;
  background-position: center top; 	
  background-repeat: no-repeat;
  background-size: auto 100%;	
  background-color: #000000;

  overflow: hidden;
}
#stats
{
	position: relative;
	top: -48px;
	left: 100px;
	width: 100%;
	margin: auto;
	padding: 8px;
	background: transparent;
	color: #FFFFFF;
	z-index: 15;
}

#theoverlay
{
  position: absolute;
  top: 0px;	
  margin: auto;
  border: none;
  padding: 0px;
  background-color: transparent;
  background-image: url("sitegraphics/select.png");
  background-position: center top; 	
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events:none;
  visibility: hidden;
}
#scrim
{
  position: absolute;
  top: 0px;	
  margin: auto;
  border: none;
  padding: 0px;
  background-color: transparent;
  background-image: url("sitegraphics/dropdown.png");
  background-position: center top; 	
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  z-index: 11;
  visibility: visible;
}
#BGTextColor, #FGTextColor
{
	position: absolute;

	border-radius: 0px;
	background-color: #ffffff;
}
#font_size_box
{
	position: absolute;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	height: 80px;
	width: 80px;
	display: inline-block;
}
#text_preview, #temp_text
{
	position: absolute;
	top: -1024px;
	top: 0px;
	left: 0px;
	width: 100%;
	//height: 100%;
	font-size: 32px;
	z-index: 16;
	text-align: center;
	padding: 20px 20px 20px 20px;	
}
#text_preview[contenteditable] {
  outline: 0px solid transparent;
}
#startup_page_icon
{
	position: absolute;	
}
#temp_text_box
{
	position: absolute;
	top: -1024px;
	font-family: Arial, sans-serif;
	width: 1024px;
	height: 1024px;
	box-sizing: border-box;
	background-color: #000000;
	overflow: hidden;
	//visibility: hidden;	
}
#text_preview_box
{
	position: absolute;
//	left: 50%;
//	top: 50%;
//	transform: translate(-50%, -50%);

	font-family: Arial, sans-serif;
	width: 50%;
	height: 50%;
	box-sizing: border-box;
	//display: flex;
	//flex-direction: column;
	//justify-content: center;
	//align-items: center;
	background-color: #000000;
	overflow: hidden;
	z-index: 15;
}
#text_back_image, #text_back_video
{
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events:none;
	//z-index: 15;
}
#text_input_box
{
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events:none;
	z-index: 15;
}
.submit_box, .login_box
{
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	//pointer-events:none;
	z-index: 15;
}
.file_box, .link_box
{
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	font-family: Gotham, san-serif;
	//pointer-events:none;
	z-index: 15;	
}
.too_big
{
	position: absolute;
	width: 100%;
	//display: flex;
	//flex-direction: column;
	//justify-content: center;
	top: 0px;
	text-align: center;
	font-weight: normal;
	font-family: Gotham, san-serif;
	//pointer-events:none;
	z-index: 15;	
}
#text_buttons
{
	position: relative;
	left: 8px;
	top: 8px;
}
#font_box, #text_button_box
{
	position: absolute;	
}
#BGTextColor
{
	z-index: 20;	
}
#FGTextColor
{
	z-index: 21;	
}
#panel_select_screen
{
  display: none;
  visibility: hidden;
}
#panel_text_input, #overlay_check_box
{
	position: absolute;	
}
#startup_screen
{
  position: absolute;
  width: 100%;
  top: 0px;	
  visibility: visible;
}
.screen
{
	position: absolute;
	width: 100%;
	top: 0px;	
	visibility: hidden;
}
.page_title
{
  position: absolute;
  top: 20px;	
  border: none;
  text-align: center;
  font-size: 36px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  width: 100%;
  z-index: 11;	
}
.page_description
{
  position:absolute;
  border: none;
  text-align: center;
  font-size: 24px;
  font-family: Gotham, san-serif;
  color: #F6771F;
  width: 100%;
  z-index: 11;		
}
#about_bar
{
  position: absolute;
  top: 1000px;
  left: 0px;
  height: 80px;
  width: 100%;	
  z-index: 14;
  cursor: pointer;
  visibility: hidden;
}
#cube_instructions
{
  position: absolute;
 // margin-top: 40px;	
  border: none;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  width: 100%;
  z-index: 11;	
  //visibility: hidden;
}
#nav_instructions
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;	
  border: none;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  z-index: 20;	
  //visibility: hidden;
}
.cube_wide
{
	
}
.up_icon
{
	position: relative;	
	cursor: pointer;
	margin-top: 30px;
}
.up_button
{
	position: relative;
	cursor: pointer;	
	margin-top: 30px;
}
.icon, .menu_icon
{
	cursor: pointer;
}
.page_text, .half_page_text, .near_page_text
{
  position: absolute;
  border: none;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 24px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  width: 100%;
  z-index: 11;		
}
.page_instruction
{
  position: relative;
  border: none;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  width: 100%;
  z-index: 11;		
}
#qrstrip
{
  position: relative;
  width: 100%;	
  height:256px;
  display: flex;
  justify-content: center;
}
.numbar, .numtable
{
  position: absolute;
  width: 100%;	
  height:50px;
  font-size: 30px;
  display: flex;
  justify-content: center;	
}

.cubestrip, #cubelinks, #cubecubelinks
{
  position: absolute;
  width: 100%;	
  height:256px;
  display: grid;
  justify-items: center;
  grid-auto-flow: row;
  overflow-x: scroll;
  overflow-y: clip; 
}
.cubetable, #cubelinkstable, #cubecubestable
{
	border-collapse: collapse;
}
#upgrade_table
{
  position: absolute;
  width:256px;
  border-collapse: collapse;	
}
#qrbox
{
  position: absolute;
  width:256px;
  height:256px;
  background-color: #FFFFFF;
  justify-content: center;	
}
#qrcode
{
  position: absolute;
  width:216px;
  height:216px;
}
.cubethumb, .cubelinkthumb
{
  position: absolute;
  width:216px;
  height:216px;	
  cursor: pointer;
}

#password_strip 
{
  position: absolute;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 150%;
}
#login_strip  
{
  position: relative;
  width:100%;
  height:80px;
}
#user_pass_strip
{
  position: relative;
  width:100%;
  height:80px;		
}
#login_pass_box
{
  position: relative;
  height:80px;
  width: 440px;
  margin: auto;	
  display: block;  
}
#login_box, #user_pass_box
{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: 440px;		
}
#sign_up_button
{
  position: absolute;
  width: 200px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  background-color: #F6771F;
  margin: 20px 10px 10px 0px;
  padding-top: 6px;
  cursor: pointer;
}
#log_in_button 
{
  /* position: absolute; */
  /* width: 200px; */
  /* height: 40px; */
  /* display: block; */
  /* text-align: center; */
  /* font-size: 30px; */
  /* font-family: Gotham, san-serif; */
  /* color: #FFFFFF; */
  /* background-color: #F6771F; */
  /* margin: 20px 0px 10px 10px; */
  /* padding-top: 6px; */
  /* cursor: pointer; */
}
#login_user_box, #login_password_box
{
  position: absolute;
  width: 200px;
  height: 70px;
  display: block;
  background-color: transparent;
  margin: 20px 10px 10px 10px;
  padding-top: 6px;
  cursor: pointer;
}
#login_password_box
{
  left: 220px;	
}
#password_box
{
	position: relative;
	display: block;
	top: 80px;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	font-family: Gotham, san-serif;
	color: #FFFFFF;
	text-align: center;
	height: 32px;
	width: 100%;	
}
#login_description
{
	position: relative;
	display: block;
	padding: 30px 40px 20px 40px;
	font-size: 18px;
	font-family: Gotham, san-serif;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	width: 100%;		
}
.input_label
{
  position: absolute;
  width: 200px;
  height: 40px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-family: Gotham, san-serif;
}
/* #input_password_label */
/* { */
  /* position: absolute; */
  /* width: 100%; */
  /* top: 40px; */
  /* height: 40px; */
  /* display: block; */
  /* text-align: center; */
  /* color: #FFFFFF; */
  /* font-size: 30px; */
  /* font-family: Gotham, san-serif; */
/* } */
#password
{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 26px;
	width: 256px;	
}
/* #login_user, #login_password */
/* { */
	/* position: relative; */
	/* display: block; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* height: 26px; */
	/* width: 192px; */
	/* display: block; */
/* } */
#url_strip 
{
  position: relative;
  width:100%;
  height:32px;
}
#url_box
{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham, san-serif;
	text-align: center;
	height: 32px;
	width: 512px;	
}
#url_box
{
  position: relative;
  border: none;
  text-align: center;
  font-size: 24px;
  font-family: Gotham, san-serif;
  background-color: #F6771F;
  color: #FFFFFF;
  height: 32px;
  width: 512px;
  z-index: 11;		
}
#signup_submit, #terms_back, #log_out, #edit_profile, #upgrade, #about_back
{
  position: relative;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  background-color: #F6771F;
  padding-top: 6px;
  cursor: pointer;	
}
.edit_submit, .edit_back, .triple_button
{
  position: relative;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  background-color: #888888;
  //padding-top: 6px;
  cursor: pointer;	
  pointer-events:auto;
}
.edit_back
{
  background-color: #F6771F;
  cursor: pointer;	
}
#background_disabled
{
  position: absolute;
  left: -220px;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  font-family: Gotham, san-serif;
  color: #FFFFFF;
  background-color: #888888;
  padding-top: 6px;	
}
input[type=text] {
	-webkit-appearance: none;
   -moz-appearance: none;
	border: none;
	border-radius: 0px;	
}
input[type=color]{
	width: 225px;
	height: 32px;
	border: none;
	border-radius: 0px;
	background: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="checkbox"]
{
	border-radius: 0px;
	z-index: 99;
}
input[type="color"]::-webkit-color-swatch {
	border: none; /*change color of the swatch border here*/
	border-radius: 0px;
	-webkit-appearance: none;
}
input.cubefile[type=file]
{
	color: #FFFFFF;
}
input.cubeurl[type=text]
{
	color: #000000;
}
input.pass-in[type=password]
{  
	height: 64px;
	width: 192px;
	font-size: 24px;
}
select 
{
   -webkit-appearance: none;
   -moz-appearance: none;
   	height: 64px;
	width: 192px;
	border-radius: 0px;
	font-size: 24px;
 //  appearance: none;       /* Remove default arrow */
//   background-image: url(...);   /* Add custom arrow */
}
input[type=color] 
{
  -webkit-appearance: none;
}
#buttonbar
{
  position: absolute;
  top: 800px;	

  width: 100%;
  border: none;
  padding: 0px;
  background-color: transparent;
  z-index: 15;
  visibility: hidden;
}
#close_bar, #pass_close_bar
{
  position: absolute;
  top: 800px;	
  margin: auto;
  width: 100%;
  border: none;
  padding: 0px;
  background-color: transparent;
  z-index: 15;
  visibility: hidden;
  cursor: pointer;
  pointer-events:none;
}
#audio_button
{
	position: absolute;
	left: 10px;	
}
#video_button
{
	position: absolute;
	left: 90px;	
}
#qrcode_button
{
	position: absolute;
	left: 170px;		
}
#share_button
{
	position: absolute;
	left: 250px;		
}
#link_button
{
	position: absolute;
	left: 848px;		
}
#edit_button
{
	position: absolute;
	left: 926px;		
}
#profile_button
{
	position: absolute;
	left: 1009px;		
}
#close_button, #pass_close_button
{
	position: absolute;
	left: 1009px;	
	cursor: pointer;	
	pointer-events: auto;
	z-index: 15;
}
canvas
{
	position: absolute;
	top: 0px;
	margin: auto;
	left: 0px;
	border: none;
    padding: 0px;
	overflow: hidden;
}
#thecube
{
	position: absolute;
	top: 0px;
	margin: auto;
	border: none;
    padding: 0px;
	overflow: hidden;
	z-index: 5;
}
.progress-bar-container 
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 15;
}
#progress-bar 
{
	width: 30%;
	margin: 0px 0px 0px 0px;
	height: 10px;
	background-color: #000000;
}
label 
{
	color: white;
	font-size: 2rem;
}
#signup_message
{
	color: #F6771F;
}
progress::-moz-progress-bar { background: #F6771F; border: none;}
progress::-webkit-progress-value { background: #F6771F; border: none;}
progress { color: #F6771F; border: none;}