@font-face {
    font-family: Hasthon;
    src: url(../fonts/Hasthon-Regular.ttf);
}

html,
body {
    margin: 0;
    padding:0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align:center;
    background-color: #fcf6eb;
}

.landingBody{
    background:url('../img//landing/ui_splash_bg.png') no-repeat center top;
    background-size: auto 100vh;
    overflow:scroll;   
}

.landingBox{
    max-width: 520px;    
    margin: 5vh auto 75px;
    text-align: center;
    object-fit: contain;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #231e23; 
    -webkit-text-size-adjust: 100%;
    
}

.landingTut, .skiplink{
    font-size:10px;
}

.formFooter{
    font-size:10px;
    margin-top:25px;
}

.landingField{
    font-size: 1.2em;
    font-weight: bold;
    line-height:1.4em;
    border: 1px solid #231e23;
    border-radius: 4px;
    box-shadow: none;
    padding: 6px 12px 4px;
}

.loginButton{
    font-size: 1.2em;
    font-weight: bold;
    line-height:1.4em;
    background-color: #cca635;
    border: 1px solid #cca635;
    border-radius: 4px;
    box-shadow: none;
    padding: 6px 12px 4px;
}

.landingLogo{
    width: 40vh;
}

.devlink{
    margin-top:15vh;
    font-size: 12px;
}

.developerLink{
    font-weight: bold;
    text-decoration:none;
    color: red;
}

/* Scale canvas with resize attribute to full size */
.container {
    display:relative;
    height:100%;

}

.mainCanvas{
    background-color: #d3f0e2;
    position: absolute;
    left: 50%;  
    top: 0%;
  }

.loading {
	position: relative;
}

.loading:after {
	content: url("../img/loading.gif");
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	opacity: 0.8;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}