﻿
.home-use-image-wrapper
{
    margin:0 auto 10px auto;
}

.home-use-image-wrapper:hover
{
    background-color:#00853f;
    cursor:pointer;
}

#home-use-search-header h1
{
    margin-top:25px !important;
    margin-bottom:25px !important;
    text-shadow:1px 2px 4px black;
}

.use-search-item
{
    max-width:50%;
}

@media(max-width:406px)
{
    #home-use-search-header h1
    {
        font-size:8vw;
    }
}