/* ALL FONT-RELATED CLASSES */


/* ------------------------------------------- */
/* HIERARCHY TAG FONTS */
/* ------------------------------------------- */

h1
{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 4.2rem;
    text-align:left;
    /* font-size: 3.6 rem; for small screens? */
}

h2
{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    text-align:left;
    /* font-size: 3.6 rem; for small screens? */
    margin-bottom: 0;
}

h3
{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.75em
}

h4
{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1em;
}

h5
{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1em;
}



/* ------------------------------------------- */
/* GENERAL FONTS */
/* ------------------------------------------- */

.text
{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 1.2em;
		
}

.breadcrumbs
{
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 0.8em;
 	color: #333033;
		
}


/* ------------------------------------------- */
/* PAGE SPECIFIC FONTS */
/* ------------------------------------------- */

.pubtitle
{ 
	font-weight:600;
}

.indextitle 
{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 3.5rem;
	color: #333033;
	text-align: left;
	line-height: 1.35;
}

.clarify
{
	font-style: italic;
}

