/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.text-highlight{
	font-size: 1em; 
	letter-spacing: 1.5px; 
}

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.agency-title {
	font-family: 'times new roman';
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}


.text-1type{
	font-family: 'times new roman';
	font-size: 1.2em;
}

.text-2types{
	font-family: 'times new roman';
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

.text-bold{
	font-weight: 600;
}

.text-italic{
	font-style: italic;
}

