body {
    margin: 0;
    padding: 60px 10px;
    background: url('../img/pattern.jpg') #fff repeat;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
}

.text-center {
    text-align: center;
}

.right {
    float: right;
}

.container {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 10px 30px 10px;
    background: #fff;
}

#header {
    padding: 30px 0 0 0;
    margin: 0 auto 0 auto;
    width: 100%;
    border-bottom: 2px dashed #243560;
}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px;
}

.logo.instagram {
    margin-top: 40px;
}

#nav-toggle {
    border-bottom: 2px dashed #243560;
    background: #243560;
    text-align: center;
}

#nav-toggle a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin: 8px 12px;
}

#nav {
    background: #fff;
    border-bottom: 2px dashed #243560;
    margin-bottom: 30px;
    padding: 8px 15px;
    text-align: center;
}

#nav ul {
    margin: 0;
    list-style: none;
}

#nav ul li {
    display: inline;
    margin: 0 15px;
}

#nav ul li a {
    color: #111;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
}

#nav ul li a.green {
    color: #23C552;
}

#nav ul li a.blue {
    color: #3131f8;
}

#nav ul li a.red {
    color: #F84F31;
}

.cta {
    display: inline-block;
    padding: 8px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 0 0 15px 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.cta.green {
    background: #23C552;
}

.cta.blue {
    background: #3131f8;
}

.cta.red {
    background: #F84F31;
}

section {
    clear: both;
    max-width: 620px;
    margin: 0 auto;
}

h1, h2 {
    font-family: 'Teko', sans-serif;
    color: #111;
    text-transform: uppercase;
    margin: 60px 0 0 0;
    line-height: 1;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

ul {
    max-width: 780px;
    margin: 0 auto 20px auto;
    padding: 0;
    display: inline-block;
    text-align: left;
    list-style-position: inside;
}

ul li {
    margin: 10px 0;
}

p {
    font-size: 16px;
    margin: 0 0 20px 0;
}

table {
    margin: 0 auto;
}

table tr td {
    text-align: left;
}

table tr td:first-of-type {
    padding-right: 20px;
}

table.score {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    border-spacing: 0;
}

table.score tr td {
    border-bottom: 1px solid #243560;
    border-left: 1px solid #243560;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}

table.score tr td:nth-of-type(1), table.score tr td:nth-of-type(2) {
    text-align: left;
}

table.score tbody tr td:last-of-type {
    border-right: 1px solid #243560;
}

table.score thead tr td {
    background: #243560;
    color: #fff;
    font-weight: bold;
}

table.score tbody tr:nth-child(8n + 5) td, table.score tbody tr:nth-child(8n + 6) td, table.score tbody tr:nth-child(8n + 7) td, table.score tbody tr:nth-child(8n + 8) td {
    background: #e1eaff;
}

#intro img {
    max-width: 100%;
}

#footer {
    margin-top: 30px;
}

.items {
    display: flex;
}

.items .item {
    flex-grow: 1;
    text-decoration: none;
    margin-top: 15px;
}

.items .item.padding {
    padding: 60px 30px;
}

.items .item span {
    font-family: 'Teko', sans-serif;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
}

.items .item span em {
    display: block;
    font-size: 54px;
    font-style: normal;
}

.items .item.green {
    margin-top: 0;
    background: #23C552;
}

.items .item.blue {
    margin-top: 0;
    background: #3131f8;
}

.items .item.red {
    margin-top: 0;
    background: #F84F31;
}

.show-mobile {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    align-items: center;
    justify-content: center;
    gap: 60px;
}

@media only screen and (max-width: 750px) {
    .items .item.padding {
        padding: 30px 15px;
    }
    .items .item span {
        font-size: 24px;
    }
    .items .item span em {
        font-size: 38px;
    }
}

@media only screen and (max-width: 600px) {
    .items {
        flex-direction: column;
    }
    .show-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    #nav ul {
        text-align: center;
    }
    #nav ul li {
        display: block;
        margin: 15px 0;
    }
}