html, body, div {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    height: 100%;
}

body {
    overflow: hidden;
    background-color: #000;
    height: 100%;
    font-family: sans-serif;
    font-size: 0.9em;
}

canvas {
    -webkit-tap-highlight-color: transparent;
}

#main {
    position: fixed;
    left:     50%;
    top:      50%;
}

#ttgScreenCanvas, #ttgErrorCanvas
{
    position:absolute;
    left:0px;
    top:0px;
}

#ttgBarCanvas
{
    position:absolute;
    left:0px;
}

/* Error Styles */
#error {
    color: #2F4F4F;
    height: 100%;
    padding: 20px;
    background-color: #FFF;
}

#errorTitle {
    font-weight: bold;
    font-size: 1.3em;
    padding-bottom: 10px;
}

#errorMessage {
    font-size: 1.2em;
    font-weight: bold;
}

#errorCode {
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 10px;
}

#errorDebug {
    padding-top: 15px;
    font-size: 0.8em;
}

.textButton {
    background-color: #FFFFFF;
    border: none;
    color: black;
    padding: 15px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 4px #999;
    border: 2px solid #F0F0F0;
    outline: none;
    margin-bottom: 25px;
    width: 300px;
}

.textButton:active {
  background-color: #000000;
  color: white;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

@font-face
{
	font-family: "Yantramanav";
	font-style: normal;
	font-weight: 400;
	src: local("Yantramanav"), local("Yantramanav-Regular"), url("../fonts/Yantramanav.woff2") format("woff2");
}

@font-face
{
    font-family: "Futura_medium";
    font-style: all;
    font-weight: 400;
    src: local("Futura"), local("Futura"), url("../fonts/Futura.ttc") format("ttc");
}

@font-face
{
    font-family: "Futura_bold";
    font-style: all;
    font-weight: 600;
    src: local("FuturaLT-Futura"), local("Futura"), url("../fonts/Futura.ttc") format("ttc");
}