@media screen and (max-width: 1023px)
{
    body
    {
        background-image: none;
    }

    h1
    {
        font-size: 40px;
    }

    h2
    {
        font-size: 50px;
    }

    .bok-nav
    {
        justify-content: center;
    }

    #bok-section-summary-cards
    {
        display: block;
        max-width: 750px;
        justify-content: center;
    }

    .bok-fptile
    {
        display: block;
        margin: 5%;
        padding: 5%;
        width: 80%;
    }

    .bok-social-logo-big
    {
        max-height: 100px;
        margin: 10px 20px 5px 20px;
    }

    .bok-social-logo-wide
    {
        max-height: 100px;
        max-width: 220px;
        margin: 22px 20px 15px 20px;
    }
}