body
{
    font-size: 16;
}

.largeIcon
{
    font-size: 50px;
    padding-left: 35px;
    padding-right: 35px;
}

.topPad50
{
    padding-top: 50px;
}

.swm-center
{
    text-align: center;
}

a:hover
{
    text-decoration: none;
}

.title-anchor
{
    font-size: 30px;
    color: #000000;
    text-decoration: none;
}

.title-anchor:visited
{
    color: #000000;
    text-decoration: none;
}

.title-anchor:link
{
    color: #000000;
    text-decoration: none;
}

.title-anchor:active
{
    color: #000000;
    text-decoration: none;
}

.title-anchor:hover
{
    color: #23527c;
    text-decoration: underline;
}

/* small */
@media screen and (max-width: 740px)
{
    h2
    {
        font-size: 180%;
    }

    p
    {
        font-size: 120%;
    }

    /*.site-header
    {
        height: 200px;
        background-image: url("../images/banner_small.jpg") !important;
    }*/
  }

}

/* medium */
@media screen and (min-width: 741px) and (max-width: 999px) {
{
    h2
    {
        font-size: 180%;
    }

    p
    {
        font-size: 120%;
    }

    /*.site-header
    {
        height: 200px;
        background-image: url("../images/banner_large.jpg") !important;
    }*/
}

/* large */
@media screen and (min-width: 1000px)
{
    h2
    {
        font-size: 180%;
    }

    p
    {
        font-size: 120%;
    }

    /*.site-header
    {
        height: 200px;
        background-image: url("../images/banner_large.jpg") !important;
    }*/
}
