/* -- fonts -- */
body{
	font-family: 'Baloo', Georgia, "Times New Roman", Times, serif;
    background-color:#310a37;
}
.trademarks{
    font-family: 'Open Sans', sans-serif;
}
input, textarea {
    font-family: 'Baloo', Georgia, "Times New Roman", Times, serif;
}


#feedback-content {
    background: #21b121;
    color: #000;
}

#feedback-content.fail {
    background: #ff2020;
}

.highlight-text, .primary-background .highlight-text, .secondary-background .highlight-text {
    color: #a03c8a;
}

a:focus, a:hover{
    color: #612353;
}

.rounded-box{
    background-color: #fff;
}

.primary-background{
    color: #782b67;
    background: linear-gradient(0deg, rgb(142, 238, 211), rgb(97, 214,202));
}

.secondary-background{
    color: #782b67;
    background-color: #fff;
}

.secondary-background a{
    color: #782b67;
}

.primary-background a{
    color: #782b67;
}

.secondary-background .bullet{
    background: #782b69;
}

.primary-background .bullet{
    background: #782b67;
}

input[type=submit], .bug #submit{
    background-color: #782b67;
    color: #fff;
}


/* -- Mailchimp signup colour -- */
input::placeholder, textarea::placeholder{
    color: #b780ab;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b780ab;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
    color: #b780ab;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #b780ab;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: #b780ab;
}
input, textarea {
    border: 0px solid #000000;
}

/* -- Colour the screenshot gallery buttons -- */
.transparent-btns_tabs a {
    -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);
    border: solid 2px #fff;
}
.transparent-btns_here a {
    background: #fff;
}

/* -- Alignment of top game logo / hero image -- */
#header .one img{
    width: 40%;
    height: auto;
}
#header .two img{
    width: 40%;
    height: auto;
}

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

/* -- Alignment of birb!! :D -- */
.faq .birb, .promo .birb, .support .birb {
    height: 300px;
    position: absolute;
    right: -70px;
    bottom: -55px;
}

.rslides img {
    max-height: 1067px;
    max-width: 600px;
}
