body
{
    background: black;
    font-family: "Londrina Solid", sans-serif;
    font-size: 2rem;
    text-align: center;
}

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

p
{
    font-weight: 300;
}

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

body
{
    background-image: linear-gradient(#59436a, #919de1);
    /*background-attachment: fixed;*/
}

#main
{
    background-image: url('../images/background-back.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#content
{
    background-image: url('../images/background-front.png');
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}

#header
{
    /* padding: 0 0 56.25%; */
    /*background-image: url('../images/header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    top: 0;
    left: 0;
    right: 0;
}

#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 675px;
    }
}

#title-container
{
    width: 100%;
    margin: 0 auto;
}

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

#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;
}

#store-buttons
{
    margin: 0;
}

#store-buttons a
{
    vertical-align: baseline;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"], .button-primary
{
    background-color: #3b1d5d !important;
    border-color: #3b1d5d !important;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    text-transform: none !important;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button-primary:hover
{
    background-color: #d7fd91 !important;
    border-color: #d7fd91 !important;
    color: black !important;
}

form
{
    margin: 0;
}

.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;
    }
}

.container {
    max-width: 720px;
}

.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%;
}

.legal
{
  /* color: #b4658a; */
  font-style: normal;
  font-weight: 300 !important;
  font-size: 10px;
  margin-bottom: 0.8rem;
  line-height: 1em;
}

.londrina-solid-thin {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .londrina-solid-light {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .londrina-solid-regular {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .londrina-solid-black {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
