.logo {
    width: 500px;
    height: auto;
    margin-bottom: 50px !important;
}

/** MEDIA QUERIES  **/

@media only screen and (max-width: 768px), only screen and (max-height: 630px)
{
    .hero-1 .front-content img.logo
    {
        max-width: 450px;
    }

    .hero-1 .front-content h1
    {
        font-size: 40px;

        margin-bottom: 40px;
    }

    .hero-1 .front-content p
    {
        font-size: 14px;

        padding-bottom: 36px;
    }

    .hero-1 .front-content .open-overlay i
    {
        font-size: 14px;
        line-height: 58px;
    }

    .hero-1 .front-content div.open-overlay
    {
        width: 64px;
        height: 64px;

        border: solid 3px #fff;
    }
}

@media only screen and (max-width: 600px), only screen and (max-height: 500px)
{
    .hero-1 .front-content img.logo
    {
        max-width: 360px;
        margin-bottom: 15px;
    }

    .hero-1 .front-content h1
    {
        font-size: 30px;

        margin-bottom: 32px;
    }

    .hero-1 .front-content p
    {
        font-size: 12px;

        padding-bottom: 28px;
    }

    .hero-1 .front-content .open-overlay i
    {
        font-size: 13px;
        line-height: 46px;
    }

    .hero-1 .front-content div.open-overlay
    {
        width: 50px;
        height: 50px;

        border: solid 2px #fff;
    }
}


@media only screen and (max-width: 480px), only screen and (max-height: 410px)
{
    .hero-1 .front-content img.logo
    {
        max-width: 260px;
        margin-bottom: 12px;
    }

    .hero-1 .front-content h1
    {
        font-size: 40px;

        margin-bottom: 25px;
    }

    .hero-1 .front-content p
    {
        font-size: 11px;
        font-weight: 300;

        padding-bottom: 20px;

        letter-spacing: 2px;
    }

    .hero-1 .front-content .open-overlay i
    {
        font-size: 11px;
        line-height: 38px;
    }

    .hero-1 .front-content div.open-overlay
    {
        width: 42px;
        height: 42px;
    }
}

@media only screen and (max-width: 400px), only screen and (max-height: 310px)
{
    .hero-1 .front-content img.logo
    {
        max-width: 240px;
        margin-bottom: 10px;
    }

    .hero-1 .front-content h1
    {
        font-size: 25px;

        margin-bottom: 23px;
    }

    .hero-1 .front-content p
    {
        font-size: 10px;

        padding-bottom: 18px;
    }

    .hero-1 .front-content .open-overlay i
    {
        font-size: 9px;
        line-height: 32px;
    }

    .hero-1 .front-content div.open-overlay
    {
        width: 36px;
        height: 36px;
    }
}

@media only screen and (max-width: 355px) ,only screen and (max-height: 280px)
{
    .hero-1 .front-content img.logo
    {
        max-width: 230px;
        margin-bottom: 8px;
    }

    .hero-1 .front-content h1
    {
        font-size: 25px;

        margin-bottom: 20px;
    }

    .hero-1 .front-content p
    {
        font-size: 9px;

        padding-bottom: 12px;
    }

    .hero-1 .front-content .open-overlay i
    {
        font-size: 8px;
        line-height: 30px;
    }

    .hero-1 .front-content div.open-overlay
    {
        width: 34px;
        height: 34px;
    }
}