/* exo-regular - latin-ext_latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/exo-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/exo-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-v12-latin-ext_latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-700 - latin-ext_latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/exo-v12-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/exo-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-v12-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-v12-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-v12-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-v12-latin-ext_latin-700.svg#Exo') format('svg'); /* Legacy iOS */
}

* {
    box-sizing: border-box;
    padding:0;
    margin: 0;
}

html {
    background: #E9E9E9;
    width: 100%;
}

body {
    font-family: "Exo", sans-serif;
    background: #E9E9E9;
    padding:0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

h1 {
    font-size: 2em;
    color: #2D2D2D;
    margin:2em;
    text-align: center;
}

.state-select {
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
}

.state-select .states {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.state-select .states a {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    width: 47%;
    text-decoration: none;
    color: #2D2D2D;
}

.state-select .states a img {
    display: block;
    width: 100%;
}

.state-select .states a span{
    padding: 1em;
    font-size: 25px;
}



.statebar {
    position: absolute;
    z-index: 100;
    top:0;
    right:1em;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statebar .state {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.statebar .state img {
    display: block;
    width: 30px;
}

.statebar .state span {
    font-size: 16px;
    margin: 0.5em  1em 0.2em 1em;
}

.statebar a {
    padding: 0.5em 1em;
    border-radius: 5px;
    color: #101010;
    background-color: #DDDDDD;

}


.promo {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
}

@media (min-width: 600px) {
    .promo {
        flex-direction: row;
    }
}

a.game {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    margin: 1vw;
    background-color: #FF0000;
    position: relative;
}

@media (min-width: 600px) {

}


h2.title {
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
    color: #525252;
    background-color: #FFFFFF;
    padding: 1em;
    margin: 0;
}

.label {
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 1em;
}


.boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}

.box {
    display: flex;
    width: 44vw;
    height: 15vw;
    flex-direction: row;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #FFFFFF;
    margin: 2vw 1vw;
    font-size: 0.8em;
    justify-content: center;
    border-radius: 10px;
    text-transform: uppercase;
}


.img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (min-width: 600px) {
    a.game {
        width: 60vw;
    }

    .boxes {
        flex-direction: column;
    }

    .promo:nth-child(odd) .boxes {
        order: 1;
    }
    .promo:nth-child(odd) a {
        order: 2;
    }

    .box {
        width: 33vw;
        font-size: 1.2em;
        height: 12vw;
        margin: 1vw;
    }
}

@media (min-width: 800px) {

    a.game {
        width: 48vw;
    }

    a.game .title {
        display: flex;
        flex-grow: 1;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
        flex-direction: row;
    }

    a.game .title span {
        display: flex;
    }


    a.game div.label {
        display: flex;
        flex-grow: 1;
        align-items: center;
        align-content: center;
        text-align: center;
        justify-content: center;
    }


    a.game div.label span {
        display: block;
    }

    .boxes {
        width: 50.5vw;
        height: 50.5vw;
        padding:0;
        margin: 0;
    }

    .box {
        width: 22.5vw;
        font-size: 1.2em;
        height: 22.5vw;
        margin: 1vw;
    }
}




