@font-face {
    font-family: 'Guillon';
    /*a name to be used later*/
    src: url("https://hikma.experia.gr/Guillon_Demi.otf") format("opentype");
    /*URL to font*/
}
@font-face {
    font-family: 'Guillon_thin';
    /*a name to be used later*/
    src: url("https://hikma.experia.gr/Guillon_Thin.otf") format("opentype");
    /*URL to font*/
}
html {
    height: -webkit-fill-available;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow: hidden;
    padding: 0;
    height: 100vh !important;
}

.ctaDiv {
    display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 99;
        height: 100%;
        padding: 0% 6%;
}


#startARDiv p {
    font-size: 40px;
    font-family: 'Guillon';
    color: #001662;
}

#startARDiv img {
    max-width: 50vw;
}

#startARButton {
    background-color: #FF5C56;
    padding: 5% 12%;
    color: white;
    font-size: 2em;
    font-family: 'Guillon';
    border: none;
    margin-top: 15%;
}

#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;
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    flex-flow: column;
    align-content: baseline;
    align-items: baseline;
    justify-content: flex-start;
}

#unity-logo {
    width: 154px;
    height: 130px;
    background: url('unity-logo-light.png') no-repeat center
}


.loading-gif {
    max-width: 13%;
    z-index: 200;
    align-self: end;
    display: flex;
    position: absolute;
    bottom: 10%;
    right: 8% !important;
}

#unity-progress-bar-empty {
        /* background: url('progress-bar-empty-light.png') no-repeat center; */
        width: 88%;
            height: 18px;
            position: relative;
            border: 1px solid #FF5C57;
            left: 4%;
            top: 2%;
}

#unity-progress-bar-full {
    transform-origin: bottom;
        width: 100%;
        position: absolute;
        bottom: 0;
        /* background: url('progress-bar-full-light.png') center; */
        background:#FF5C57;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        z-index: 100;
}

#unity-footer {
    position: relative
}

.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: rgb(255, 255, 255);
    padding: 10px;
    display: none
}

.loading-text {
    z-index: 200;
    align-content: center;
    padding: 4% 4%;
        color: #001662b3;
    font-family: 'Guillon';
    font-size: 30px;
    position: fixed;
    bottom: 7%;
}

.instructions-text {
font-family: 'Guillon_thin';
    padding: 10% 4% 0% 4%;
    font-size: 1.25em;
    z-index: 200;
    color: #001662;
    width: 70%;
    text-align: justify;
}
.subtitle-text {
    font-family: 'Guillon';
    color: #001662;
    font-size: 1.6em;
    padding: 30% 4% 10% 4%;
    z-index: 200;
    justify-content: space-between;
    display: flex;
}

