@media only screen and (max-width: 1800px)
{
    .roadmapItem
    {
        width: 60%;
    }
}

@media only screen and (max-width: 1500px)
{
    #devTextWrapper
    {
        width: 60%;
    }

    #about
    {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px)
{
    #roadmapDesc
    {
        width: 80%;
    }
}

@media only screen and (max-width: 800px)
{
    #gamingGroup img
    {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    .roadmapItem
    {
        width: 80%;
    }

    #devTextWrapper
    {
        width: 80%;
    }

    #about
    {
        width: 80%;
    }
}

@media only screen and (max-width: 730px)
{
    .featureSetWrapper
    {
        flex-direction: column;
    }

    .featureBox:not(:last-child)
    {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px)
{
    #emailForm
    {
        flex-direction: column;
    }

    #emailForm input:not(:last-child)
    {
        margin-bottom: 10px;
    }

    #emailForm input[type=submit]
    {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        align-self: center;
    }

    .roadmapItem
    {
        width: 95%;
    }

    #navBar ul li
    {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 400px)
{
    #headingWrapper img
    {
        margin-top: 10px;
    }

    #headingWrapper h1
    {
        margin-top: 0;
    }
}

@media only screen and (max-width: 360px)
{
    #mainHeading
    {
        font-size: 48px;
    }
}