/* CSS by: Ethorbit */
*
{
    color: white !important;
}

.divider
{
    height: 0 !important;
}

#NoJS *
{
    text-shadow: 2px 2px 0px rgba(255, 0, 0, 0.308) !important;
}

#NoJS
{
    position: absolute;
    width: 50%;
    height: auto;
    max-width: 800px;
    max-height: 300px;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 60px;
}

#bg
{
    background-image: url("../nojs-background.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

#Page, header *
{
    display: none;
}

@media (min-width: 670px)
{
    #NoJS h1
    {
        font-size: 60px;
    }
}

@media (max-width: 670px)
{
    #NoJS h1
    {
        font-size: 40px;
    }
}
