
h2
{
    background-image: none
}

.artSample
{
    image-rendering: crisp-edges;
    height:auto;
    width:auto;
    border-radius: 15px;
    padding: 5px;
}


@media screen and (max-width: 700px)
{
    .main > h1 
    {
        font: 40px Georgia, Serif;
    }
    
    .main > h2 
    {
        font: 35px Garamond, Serif;
    }
    
    .main > h3
    {
        font: 25px Garamond, Serif;
    }
    
    .artSample
    {
        image-rendering: crisp-edges;
        border-radius: 0.2in;
        padding: 0px;
    }

}