﻿body, html
{
    margin: 0;
    height: 100%;
    /*overflow: hidden;*/
    font-size: 120%;
    width: calc(100vw - 17px);
}

@media (orientation: portrait)
{
    body, html
    {
        width: 100vw;
    }

}

.sky
{
    /*height: 100%;*/
    color: #FFF;
    display: block;
    background-color: #0F8A5F;
    min-height: 100vh;
}

#santa
{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    max-width: 100%;
}

#who
{
    cursor: pointer;
}

/*#who-block > .row
{
    max-height: 265px;
    overflow-y: auto;
}*/

/*#greeting
{
    background-color: #ffffff10;
}

#overflow
{
    display: none;
    opacity: 0.1;
    right: 0;
    top: 0;
}

#greeting-scroller.overflowing #overflow
{
    display: block;
}*/

#inputs
{
    position: relative;
    z-index: 100;
}

#rubrik
{
    font-size: 32pt;
    font-weight: bold;
    color: #ff9999;
}

.jul-block
{
    text-align: center;
    margin: 0 auto;
}

#pin-block
{
    width: 300px;
}

#pin
{
    width: 200px;
}

#pin-block input
{
    font-size: 1.2rem;
}

#family-name-display
{
    font-size: 28px;
    font-weight: bold;
    color: #fe99ff;
}

#till-block
{
    padding-bottom: 150px;
}

#ska-ge
{
    font-weight: bold;
    font-size: 11vmin;
}