﻿        div.aboutMain p {
            font-size: 17pt;
        }

        a h2 {
            text-decoration: underline;
        }

        a:hover h2 {
            text-decoration: underline;
            color: #707070;
        }
        
        section.about-main p {
            /*
            font-size: 1.1em;
            */
            font-size: 15pt;
        }

        p.smaller {
            margin-top: 0px;
            padding-top: 0px;
            padding-bottom: 15px;
            font-size: 12.5pt;
        }


/* new fonts and fixes test */


        /* from main Stylesheet: mobile part */
/*
        body, div.pageContent, p, ul li, ol li, table td, table tr {
            font-size: 14pt;
        }

@media only screen and (min-width: 500px) {


    body, div.pageContent, p, ul li, ol li, table td, table tr {
        font-size: 14pt;
    }


}
*/

/* /new fonts and fixes test */

h2.projects {
    font-size: 28pt;
}

div.pageContent a.cta {
    margin-top: 0.5em;
    font-size: 14pt;
    font-weight: normal;
}