body { 
    padding: 0;
    margin: 0;
    background: url('bg_splashimage.png') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
#joylina-logo {
    display: block;
    height: 120px;
    margin: 20px;
}
#joylina-logo img {
    height: 100%;
}
#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: #000000; border: solid 4px #777 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#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: white; padding: 10px; display: none }

#tandc {
    margin: 50px auto;
    max-width: 800px;
    position: absolute;
    background-color: rgba(255, 246, 229, 0.8);
    padding: 50px;
    position: absolute;
    left: 0;
    right: 0;
}

.site-header {
    font-family: museo-sans,sans-serif;
    font-weight: 500;
    line-height: 165%;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 1em;
    padding-right: 0px;
    background: transparent !important;
    box-shadow: none !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 11;
    pointer-events: auto;
    transition-duration: .4s;
    transition-timing-function: ease;
    transition-property: opacity,transform,-webkit-transform;
    opacity: 1;
    transform: none;
}

.main-navigation {
    font-family: museo-sans,sans-serif;
    font-weight: 500;
    line-height: 165%;
    font-size: 15px;
    color: #ccc;
    pointer-events: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin-right: 40px;
}

.menu-right-nav-container {
    font-family: museo-sans,sans-serif;
    font-weight: 500;
    line-height: 165%;
    font-size: 15px;
    color: #ccc;
    pointer-events: auto;
    box-sizing: border-box;
}

.primary-menu {
    font-family: museo-sans,sans-serif;
    font-weight: 500;
    line-height: 165%;
    font-size: 15px;
    color: #ccc;
    pointer-events: auto;
    box-sizing: border-box;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-top: 18px;
}

.primary-menu-item {
    font-family: museo-sans,sans-serif;
    font-weight: 500;
    line-height: 165%;
    font-size: 15px;
    color: #ccc;
    pointer-events: auto;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: baseline;
}

.primary-menu-item a {
    font-family: museo-sans,sans-serif;
    pointer-events: auto;
    list-style: none;
    box-sizing: border-box;
    line-height: 240%;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .1em;
}

.primary-menu-item a:hover {
    opacity: .7;
    text-decoration: underline;
}

.social-icons {
    font-family: museo-sans,sans-serif;
    font-weight: 500;
    line-height: 165%;
    color: #ccc;
    pointer-events: auto;
    box-sizing: border-box;
    font-size: 1.4rem;
    margin-top: 22px;
    margin-left: 22px;
}

.social-icons a {
    font-family: museo-sans,sans-serif;
    line-height: 165%;
    pointer-events: auto;
    font-size: 1.4rem;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin: 0px 8px;
    transition: all 250ms ease-in-out;
}

.social-icons i {
    pointer-events: auto;
    font-size: 1.4rem;
    color: #fff;
    box-sizing: border-box;
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}