a
{
    color: inherit;
}

a:hover
{
    color: inherit;
}

.header
{
    padding-top: 12px;
    padding-bottom: 26px;

    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.heading
{
    float: left;
}

.logo img
{
    float: left;

    height: 72px;
    width: 72px;

    margin-right: 30px;
}

.title:hover
{
    text-decoration: none;
}

.title h1
{
    display: inline;

    line-height: 72px;

    margin-top: 0px;
    margin-bottom: 0px;
}

.stores
{
    line-height: 72px;

    text-align: right;
}

.stores img
{
    height: 43px;
}

.feature
{
    padding-top: 40px;
    padding-bottom: 60px;
    
    text-align: center;

    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.feature h2
{
    font-size: 42px;

    margin-bottom: 50px;
}

.footer
{
    padding-top: 30px;
    padding-bottom: 30px;

    text-align: center;

    font-size: 28px;

    color: white;
    
    background-color: #2b92f8;
}

.footer .note
{
    font-size: 16px;
}

.footer .links
{
    padding-top: 10px;

    font-size: 10px;
}



/* ---------------------------------------------------- */



@media (max-width: 768px)
{
    .header
    {
        padding-top: 6px;
        padding-bottom: 20px;
    }

    .heading
    {
        float: none;
    }

    .logo img
    {
        height: 46px;
        width: 46px;

        margin-right: 15px;
    }

    .title h1
    {
        line-height: 46px;

        font-size: 30px;
    }

    .stores
    {
        margin-top: 15px;

        line-height: 37px;

        text-align: left;
    }

    .stores img
    {
        height: 37px;
    }

    .feature
    {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .feature h2
    {
        font-size: 28px;

        margin-bottom: 30px;
    }

    .feature .container .row .col-sm-6:first-child
    {
        margin-bottom: 30px;
    }

    .footer
    {
        font-size: 18px;
    }

    .footer .note
    {
        font-size: 13px;
    }

    .footer .links
    {
        padding-top: 10px;

        font-size: 8px;
    }
}