﻿body {margin: 0;font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;cursor: pointer;font-size: 14px;}

.bk-o { background-color: #F05622; }
.bk-bl { background-color: #4EC6DF; }
.bk-ba4 { background-color: #062B31; }
.bk-g1 { background-color: #C0C0C0; }

#banner > img { width: 100%; display: block; }

#stats { text-align: center; color: white; display: flex; }
    #stats > .stat {flex: 1;padding: 10px 2px;display: flex;flex-direction: column;justify-content: center;}
        #stats > .stat > .lbl { font: bold 1em "Gotham A", "Gotham B", sans-serif; text-transform: uppercase; }
        #stats > .stat > .text { font-size: 2em; font-weight: bold; }

#title { text-align: center; font: bold 2em "Gotham A", "Gotham B", sans-serif; margin-top: 10px; }

@media(max-width: 479px) {
    body{font-size: 11px;}
}

@media(max-width: 359px) {
    body{font-size: 9px;}
}

@media(max-width: 299px) {
    body{font-size: 7px;}
}
