html{
    min-height: 100%;
}
body{
    margin: 0px;
    line-height: 1em;
    -webkit-text-size-adjust: none;
}

p{
    margin: 0px auto 1em auto;
    max-width: 94%;
    line-height: 1em;
}
@media (max-width: 768px) { 
    .privacy p, .privacy li {
        font-size: 1em;
    }
    .privacy h1{
        font-size: 1.4em;
    }
    .privacy h2{
        font-size: 1.1em;
    }
    p {
        font-size: 1.3em;
    }
}
.primary-background.privacy a {
    color: #fffbd3;
    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+ */
}

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

.app-store {
    padding: 5% 0px;
}

.codex ul, .privacy ul {
    margin-bottom: 40px;
}

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

.extra-padding-top{
    padding-top: 50px;
}
.faq-links .link p{
    margin: 0px auto 0px auto;
}

.faq-links .link a {
    text-align: center;
    padding: 4rem 0px 4rem 0px;
    height: 3rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.faq-links{
    margin: 20px 0px 0px 0px;
}

.faq-links > div {
    margin-top: 20px;
    height: 8rem;
}
.faq-links .link {
    height: 8rem;
}
.bullet{
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    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;
}

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

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

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

#wrapper{
    margin: auto;
}

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

#game-image-container {
    padding: 25px 0px 25px 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;
}

.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: 10px 0px 25px 0px;
    text-align: center;
    padding: 0px;
}

p.success {
    width: 100%;
    text-align: center;
    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;
    width: 14px;
    height: 14px;
}

#mce-EMAIL{
    line-height: 2em;
}

#mc_embed_signup input {
    margin-top: 25px;
}

.bug #submit, input, textarea {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    height: 4rem;
    padding: 10px 20px;
    float: right;
    width: 100%;
    border: 0px solid #fff;
}

.bug #submit, input[type=submit]{
    cursor: pointer;
    float: left;
}
#footer{
    text-align: center;
}

.trademarks{
    margin:0px 10%
}

ul {
    max-width: 94%;
    margin: auto;
    padding: 0px;
}

/* For smaller than normal text */
.bug label, .small-text{
    font-size: 1rem;
}
/* For regular size text */
body{
    font-size: 1.1rem;
}
/* For bigger than normal text */
.big-text{
    font-size: 1.3rem;
}
/* For the biggest of text */
.heading{
    font-size: 1.6rem;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .app-store {
        padding: 3% 0px;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    /* For smaller than normal text */
    .bug label, .small-text{
        font-size: 1rem;
    }
    /* For regular size text */
    body{
        font-size: 1.2rem;
    }
    /* For bigger than normal text */
    .big-text{
        font-size: 1.4rem;
    }
    /* For the biggest of text */
    .heading{
        font-size: 1.8rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .app-store {
        padding: 2% 0px;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    #mc_embed_signup input {
        margin-top: 0px;
    }
    /* For smaller than normal text */
    .bug label, .small-text{
        font-size: 1.1rem;
    }
    /* For regular size text */
    body{
        font-size: 1.3rem;
    }
    /* For bigger than normal text */
    .big-text{
        font-size: 1.6rem;
    }
    /* For the biggest of text */
    .heading{
        font-size: 2rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .container {
        width: 960px;
        max-width: 100%;
    }
    /* For smaller than normal text */
    .bug label, .small-text{
        font-size: 1.1rem;
    }
    /* For regular size text */
    body{
        font-size: 1.4rem;
    }
    /* For bigger than normal text */
    .big-text{
        font-size: 1.8rem;
    }
    /* For the biggest of text */
    .heading{
        font-size: 2.5rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {   
        width: 1140px;
        max-width: 100%;
    }
    /* For smaller than normal text */
    .bug label, .small-text{
        font-size: 1.1rem;
    }
    /* For regular size text */
    body{
        font-size: 1.5rem;
        line-height: 1em;
    }
    /* For bigger than normal text */
    .big-text{
        font-size: 2rem;
    }
    /* For the biggest of text */
    .heading{
        font-size: 3rem;
    }
}

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

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



.rounded-box p {
    margin-top: 30px;
}

.rounded-box a {
    margin: 20px;
}

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

.middle {
    display: table-cell;
    vertical-align: middle;
}

.bug label {
    display: block;
    margin: 0;
}

.bug textarea {
    width: 100%;
    height: 10rem;
}

.bug form .row p {
    margin: 20px auto;
}

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

.bug #submit {
    width: 100%;
    display: block;
    text-align: center;
    height: 3rem;
    padding-top: 0.7rem;
    margin: 20px 0px;
}
#header .one img {
    margin: auto;
    display: block;
}
#feedback-content {
    margin: 20px 0px;
    width: 100%;
}
