html
{
    background: #222222;    
}

body
{        
    background: #A80839;
    font-family: 'Roboto Slab', serif;    
    text-align: center;        
}

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

hr{ 
    height: 2px;
/*    width: 800px;*/
    background-color: #11223355;
    border: none;
}

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

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

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

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

#footer-image
{
    padding: 0 0 2%;
    background-color: #A80839;
    /* background-image: url('../images/footer.png');     */
    background-position: bottom center;
    /*    background-size: 80% 100%;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*When zoomed out*/
/* @media (min-width: 1200px)
{    
    #header-image
    {
       background-size: 960px 100%;       
       padding: 0 0 121.5px;
    }
    
    #footer-image
    {
        background-size: 960px 100%;
        padding: 0 0 356px;
    }
} */

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

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

/*
.topstore {
    position: relative;
    top: 50%;
    transform: translateY(20%);
}
*/

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

#store-button
{
    display: block;
}

#store-widget
{
    display: none;
    margin: 0 auto 2.5rem;
}

@media (min-width: 810px)
{
    #store-button
    {
        display: block;
    }

    #store-widget
    {
        display: 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%;
}

.box-shadow
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}