body {
    font-family: 'Architects Daughter', cursive;
    font-size: 1.8em;
    color: #343434;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.band.header {
    background-color: #ff0000;
}

.band.footer {
    background-color: #676767;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    letter-spacing: .1rem;
    line-height: 1.4;
}

p {
    margin-bottom: 1.3rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    border-radius: 3px;
}

.subheading {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

a.nf {
    text-decoration: none;
    color: #343434;
}

#welcome, #come-back {
    text-align: center;
    color: #ffffff;
    padding-top: 2.6rem;
    letter-spacing: .15rem;
}

#come-back {
    margin-top: 1rem;
}

#results > div, #results ul {
    padding-left: 3%;
}

#results {
    margin-bottom: 3%;
}

#results > ul li {
    margin-bottom: 0;
}

ul#legend {
   margin-top: 3%;
}

#results > .row {
    line-height: 2;
}

#results > .row > div {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
}

#results > .row > div:first-child {
    width: 30px;
    text-align: left;
}

#results > .row > div:nth-child(2) {
    width: 200px;
    text-align: left;
}

#results > .row > div:nth-child(3) {
    width: 60px;
}

#results > .row > div.heading {
    font-size: 1.2em;
    color: #8A0917;
    text-align: center;
}

#results > .row > div.heading:first-child {
    text-align: left;
}

.game {
    padding: 2%;
    vertical-align: middle;
}

.avatar-student, .avatar-teacher {
    margin: 0 auto;
    text-align: center;
}

.avatar-student > p {
    margin-bottom: 0px;
}

.avatar {
    max-width: 55%;
}

.game p.title {
    text-align: center;
}

.game a.title:hover {
    color: red;
}

.game.mobile p.title a::after {
    content: " ";
    position: absolute;
    background: url("../images/mobile-friendly-24x26.png");
    width: 24px;
    height: 26px;
    margin: 0 0 0 5px;
    background-repeat: no-repeat;
}

.student {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

button {
  background-color: #0fa0ce;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 5%;
}

img.google-play {
    max-width: 125px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
    .game {
        margin-bottom: 3%;
    }
}

@media (min-width: 750px) {
    .game {
        margin-bottom: 0;
    }  
}