@viewport {
    zoom: 1.0;
    width: device-width;
}

body {
    background-image: url('img/moon.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 200px;
    background-size: 40%;
    font-family: Helvetica, Times, sans-serif;
    margin: 0px;
    padding: 0px;
    color: white;
    text-align: center;
    background-color: #293954;
}

@font-face {
    font-family: Luminari;
    src: url('img/Luminari.ttf');
}

.background-bottom {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 50px;
    z-index: -1;
    vertical-align: top;
}

.learn-btn {
    position: relative;
    font-size: 12px;
    width: 100%;
}

.learn-btn span {
    position: relative;
}

#front {
    position: absolute;
    bottom: 0px;
}

.background-bottom img {
    width: 100%;
    margin-bottom: 0px;
}

.logo-contain {
    width: 20%;
    height: auto;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 1.75%;
    margin-bottom: 1.75%;
    display: inline-block;
}

.logo-contain img {
    width: 100%;
    height: auto;
}

.fusion-logo:hover {
    cursor: pointer;
}

#snow {
    background: none;
    background-image: url('img/snow500.png'), url('img/snow400.png'), url('img/snow300.png');
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

.info {
    position: relative;
    margin-left: 44%;
}

.info span:not(.mobile) {
    position: absolute;
    right: 0;
    font-family: helvetica, Times, sans-serif;
    font-size: 30px;
    color: #fff;
}

.learn-btn img {
    width: 5%;
    height: auto;
}

.learn-btn:hover {
    cursor: pointer;
}

.learn-btn a {
    padding-top: 20px;
}


/*new Monday 11/30/2015*/

.info div {}

#all-table {
    background-color: rgba(28, 37, 65, .8);
    color: white;
    font-size: 25px;
    border: 1px solid white;
    position: absolute;
    z-index: 100;
    border-radius: 5px;
    top: 3.5%;
}

.header-row-user {
    text-align: left;
}

.header-row-title {
    font-family: Luminari;
    color: #f5f3b1;
}

.belief,
.presents-delivered,
.distance {
    color: #f5f3b1;
    font-family: Luminari;
    font-size: 1.35em;
    background-color: inherit;
    border-top: 1px solid white;
    text-align: left;
    padding-top: 1%;
    /* border: 2px solid #b5121b;*/
    height: 70px;
    width: 75%;
    position: relative;
    padding-bottom: 2%;
}

.belief p {
    display: inline-block;
}

.presents-delivered {}

.below-houses {
    width: 100%;
    height: auto;
}

#belief-container {
    width: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 33%;
    background-color: gray;
    height: 30px;
    border-radius: 8px;
}

#belief-container div {}

#belief-container img:not(#belief-candycane) {
    width: 100%;
    height: auto;
}

#belief-container #belief-candycane {
    background-color: #f0a3a3;
    border-radius: 8px;
    background-image: repeating-linear-gradient( 45deg, #fff, #fff 2px, #CF112B 3px, #CF112B 8px);
}

.footer {
    position: absolute;
    height: 50px;
    max-height: 50px;
    background-color: #0c1d37;
    padding-top: 12px;
    bottom: 0px;
}

#gift {
    width: 100%;
    height: auto;
}

.gift {
    width: 3%;
    height: auto;
    position: absolute;
    left: 20%;
    top: 10%;
    z-index: -1;
}

.app {
    width: 10%;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 14%;
    top: 100px;
}

.app img {
    width: 100%;
    height: auto;
}
