﻿body { padding: 0px; margin: 0px }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#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('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative; margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}

.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center
}
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


.titleDiv {
/*	border-radius: 12px; */
	border:1px; 
	border-color:#cccccc;
	font-family:Arial; 
	background-color:#0099CC; 
	color:#c0c0c0; 
	padding:20px; 
	font-weight: bold;
	margin-left: auto;
    margin-right: auto;
  box-shadow: 0 0 15px 15px #0484d1;


}
.titleDiv:hover {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.titleDiv:active {
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

a:link {
  color: #0099cc;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #0099cc;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #39ac39;
}

/* selected link */
a:active {
  color: #39ac39;
}
body {

  background-color: #0484d1;
  color:#cccccc;
/*    display: block;*/
/*  position: absolute;
  top: 0px;*/
}

