/*
*/
@font-face {
    font-family: 'keifont';
    src: url('../fonts/keifont.ttf');
  }
  
  @font-face {
    font-family: 'project_paintball';
    src: url('../fonts/project_paintball.otf');
  }
  
  @font-face {
    font-family: 'ikamodoki';
    src: url('../fonts/ikamodoki.ttf');
  }
  footer {
	color: #fff;
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    font-family: 'project_paintball', 'ikamodoki', 'keifont';
    filter: drop-shadow(3px 6px 2px rgba(255, 255, 255, 0.3));
  }
  a, a:visited, a:hover{
	color: #fff;
	text-decoration: underline;
  }
  a:hover{
	text-decoration: none;
  }
  dl.history{
	color: #fff;
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    font-family: 'project_paintball', 'ikamodoki', 'keifont';
    filter: drop-shadow(3px 6px 2px rgba(255, 255, 255, 0.3));
  }
  ul{
	  list-style: none;
  }

/*----------------------------------------------------------------------------
Unity-webgl
----------------------------------------------------------------------------*/
#unity-container{
	width: 100%;
	position: absolute;
	top: 0;
}
/*
	template
*/
body { 
	padding: 0; 
	margin: 0;
	background-color: #000;
}
#unity-container { position: absolute }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('splatboard_logo_s.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('../TemplateData/progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('../TemplateData/progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#unity-webgl-logo, #unity-fullscreen-button, #unity-build-title
{
	display: none;
}
