﻿/* FONT FAMILY */
BODY
{
    font-size       : 12px;
    font-family     : "Arial", "Verdana", "sans-serif";
}
    textarea { font-family : "Arial", "Verdana", "sans-serif"; }

h2
{
    font-family     : "Trebuchet MS";
}

.c-footer, .submit-btn
{ font-family : "Tahoma" !important; }

/* FONT SIZES */

.fnt_xsmall,
.icons span.def,
.fullbox .image-cell,
.pager,
.form-row .error,
.contact-form .field-hint,
.testimonial-block .name,
.copyright,
.footernav,
.topnav
{
    font-size       : 0.8em;
}

.fnt_small,
.map-btn,
.std-btn,
.fullbox .info-cell,
.contact-info 
{ 
    font-size : 0.9em; 
}

.fnt_normal,
h4
{
    font-size       : 1em;
    
}

.fnt_medium,
.copyright strong, 
.form-row textarea, .form-row label, .form-row input
{
    font-size       : 1.1em;
}

.fnt_large,
h3,
.testimonial-block .name strong,
.comment,
.grey-block .block-title 
{
    font-size       : 1.2em;
}

.fnt_xlarge,
.success-block,
h2
{
    font-size       : 1.4em;
}

