@charset "UTF-8";
.img{
display: block;
margin: auto;
}

.wrap{
    position: relative;
    left: 400px;
    bottom:130px;
}

h1{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
}

a h1:hover{
    color: #666;
}

h2{
    font-size: 12px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
}

.tax{
    font-size: 12px;
}


/*
DESKTOP SIZE
========================================================= */
@media (max-width: 700px)
{
   .img{
    width: 100%;
    }

    .wrap{
        position: relative;
        left: 40px;
        bottom: 90px;
    }    

    h1{
        font-size: 15px;
        position: relative;
        top: 10px;
    }

    h2{
        font-size: 7px;
    }



}
