body
{
    background: #0aaae8;
    font-family: 'Sniglet', sans-serif;
    text-align: center;
}

p, h1, h2, h3, h4, h5, dl
{
    color: white;
}

#message
{
    background: black;
    color: white;
    padding: 8% 0 7%;
}

#header
{
    background: none;
    top: 0;
    left: 0;
    right: 0;
}

#header-image
{
    padding: 0 0 35.25%;
    background-color: white;
    background-image: url('../images/header.png');
    background-position: top center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
}

#header-transition
{
    padding: 0 0 10px;
    background-image: linear-gradient(#acd2dc, #0e7c98)
}

@media (min-width: 1200px)
{
    #header-transition
    {
        padding: 0 0 20px;
    }

    #header-image
    {
        background-size: 960px 100%;
        padding: 0 0 423px;
    }
}

#content
{
    background-image: linear-gradient(#0e7c98, #153447);
}

#title
{
    background-image: url('../images/MonsterExpedition_Logo.png');
    background-size: 100%;
    padding-bottom: 58%;
}

#title h1
{
    display: none;
}

@media (max-width: 549px)
{
    .squeeze
    {
        text-align: right;
    }

    .squeeze>*:first-child
    {
        width: 100%;
        border-bottom-right-radius: 0;
        margin-bottom: 0;
    }

    .squeeze>*:last-child
    {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (min-width: 550px)
{
    .squeeze
    {
        display: flex;
        flex-direction: row;
    }

    .squeeze>*:not(:first-child)
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .squeeze>*:not(:last-child)
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

a, a:visited
{
    color: #ffbf2a;
}

a:hover
{
    color: #ffdd73;
}

.button
{
    font-weight: normal;
}

.button-primary
{
    background-color: #ffbf2a !important;
    border-color: #ffbf2a !important;
    font-weight: normal;
}

.button-primary:hover
{
    background-color: #ffdd73 !important;
    border-color: #ffdd73 !important;
}

.center, .left, .right
{
    text-align: center;
}

@media (min-width: 750px)
{
    .left
    {
        text-align: left;
    }

    .right
    {
        text-align: right;
    }
}

#itch-widget
{
    display: none;
}

@media (min-width: 750px)
{
    #itch-widget
    {
        display: inline-block;
    }
}

.video
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
}

.video iframe,
.video object,
.video embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}