/* Flash Embeds */

body
{
    font-family: 'Source Code Pro';
}

.flash-embed
{
    margin: 24px auto 24px auto;
    border: 1px solid #fff;
    width: 800px;
    height: 480px;
}

.apocalypse-space-title
{
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
}

.apocalypse-space-bg
{
    position: absolute;
    background: #000;
    width: 99%;
    top: 0px;
    bottom: 0px;
    text-align: center;
}

.apocalypse-space-footer
{
    color: #fff;
    margin-top: 48px;
    margin-bottom: 12px;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.apocalypse-space-footer a
{
    color: #ccc;
    text-decoration: none;
}

.apocalypse-space-footer a:hover
{
    color: #fff;
}