html, body {
    background-color: #f0f8ff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    margin: 0;
    min-height: 100%;
}

h1,h2,h3,h4 {
    font-family: Baloo, sans-serif;
    text-transform: uppercase;
}

b, strong {
    font-weight: bold;
}

a {
    color: #2F456E;
    font-weight: 550;
}
a:hover {
    text-decoration: underline;
    color: #6695BE;
}

ul.inline {
    list-style: none;
    padding: 0;
}
ul.inline li {
    display: inline-block;
}
ul.inline li a {
    display: inline-block;
    width: 100%;
}

#content {
    text-align: center;
    background: #fefefe;
    min-height: 80vh;
}

#header {
    width: 100%;
}

#banner {
    margin: 20px 0;
}
#banner img {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 3px;
    max-height: 50px;
}
#banner h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 4rem;
    line-height: 75px;
}
@media(max-width:576px){
    #banner h1 {
        font-size: 3rem;
    }
}

#topnav {
    width: 75%;
    margin: 10px auto 20px auto;
}
#topnav a {
    display: inline-block;
    width: 20%;
    text-align: center;
    text-transform: uppercase;
}

div.content-item {
    margin: 0 auto;
    padding: 20px;
    max-width: 860px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 28pt;
}
div.content-item p {
    margin-bottom: 1.5rem;
}

.apperror {
    margin: auto auto !important;
}
.apperror div {
    height: 100%;
    margin: auto auto;
    text-align: center;
}

.game div {
    margin-bottom: 1.5rem;
}
.game h3 {
    margin-top: 2rem;
}
.game .embed-responsive {
    border-radius: 10px;
}

.game a.learnmore {
    display: inline-block;
    color: #fefefe;
    background: #2F456E;
    padding: 0 10px;
    border: 1px solid #1F155E;
    border-radius: 5px;
}

.game a.learnmore:hover {
    background: #2F458E;
}

.status {
    display: block;
}
.status span {
    display: block;
    font-family: Baloo, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
}
.status-out span {
    color: red;
}
.status-wip span {
    color: red;
}
.status ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
}
.status ul li {
    display: inline-block;
    width: 9rem;
}
.status ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #636b6f;
    border-radius: 5px;
    background: #000;
    color: #fff;
}
.status ul li a:hover {
    text-decoration: none;
    background: #444;
}
.status-wip ul li a:hover, li.status-wip a:hover {
    text-decoration: none;
    background: #200;
    cursor: not-allowed;
}

.status ul li a.itch {
    border: 1px solid #dadada;
    background: #fa5c5c;
    color: #fff;
}
.status ul li a.itch:hover {
    border: 1px solid #fafada;
    background: #ff6868;
    text-decoration: none;
}

#about-hero img {
    border-radius: 50%;
    max-width: 100%;
    margin-top: 10px;
}
.about ul.inline img {
    max-height: 30px;
    margin-right: 10px;
}

.footer-item {
    color: #636b6f;
    font-size: 0.9rem;
    line-height: 2rem;
}
.footer-item a {
    color: #636b6f;
}
.footer-item ul.inline img {
    height: 20px;
}
