/* css cotic big headings style */
/* by Kelvin Owers - spittingcat.com */

h2 {
    font-size: 50px;
    font-weight: normal;
    margin: 25px 0 -5px 0 ;
    color: #ccc;
    margin-left: 20px;
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, "Trade Gothic", Verdana, "Andale Mono", "Andale Mono IPA", Consolas, "Bitstream Vera Sans Mono", "Courier New", monospace;
    left: 0.02em;
    text-transform: uppercase;
}

/* mobile */
@media only screen 
    /* profile and about page */
    and (max-device-width : 667px) {
        h2 {
            font-size: 55px;
            margin: 60px 0 -5px 0 ;
            color: #aaa;
            margin-left: 20px;
        }
}
