html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    background-color: #122a51;
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Oswald', 'Press Start 2P', serif;
}

/*
########
#HEADER
########
*/

header {
    height: 48px;
    background-color: #494949;
    border-bottom: 2px solid rgb(40, 37, 37);
}

.header-logo {
    position: relative;
    width: 148px;
    height: 70%;
    top: 6px;
    margin: auto;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

/*
########
#FOOTER
########
*/

footer {
    height: 80px;
    background-color: rgb(40, 37, 37);
    background-color: rgba(40, 37, 37, 0.8);
    font-family: 'Oswald', sans-serif;
    clear: both;
}

footer > div{
    position: relative;
    top: 15px;
}

footer .copyright {
    margin: 15px auto 0 auto;
    font-size: 0.7em;
}

    footer a {
        color: white;
        vertical-align: middle;
        text-decoration: none;

    }
        footer a:link {
            text-decoration: none;
        }

        footer a:visited {
            text-decoration: none;
        }
/*
########
#UTILITY
########
*/

.is-center {
    text-align: center;
}

.h-center {
    margin-left: auto;
    margin-right: auto;
}

.default-spacing {
    margin-bottom: 30px;
}

.ovhidden-x {
    overflow-x: hidden;
}

.relative {
    position: relative;
}

.push {
    clear: both;
    height: 50px;
}

/*
########
#ANIMATABLE
########
*/

.alien {
    position: relative;
    left: 15px;
    width: 50px;
    height: 50px;
    background-image: url(../img/alien.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1
}

.rocket {
    width: 129px;
    height: 282px;
    position: absolute;
    bottom: -50%;
    right: 0;
    background-image: url(../img/rocket.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.earth {
    position: absolute;
    width: 101px;
    height: 101px;
    top: 50%;
    right: 50%;
    background-image: url(../img/earth.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg) translatey(-400px) rotate(-45deg);
    -moz-transform: rotate(45deg) translatey(-400px) rotate(-45deg);
    -o-transform: rotate(45deg) translatey(-400px) rotate(-45deg);
    -ms-transform: rotate(45deg) translatey(-400px) rotate(-45deg);
    transform: rotate(45deg) translatey(-400px) rotate(-45deg);
}

.starfield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    z-index: -2;
}

.starfield-background {
    background-color: white;
    position: absolute;
    height: 2px;
    width: 2px;
    z-index: -5;
}

.starfield-midground {
    background-color: white;
    position: absolute;
    height: 5px;
    width: 5px;
    z-index: -4;
}

.starfield-foreground {
    background-color: white;
    height: 10px;
    width: 10px;
    position: absolute;
    z-index: -3;
}


.content {
    margin-bottom: 35px;
}

.wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto -80px;
}

.home-icon {
    width: 186px;
    height: 180px;
    background: url(../img/icons/icon-512x512.png) no-repeat center center;
	background-size: contain;
}
.home-slogan {
    text-align: center;
    color: white;
    font-family: 'Press Start 2P', cursive;
}

.store-banner {
    height: 90px;
    background: url(../img/google_play.png) no-repeat center center;
    background-size: contain;
}

.link-container > a {
    display: block;
    height: 100%;
}

.green {
    background-color: #2ED625;
}

.white-text {
    color: white;
}

.white {
    background-color: white;
}

.red {
    background-color: red;
}

.gift-card {
    position: relative;
    max-width: 390px;
    max-height: 190px;
}

.gift-card > span {
    letter-spacing: 0.1em;
    color: white;
    position: absolute;
    right: 5%;
    bottom: 30%;
}

.gift-card-success {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gift-card-amazon {
    background: url(../img/gift_card.png) no-repeat center center;
    background-size: contain;
}

.redeemed-prize-wrapper {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.redeemed-prize {
    margin:auto;
    max-width: 651px;
    max-height: 227px;
    background: url(../img/redeem_prize_bg.png) no-repeat center bottom;
    background-size: contain;
    overflow: hidden;
}

.plate {
    border: 24px solid transparent;
    -o-border-image: url(../img/plate_border.png) 24;
    -moz-border-image: url(../img/plate_border.png) 24;
    -webkit-border-image: url(../img/plate_border.png) 24;
    border-image: url(../img/plate_border.png) 24;
    font-family: 'Oswald', sans-serif;
}

    .plate .title {
        font-size: 1em;
        line-height: 1.1em;
        font-family: 'Press Start 2P', cursive;
        text-shadow: 2px 2px 0 #000000;
    }

div.offerwall .offer {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee;
    height: auto;
    overflow: hidden;
}
    div.offerwall .offer:last-child {
        border-bottom: none;
    }

div.offerwall .offer div {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}

div.offerwall .offer a:link {
    text-decoration: none;
}

div.offerwall .offer a:visited {
    text-decoration: none;
}

div.offerwall .offer .offerwall-text {
    overflow: hidden;
}

div.offerwall .offer .offerwall-text h3 {
    padding-left: 5px;
    font-size: 0.9em;
    color: #2790ae;
}

div.offerwall .offer .offerwall-text p {
    padding-left: 5px;
    font-size: 0.7em;
    color: #555;
}

.ghost {
    height: 150px;
}

.ghost > img {
    width: 50%;
    max-width: 128px;
}

/*
########
#BUTTONS
########
*/

.bto {
    border: none;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

a.bto {
    text-decoration: none;
}

.approcket-bto {
    background-color: #84c030;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: -2px 2px #557c1f;
    margin-bottom: 6px;
}

    .approcket-bto > span {
        display: block;
        min-width: 30px;
        min-height: 30px;
        line-height: 30px;
        position: relative;
        text-align: center;
        color: white;
        text-shadow: 1px 3px 4px #000000;
        font-family: 'Press Start 2P', cursive;
    }

.bto-download {
    background-image: url(../img/download_button_bg.png);

}

.img-fluid {width: 100%}
.mb-1 { margin-bottom: 0.1em }
.mb-2 { margin-bottom: 0.2em }
.mb-3 { margin-bottom: 0.5em }
.mb-4 { margin-bottom: 0.8em }
.mb-5 { margin-bottom: 1.0em }
