@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-image: url("/assets/images/webbg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0;
    font-size: 16px;
    background-color: #000000;
}

article, aside, footer, header, nav, section {
    display: block
}
.fwbdrWrapper {
    height: 100%;
    width: 100%;
}
.sec1 {
    margin-top: 3%;
    text-align: right;
    padding-right: 20%;
}
.sec1 a {
    display: inline-block;
    padding: 0 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.sec2 {
    position: fixed;
    top: 45%;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    line-height: 2em;
}
.appDownloadBt img {
    margin-top: 5%;
    width: 219px;
}
@media print, screen and (min-width: 40em) {
    .mg-r {
        padding-right: 5%;
    }
}

footer {
    width: 100%;
    position: fixed;
    bottom: 5%;
    color: #9B9B9B;
    text-align: center;
}
