@namespace url("http://www.w3.org/1999/xhtml");

/* # - id, . - class  */

html,
body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.button {
  display: inline-block;
  margin:0 auto;
  padding: 25px 25px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 1500px;
  box-shadow: -3px 3px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow:-3px 3px #eee;
  transform: translateY(3px);
}

#bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100px;
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: fill;
}

#ardisplay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 1px;
    z-index: -1;
    /*  border: 10px solid #FF0000; */
}

#div_twojs {
  position: absolute;
 /* background-color: #ff00ff; */
}

#div_mainbg {
  position: absolute;
}

#fg_portrait {
  position: absolute;
}

#fg_landscape {
  position: absolute;
}

.wp_image {
  position: absolute;
}

.wp_btn_image {
  position: absolute;
}

#div_vid {
  position: absolute;
}

#div_touch {
  position: absolute;
}

#div_canvas {
  position: absolute;
}

#canvas_threejs {
  position: absolute;
}

#div_diag {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #ffffff;
  position: absolute;
}

#div_dataentry {
  position: absolute;
}

/*
#dlg_thankyou {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../image/dlg_thankyou.png");
    background-repeat: no-repeat;
    background-size: cover;
}
    */
#dlg_entermessage {
    position: absolute;
}

#bg_entermessage {
  position: absolute;
}

#txt_name {
  position: absolute;
}

#txt_field2 {
  position: absolute;
}


#txt_msg {
  position: absolute;
  resize: none;
}

#hint_swipe {
  position: absolute;
}

#btn_audio {
  position: absolute;
  cursor: pointer;
}

#btn_post {
  position: absolute;
  cursor: pointer;
}

#btn_fgcycle {
  position: absolute;
  cursor: pointer;
}

#btn_goleft {
  position: absolute;
  cursor: pointer;
}

#btn_goright {
  position: absolute;
  cursor: pointer;
}

#btn_submita {
  position: absolute;
}

#btn_submit {
  position: absolute;
  cursor: pointer;
}

#btn_x1a {
  position: absolute;
}

#btn_x1 {
  position: absolute;
  cursor: pointer;
}

#btn_xxxx {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loadingscreen {
    display: none;
    position: fixed;
    left: 0;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
/*    z-index: 9;*/
    background-color: #000000;
    /*  border: 3px solid #73AD21; */
}

.spinner {
    width: 100px;
    height: 50px;
    margin: auto;
    text-align: center;
    position: relative;
}

.spinner .ball {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: loadingMotion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.spinner p {
    color: #29a311;
    font-weight: bold;
    font-size: 11px !important;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin: 0;
    margin-top: 5px;
}

.logo-group {
    position: relative;
    transform: translate(0, -6%);
}

.loadinglogo {
    width: 30%;
    height: auto;
    margin: auto;
    max-width: 300px;
}

@font-face {
    font-family: loadingfont;
    src: url("../font/GothamRounded-Light.otf");
}

#loadingtext {
    position: relative;
    display: block;
    text-align: center;
    font-size: 150%;
/*    font-family: loadingfont, Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #079405;
}

#loadingscreensub {
    position: absolute;
}

#loading_bg {
    position: absolute;
  z-index: -1;

}

#startscreen {
    display: none;
    position: fixed;
    left: 0;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
/*    z-index: 9;*/
    background-color: #fffa6f;
    /*  border: 3px solid #73AD21; */
}

#startscreen_bg {
    position: absolute;
  z-index: -1;
}

#btn_start {
    position: absolute;
    cursor: pointer;
}

#splash_text {
    position: absolute;
}

#div_startscreentext {
    position: absolute;
}


#staytunedscreen {
    display: none;
    position: fixed;
    left: 0;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
/*    z-index: 9;*/
    background-color: #fffa6f;
    /*  border: 3px solid #73AD21; */
}

#staytunedtext {
    position: relative;
    display: block;
    text-align: center;
    font-size: 150%;
/*    font-family: loadingfont, Arial, Helvetica, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #079405;
}

#cookienotifytext {
  position: relative;
  display: block;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 90%;
  color: #079405;
}

#cookiepolicyviewtext{
    cursor: pointer;
}

#policyscreen {
    display: none;
    position: fixed;
    left: 0;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
/*    z-index: 9;*/
    background-color: #fffa6f;
    /*  border: 3px solid #73AD21; */
}

#policyscreen_bg {
  position: absolute;
  z-index: -1;
}

#policytext {
/*  position: absolute; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  color: #000000;
  text-align: left;
  margin: auto;
  width: 70%;
  height: 50%;
  max-width: 400px;
  border: 1px solid #888888;
  border-radius: 5px;
  resize: none;
  padding: 2px 5px;
}

#btn_startxxx {
    width: 30%;
    height: auto;
    margin: auto;
    max-width: 300px;
    cursor: pointer;
}

#btn_continue {
    width: 20%;
    height: auto;
    margin: auto;
    max-width: 200px;
    cursor: pointer;
}


/* utilities */

.d-table {
    display: table;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.position-relative {
    position: relative;
}

.p-2 {
    padding: 0.5em;
}

.text-center {
    text-align: center;
}

.m-auto {
    margin: auto;
}

.bg-primary {
    background: #fdea6f;
}

#textsizer
{
    position: absolute;
    font-size: 30px;
    font-family: postitfont;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
}

.cell {
    opacity: 1;
}

.cell5 {
/*  filter: blur(0.1px); */
}
