body {
    width: 100%;
    height: 100%;
    border: none;
}
ul, li, ol, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
}

a, a:visited, a:active {
    text-decoration: none;
    color: #111111;
}


.bg{
    background: #111111;
}

.page-con{
    background: #111111;
    color: #ffffff;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}
.menu-bottom
{
    position: relative;
    height: 60px;
}


.download-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}
.download-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.download-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.download-container {
    width: 100%;
    position: relative;
    top: 0;
}
.download-caption{
    display: block;
    position: relative;
    text-align: center;
    font-family: Consolas;
    font-size: 22px;
    width: 100%;
    padding: 10px;
}
.download-version-text{
    display: block;
    position: relative;
    text-align: left;
    line-height: 150%;
    font-family: Consolas;
    font-size: 20px;
    width: 100%;
    padding: 10px;
}
.download-feature{
    display: block;
    font-size: 18px;
}
.download-version-features{
    display: block;
    position: relative;
    text-align: left;
    line-height: 150%;
    font-family: Consolas;
    font-size: 16px;
    width: 100%;
    padding: 10px;
}

.download-feat-con{
    display: block;
    position: relative;
    text-align: center;
    font-family: Consolas;
    font-size: 22px;
    width: 100%;
    float: left;
}
.download-con-button-con {
    font-family: Consolas;
    font-size: 18px;
    position: relative;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}
.download-con-button:hover {
    background: #d72525;
}
.download-con-button {
    font-family: Consolas;
    font-size: 18px;
    position: relative;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
    background: #d72525;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
}




.copyright-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px;
}
.copyright-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.copyright-inside {
    position: relative;
    height: 100%;
    width: 600px;
    margin: 0 auto;
    padding: 5px;
}
.copyright-container {
    position: relative;
    font-family: Consolas;
    line-height: 30px;
    font-size: 15px;
    height: 100%;
    color: #fff;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}




.nrlogo-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    padding-top: 20px;
}
.nrlogo-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.nrlogo-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.nrlogo-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.nrlogo-image {
    position: relative;
    height: 100%;
    width: 640px;
    border-bottom: 2px solid transparent;
    background: url("/images/nrlogo.png") center no-repeat;
    transition: all .1s ease-in-out 0s;
}


.about-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.about-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.about-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.about-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.about-caption{
    display: block;
    position: relative;
    float: left;
    text-align: center;
    font-family: Consolas;
    font-size: 22px;
    width: 100%;
    padding: 10px;
}
.about-text{
    display: block;
    position: relative;
    text-align: left;
    line-height: 150%;
    font-family: Consolas;
    font-size: 16px;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}



.menu-container {
    position: fixed;
    z-index: 9997;
    top: 0;
    width: 100%;
    height: auto;
    background: rgba(17,17,17,0.7);
    user-select: none;
}
.menu-con-outside {
    position: relative;
    top: 0;
    height: auto;
    margin: auto 60px;
}
.menu-con-inside {
    width: 640px;
    min-height: 60px;
    margin: auto;
}
.menu-con-logo {
    position: relative;
    left: -8px;
    display: inline-block;
    float: left;
    width: 50px;
    height: 60px;
}
.menu-ico-logo {
    position: absolute;
    width: 45px;
    height: 60px;
    border-bottom: 2px solid transparent;
    background: url("/images/rippericon.png") center center/36px no-repeat;
    transition: all .1s ease-in-out 0s;
}
.menu-btn-select {
    font-family: Consolas;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    top: 0;
    display: inline-block;
    width: auto;
    height: 60px;
    padding-right: 12px;
    padding-left: 12px;
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: all .1s ease-in-out 0s;
}
.menu-btn-select:hover {
    height: 60px;
    border-bottom: 2px solid #fff
}



