html{
    min-height: 100%;
}
body{
	font-family: 'Baloo', Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    background-color:#310a37;
    font-size: 1.5em;
    line-height: 1.1em;
}
p{
    margin: 0px auto 2rem auto;
    max-width: 94%;
}

@media (max-width: 700px){
    .privacy #content{
        font-size: 0.8em;
    }
    .privacy h1{
        font-size: 1.4em;
    }
    .privacy h2{
        font-size: 1.1em;
    }
}

.privacy #content > .container-fluid {
    padding: 50px 20px;
}

.privacy .container-fluid.gradient, .privacy .container-fluid.gradient li {
    color: #fff;
}
.codex ul, .privacy ul {
    margin-bottom: 40px;
}

p.answer{
    color: #fff;
}
p.question, .codex ul li, .privacy ul li{
    color: #d19eff;
}
.answer{
    color: #d19eff;
}
.faq .gradient a, .home .gradient a, .codex .gradient a{
    color: #d19eff;
}
.extra-padding-bottom{
    padding-bottom: 50px;
}

.extra-padding-top{
    padding-top: 50px;
}

#header .two img{
    width: 40%;
    height: auto;
}

#header .two img:nth-child(odd){
    margin-left: 14%; 
    width: 40%;
    height: auto;
}
#header .two img:nth-child(even){
    margin-left: -8%;
    width: 40%;
    height: auto;
}

.white-bar{
    color: #501865;
    background-color: #fff;
    padding: 2% 0px;
}
.faq-links .link a {
    font-size: 1.6rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 2.5rem 0px 5.5rem 0px;
    height: 3rem;
    color: #501864;
    display: block;
}
.faq-links{
    margin: 20px 0px 0px 0px;
}
.faq-links > div {
    margin-top: 20px;
    height: 8rem;
}
.faq-links .link {
    background-color: #fff;
    /* margin: 40px 1%; */
    height: 8rem;
}
.bullet{
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #501865;
    display: inline-block;
    _display: block;
    width: 0.3em;
    height: 0.3em;
    margin-bottom: 0.15em;
    margin-right: 0.3em;
}

.centre-text{
    text-align: center
}
.app-store a img{
    width: 100%;
}

.about {
    padding: 40px 0px;
}

.newsletter .home .about {
    padding: 100px 0px 20px 0px;
}

.newsletter .about p{
    color: #fff;
}

.centre-text li{
    list-style: none;
}

#content > .container-fluid{
    padding: 50px 0px 50px 0px;
}

.home #content .birb{
    width: 30%;
    margin: auto;
    display: block;
}

.faq .birb, .promo .birb, .support .birb {
    height: 300px;
    position: absolute;
    right: -70px;
    bottom: -55px;
}

.white-text{
    color: #fff;
}
#wrapper{
    margin: auto;
}

.gradient{
    color: #df96f1;
    background-image: url("../img/gradient.png");
    background-repeat: repeat-x;
    background-size: 100px 100%;
}

#video {
    display: block;
    margin: auto;
    padding-bottom: 45%;
    position: relative;
    width: 80%;
}
#video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#game-image-container {
    padding: 50px 0px 0px 0px;
    display: flex;
    width: 77%;
    margin: auto;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    max-height: 960px;
    max-width: 640px;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.transparent-btns_nav:focus {
    outline: none;
}

.transparent-btns_tabs {
    margin-top: 10px;
    text-align: center;
    margin-left: 0px;
    padding: 0px;
}

p.success {
    width: 100%;
    text-align: center;
    background: #fff;
    height: 3rem;
    padding-top: 0.8rem;
}

.transparent-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.transparent-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: transparent;
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 14px;
    height: 14px;
    border: solid 2px #fff;
}

.transparent-btns_here a {
    background: #fff;
}
.heading{
    font-size: 3rem;
    line-height: 3rem;
}

#mc_embed_signup input::placeholder{
    color: rgba(80, 24, 100, 0.8);
}
#mc_embed_signup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(80, 24, 100, 0.8);
}
#mc_embed_signup input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(80, 24, 100, 0.8);
}
#mc_embed_signup input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(80, 24, 100, 0.8);
}
#mc_embed_signup input:-moz-placeholder { /* Firefox 18- */
    color: rgba(80, 24, 100, 0.8);
}

#mc_embed_signup input {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
    height: 4rem;
    padding: 10px 20px;
    float: right;
    font-family: 'Baloo', Georgia, "Times New Roman", Times, serif;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #501864;
}

#mc_embed_signup input[type=submit]{
    background-color: #501864;
    color: #fff;
    cursor: pointer;
    float: left;
}
#footer{
    text-align: center;
}
.trademarks{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    margin:0px 10%
}
ul {
    max-width: 94%;
    margin: auto;
    padding: 0px;
}
@media (max-width: 577px){
    .container {
        width: 100%;
        max-width: 100%;
    }
}

.codex ul p {
    color: #fff;
    margin: 0px auto;
}

.rounded-box{
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: #fff;
    height: 500px;
    padding: 50px 40px;
}

.rounded-box p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 30px;
}

.rounded-box a {
    font-size: 3rem;
    margin: 20px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
a{
    color:#0097d8;
    
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.bug label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
}

.bug input{
    width: 100%;
    font-size: 1.2rem;
    padding: 2px 5px;
}

.bug textarea {
    width: 100%;
    height: 10rem;
    font-size: 1.2rem;
    padding: 5px 10px;
}

.bug form .row p {
    margin: 20px auto;
    font-size: 1.2rem;
}

.g-recaptcha {
    display: block;
    margin: auto;
    width: 305px;
    max-width: 100%;
}

.bug #submit {
    color: #fefefe;
    background-color: #501865;
    width: 100%;
    display: block;
    text-align: center;
    height: 3rem;
    font-size: 2rem;
    padding-top: 0.7rem;
    margin: 20px 0px;
}

#feedback-content {
    background: #fff;
    color: #501865;
    margin: 20px 0px;
}

#feedback-content p {
    font-size: 2rem;
    line-height: 2rem;
}