@import url("../fonts/roboto_webfont.css");

body,
html {
    background-color: white; /* orig -> #595959 */
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    color: black;
    margin: 0;
    padding: 0;
}

.loading {
    background-color: white; /* orig -> #595959 */
    opacity: 0;
    position: fixed;
    z-index: -1;

    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
}

.loading .splash-message {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 40px;
    font-weight: 300;
}

.loading .splash-message .rp-logo-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 300;
}

.loading .splash-message .rp-logo-wrapper .logo-text {
    margin-top: 24px;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(234, 81, 90);
}

.loading .splash-message .rp-logo-wrapper .trademark {
    font-size: 30%;
    vertical-align: 20px;
}

.loading .splash-message .roboto {
    margin-top: 8px;
    font-family: 'Roboto';
    font-size: 0.8em;
}

agf-rp-root:empty + .loading {
    opacity: 1;
    z-index: 100;
}
