.container, .container-fluid {
    padding-top: 10em;
    padding-bottom: 10em;
}

.color-orange {
    color: #ec563b;
}
.bg-orange {
    background: #ec563b;
}

.color-blue, a {
    color: #153755;
}
.bg-blue {
    background: #153755;
}

.color-yellow,a:hover {
    color: #f4b840;
}
.bg-yellow {
    background: #f4b840;
}
#map > * {
    margin: 2px;
}

h1,h2,h3,h4,h5,h6,p {
    cursor: default;
}

.jumbotron h1 {
    font-size: 5em;
}
h1, .h1 {
    font-size: 4em;
    margin-bottom: 1em;
}
h2, .h2 {
    font-size: 2.5em;
    margin-bottom: 1em;
}
h3, .h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
}
p, .p {
    font-size: 1em;
}

hr {
    margin: 4em 0;
    height: 2px;
}
.sprite {
    width: 319px;
    max-width: 100% !important;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    margin-top: 2em;
    margin-bottom: 2em;
    background-size: 400% 600% !important;
}
.sprite:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.sprite_division_1 {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 0 0;
}
.sprite_division_2 {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 33.3333% 0;
}
.sprite_touch_grind {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 66.6666% 0;
}
.sprite_snakbird {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 99.9999% 0;
}

.sprite_dont_know_1 {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 0 20%;
}
.sprite_my_friend_pedro {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 33.3333% 20%;
}
.sprite_wild_hearts {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 66.6666% 20%;
}
.sprite_just_dance {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 99.9999% 20%;
}

.sprite_dont_know_2 {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 0 40%;
}
.sprite_lake_ridden {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 33.3333% 40%;
}
.sprite_spellsworn {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 66.6666% 40%;
}
.sprite_smash_hit {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 99.9999% 40%;
}

.sprite_some {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 0 60%;
}
.sprite_mutant {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 33.3333% 60%;
}
.sprite_dont_know_3 {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 66.6666% 60%;
}
.sprite_airport_ceo {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 99.9999% 60%;
}

.sprite_aer {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 0 80%;
}
.sprite_nightmares {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 33.3333% 80%;
}
.sprite_statik {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 66.6666% 80%;
}
.sprite_pet_Rescue {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 99.9999% 80%;
}

.sprite_turtle {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 0 100%;
}
.sprite_device_6 {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 33.3333% 100%;
}
.sprite_ragdoll_kungs_fu {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 66.6666% 100%;
}
.sprite_ilomilo {
    background: url('../img/Game_Habitat_Spiele_sprite.png') 99.9999% 100%;
}

#headerImg{
    background-repeat: no-repeat;
    background-size: cover;
    height: 92vh;
}

@media screen and (max-width: 600px){
    #headerImg{
        background-repeat: no-repeat;
        background-size: cover;
        height: 27vh;
    }
    .jumbotron h1 {
        font-size: 2em;
    }
    img#bigLogo, img#devHubLogo{
        max-height: 26vh !important;
    }
    body{
        font-size: 16px !important;
    }
    h1, .h1 {
        font-size: 3em;
    }
    .navbar-brand, .navbar-toggler{
        font-size: 0.9rem;
    }
    #navImg{
        width: 30px;
    }
    .container, .container-fluid {
        padding-top: 2em;
        padding-bottom: 3em;
    }
    h3, .h3 {
        font-size: 1.25em;
    }
    .float-right {
        float: none !important;
    }
    .funders{
        text-align: center;
    }
    .funders img{
        max-height: 230px !important;
    }
    h2, .h2 {
        font-size: 1.1em;
    }
    i.fa-8x{
        font-size: 7em;
    }
    .fullDiv{
        text-align: center;
    }
    img.fullImg{
        width: 80% !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
    .offset-md-8 {
        margin-left: 16.666667%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 601px) {
    #headerImg{
        background-repeat: no-repeat;
        background-size: cover;
        height: 39vh;
    }
    img.houseImg{
        width: 70% !important;
    }
    i.fa-8x{
        font-size: 7em;
    }
    .jumbotron h1 {
        font-size: 3em;
    }
    h2, .h2 {
        font-size: 1.8em;
    }
    h1, .h1 {
        font-size: 3.5em;
    }
    img#bigLogo, img#devHubLogo{
        max-height: 31vh !important;
    }
    #navImg{
        width: 40px;
    }
    .container, .container-fluid {
        padding-top: 7em;
        padding-bottom: 8em;
    }
    h3, .h3 {
        font-size: 1.4em;
    }
}
