html {
    /* overflow: hidden; */
    width: 100%;
    height: 100vh;
    background: #f8c85b; /* fallback for old browsers */
    background: -webkit-linear-gradient(#f7797d, #f8c85b, #3acac7);
    background: linear-gradient(#f7797d, #f8c85b, #3acac7);
}

body {
    margin: 0;
    color: #323232;
    font-family: Monospace;
    font-size: 13px;
    line-height: 24px;
    overscroll-behavior: none;
}

a {
    color: initial;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

button {
    cursor: pointer;
    text-transform: uppercase;
}

#info {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 1; /* TODO Solve this in HTML */
}

a, button, input, select {
    pointer-events: auto;
}

.lil-gui {
    z-index: 2 !important; /* TODO Solve this in HTML */
}

@media all and ( max-width: 640px ) {
    .lil-gui.root {
        right: auto;
        top: auto;
        max-height: 50%;
        max-width: 80%;
        bottom: 0;
        left: 0;
    }
}

#overlay {
    position: absolute;
    font-size: 16px;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,0.7);
}

#overlay button {
    background: transparent;
    border: 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    color: #ffffff;
    padding: 12px 18px;
    text-transform: uppercase;
    cursor: pointer;
}

#notSupported {
    width: 50%;
    margin: auto;
    background-color: #f00;
    margin-top: 20px;
    padding: 10px;
}



/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
    display: none;
}


#ar-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 50px;
    /*padding: 0px 16px 0px 40px;*/
    font-family: Roboto Regular, Helvetica Neue, sans-serif;
    font-size: 18px;
    /*color:#4285f4;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*border-radius: 18px;*/
    /*border: 1px solid #DADCE0;*/
}

.logo-container, .logo-watermark {
    width: 100%;
    position: absolute;
    z-index:9;
}

.logo-left, .logo-right {
    width: 50%;
    float: left;
    text-align: left;
}

.logo-right {
    float: right;
    text-align: right;
}

.logo-right a {
    float: right;
}

.logo-left img, .logo-right img {
    text-align: left;
    max-width: 80px;
    margin: 10px;
    margin-top: 15px;
}

.logo-watermark .logo-left img {
    margin: 20px;
    margin-bottom: -45px;
}

.logo-watermark {
    right: 10px;
    bottom: 5px;
    position: absolute;
    text-align: right;
    z-index: 10;
    padding-top: 15px;
}
.logo-watermark img {
    width: 100%;
    max-width: 50px;
}






.circle{
   border:2px solid white;
   border-radius:50%;
   background:rgba(0,0,0,0);
   color:white;
   width: 3em;
   height: 3em;
   text-align:center;
   line-height: 3em;
   z-index: 1;
   visibility: Hidden;
 }
 
 #launchBtn{
     width: 5em;
     height: 5em;
     position: absolute;
     margin-left: calc(50vw - 5em/2);
     margin-top: 70vh;
     border: 8px;
     border-radius: 50%;
     z-index: 1;
     visibility: Hidden;
 }
 #rocketCountLabel {
     position: absolute;
     right: 1%;
     bottom: 3%;
     color: white;
     font-Size: 30px;
     z-Index: 1;
 }
 
 .landing8-attribution-logo{
   visibility: Hidden;
 }
 
 .landing8-logo{
   position: absolute;
   margin-top: 4em;
 }
 
 .hidden {
   display: none !important;
 }
 
 #splashimage {
   z-index: 998;
   height: 500px;
   position: absolute;
     width: 600px;
     left: 50%;
     margin-left: -300px;
    top: 50%;
     margin-top: -250px;
 }
 
 .start {
   z-index: 999;
    background-color: #ee4158;
     color: white;
     padding: 0.7rem 1rem;
     border-radius: 7px;
     text-decoration: none;
     display: inline-block  !important;
     margin: 3px;
     min-width: 190px;
     font-size: 0.9em;
     text-transform: uppercase;
     font-family: system-ui;
     text-align: center;
}
 h2 {
   font-size: 1.3em;
   text-align: center;
   font-family: monospace;
 }
 
 #requestingCameraPermissions{
   visibility: Hidden;
 }
 #requestingCameraIcon{
   visibility: Hidden;
 }
 
 .recorder-container{
   visibility: Hidden;
   position: absolute;
   left: 13%;
 }
 
 button {
     background: #255ff4;
     border-radius: 0.2em;
     color: #fff;
     transition: background .15s linear, color .15s linear;
   width: 5em;
   height: 5em;
   border-radius: 50%;
   z-index: 99;
 }
 
 button:focus, button:hover {
     background: #0b46da;
 }
 button:focus {
     outline: transparent;
 }
 button::-moz-focus-inner {
     border: 0;
 }
 button:active {
     transform: translateY(0.1em);
 }
 .exploding, .exploding:focus, .exploding:hover {
     background: transparent;
     color: transparent;
 }
 .exploding {
     pointer-events: none;
     position: relative;
     will-change: transform;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
 .particle {
     position: absolute;
     top: 0;
     left: 0;
 }
 .poweredby-img{
     visibility: hidden !important;
 }
 .particle--debris {
     background: #255ff4;
 }
 .particle--fire {
     border-radius: 50%;
 }
 
 .logo-center {
     position: absolute;
     width: 100%;
     top: 20%;
     text-align: center;
 }
 
 .logo-center img {
     text-align: center;
     max-width: 200px;
     vertical-align: middle;
 }
 
 .logo-center img.small {
     max-width: 70px;
     margin-top: 100px;
 }
 
 .logo-center a.btn {
     color: #666;
     padding: 0.7rem 1rem;
     border-radius: 7px;
     text-decoration: none;
     display: inline-block  !important;
     margin: 3px;
     min-width: 190px;
     font-size: 0.9em;
     text-transform: uppercase;
     font-family: system-ui;
 }
 
 .logo-center a.btn.btn2 {
    
 }

 .photovcardcontainer {
     max-width: 240px;
     margin: auto;
 }

 .photovcardcontainer .cvbtn {
     position: absolute;
     background: #2a467d;
     color: #fff;
     border-bottom-left-radius: 14px;
     border-bottom-right-radius: 6px;
     font-size: 8px;
     font-family: sans-serif;
     width: 68px;
     bottom: -13px;
     padding: 0px 1px 0px 4px;
 }
 .photovcard {
     width:33%;
     float: left;
 }
.photovcard img {
    margin-left: -6px;
    max-width: 73px;
    border-top-left-radius: 10px;
    border-top-right-radius: 20px;
    box-shadow: -10px 4px 11px #0000001a;
}
.linkedinicon {
    position: absolute;
    bottom: -40px;
    margin-left: -40px;
}

.linkedinicon img {
   width: 24px;
}

.logocenterk {
    width: 160px;
    margin-top: 20px;
    margin-left: 10px;
}


/* [Object] Modal
 * =============================== */
.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    background: rgba(58 202 199, .8);
    transition: opacity .25s ease;
    z-index: 999;
}

.modal p, .modal ul, .modal li {
    font-family: initial;
    font-size: 1.1em;
    line-height: normal;
    text-align: justify;
}

.modal li {
    font-size: inherit;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none;
}

.modal-state:checked + .modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
    top: 0;
}

.modal__inner {
    transition: top .25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
    height: 50%;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.modal__close:after,
.modal__close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: #ccc;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
    background: #aaa;
}

.modal__close:before {
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {

    .modal__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }
}
