.highlight {
    background-color: #003057;
    text-align: center;
    margin: 1.6% 0 0 0;
    padding: 3% 2% 3% 2%;
}

.highlight p {
    font-family: "avenir-light", sans-serif;
    font-size: 17px;
    text-align: center;
    color: white;
    margin: 0.5% 0 0.5% 0;
}

.highlight .title {
    font-family: "avenir-black", sans-serif;
    font-size: 22px;
    text-align: center;
    color: white;
    margin: 1% 0 0.5% 0;
}

.highlight .detail {
    font-family: "avenir-light", sans-serif;
    font-size: 13px;
    text-align: center;
    color: white;
}

.highlight .note {
    font-family: "avenir-light", sans-serif;
    font-size: 11px;
    text-align: center;
    color: white;
}

.highlight .small-note {
    font-family: "avenir-light", sans-serif;
    font-size: 8px;
    text-align: center;
    color: white;
}

.footer {
    background-color: #696c6f;
    color: white;
    padding: 0.5% 2% 1.5% 2%;
}

.title {
    font-family: "cooperb", sans-serif;
    font-size: 3em;
    text-align: center;
    color: #D92E29;
    margin: 1em 1em 2em 1em;
    line-height: 1.3;
}

.title-image{
    width: 100%;
    /*height: 20vh;*/
    margin-bottom: 0 !important;
}

.game-preview{
    max-width: 100%;
    margin: auto;
}

.box {
    transition: box-shadow .3s;
    border-radius:10px;
    background: #fff;
}

.box:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1400px) {
    .title {
        font-size: 2.5em;
    }

    .game-preview{
        max-width: 480px;
    }
}

@media screen and (max-width: 1024px) {
    .title {
        font-size: 1.8em;
    }

    .game-preview{
        max-width: 360px;
    }
}

@media screen and (max-width: 960px) {
    .title {
        font-size: 1.6em;
    }

    .game-preview{
        max-width: 330px;
    }
}

@media screen and (max-width: 780px) {
    .title {
        font-size: 1.5em;
    }

    .game-preview{
        max-width: 290px;
    }
}

@media screen and (max-width: 640px) {
    .title {
        font-size: 1.4em;
    }

    .game-preview{
        max-width: 280px;
    }
}

@media screen and (max-width: 570px) {
    .title {
        font-size: 1.3em;
    }

    .game-preview{
        max-width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .title {
        font-size: 1em;
    }
}

@media screen and (max-width: 380px) {
    .title {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 330px) {
    .title {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 280px) {
    .title {
        font-size: 0.7em;
    }
}