/******************************************************************************
 *
 * Private Heaven II Web Gateway
 *
 * phii.css
 *
 ******************************************************************************/

html,
body
{
    margin: 0;
    width: 100%;
    height: 100%;

    background: #222;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

#monitor
{
    position: relative;
    width: min(92vw, 900px);
    user-select: none;
}

#monitorImage
{
    display: block;
    width: 100%;
    height: auto;
}

#terminal
{
    position: absolute;

    /*
        Final CRT alignment
    */

    left: 14.6%;
    top: 10.0%;

    width: 71.0%;
    height: 64.8%;

    overflow: hidden;

    background: #c8c8c8;
}

.xterm
{
    width: 100%;
    height: 100%;
}

.xterm-viewport
{
    overflow: hidden !important;
}
#splash
{
    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    background: #c8c8c8;

    color: #505050;

    font-family: "Courier New", monospace;

    text-align: center;
}

#splash h1
{
    margin: 0 0 40px 0;

    font-size: 28px;
}

#dialButton
{
    padding: 14px 36px;

    border: 2px solid #505050;

    cursor: pointer;

    font-size: 22px;

    font-weight: bold;

    user-select: none;
}

#dialButton:hover
{
    background: #d8d8d8;
}

#credit
{
    margin-top: 40px;

    font-size: 18px;
}