.ninjaripper-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 170px;
}
.ninjaripper-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.ninjaripper-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.ninjaripper-container {
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 20px;
}
.ninjaripper-con-logo {
    width: 150px;
    height: 100%;
    float: left;
}
.ninjaripper-img-logo {
    height: 120px;
    width: 120px;
    background: url("/images/rippericon.png") center center/contain no-repeat;
}
.ninjaripper-con-mantra {
    width: 490px;
    height: 100%;
    float: left;
    position: relative;
}
.ninjaripper-con-mantra-text1 {
    font-family: Consolas;
    font-size: 25px;
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
}
.ninjaripper-con-mantra-text2 {
    font-family: Consolas;
    font-size: 15px;
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
}


.atten-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120px;
}
.atten-outside {
    position: relative;
    width: 560px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.atten-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.atten-container {
    width: 100%;
    position: relative;
}
.atten-atten{
    display: block;
    position: relative;
    text-align: left;
    font-family: Consolas;
    font-size: 15px;
    color: #d72525;
    border-style: solid;
    padding: 5px;
}







.video-landing{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
    max-height: 400px;
}
.video-outside {
    position: relative;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.video-inside {
    position: relative;
    height: 100%;
    width: 560px;
    margin: 0 auto;
}
.video-container {
    width: 100%;
    position: relative;
}




.discord-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 180px;
}
.discord-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.discord-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.discord-container {
    height: 100px;
    width: 100%;
    position: relative;
}
.discord-con-logo {
    width: 150px;
    height: 100%;
    float: left;
}
.discord-img-logo {
    height: 120px;
    width: 120px;
    background: url("/images/discord.svg") center center/contain no-repeat;
}
.discord-con-mantra {
    width: 490px;
    height: 100%;
    float: left;
    position: relative;
}
.discord-con-mantra-text1 {
    font-family: Consolas;
    font-size: 25px;
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
}
.discord-con-mantra-text2 {
    font-family: Consolas;
    font-size: 15px;
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
}
.discord-con-button {
    font-family: Consolas;
    font-size: 18px;
    position: relative;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    background: rgb(88,101,242);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.discord-con-button:hover {
    background: #d72525;
}





.patreon-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
}
.patreon-outside {
    width: 640px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.patreon-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.patreon-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.patreon-con-logo {
    width: 150px;
    height: 100%;
    float: left;
}
.patreon-img-logo {
    height: 120px;
    width: 120px;
    background: url("/images/patreon.svg") center center/contain no-repeat;
}
.patreon-con-mantra {
    width: 490px;
    height: 100%;
    float: left;
    position: relative;
}
.patreon-con-mantra-text1 {
    font-family: Consolas;
    font-size: 25px;
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
}
.patreon-con-mantra-text2 {
    font-family: Consolas;
    font-size: 15px;
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
}
.patreon-con-button {
    font-family: Consolas;
    font-size: 18px;
    position: relative;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    background: rgb(5,45,73);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.patreon-con-button:hover {
    background: #d72525;
}





.captext-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.captext-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.captext-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.captext-container {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: Consolas;
    font-size: 24px;
    text-align: center;
    padding: 8px;
}




.faqcap-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.faqcap-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.faqcap-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.faqcap-container {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: Consolas;
    font-size: 18px;
    text-align: left;
    padding: 5px;
}


.faqtext-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.faqtext-outside {
    position: relative;
    width: 640px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}
.faqtext-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.faqtext-container {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: Consolas;
    font-size: 12px;
    text-align: left;
    padding: 5px;
}
.faqtext-text{
    display: block;
    position: relative;
    text-align: left;
    line-height: 150%;
    font-family: Consolas;
    font-size: 12px;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}






.token-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.token-outside {
    position: relative;
    width: 800px;
    height: 70%;
    margin: 40 auto;
    z-index: 1;
}
.token-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.token-container {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: Consolas;
    font-size: 16px;
    text-align: center;
    padding: 8px;
}







.errmsg-landing {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.errmsg-outside {
    position: relative;
    /*width: 640px;*/
    height: 100%;
    margin: 40 auto;
    z-index: 1;
}
.errmsg-inside {
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.errmsg-container {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: Consolas;
    font-size: 16px;
    text-align: center;
    padding: 8px;
}
