/*********************
@title New CSS Schema for BU Branding update
@author Chris Soriano
@desc Updated CSS to comply with changes

**********************/

@font-face {
    font-family: Avenir;
    src: url(Avenir-Medium.ttf) format('truetype');
}

.content
{
    background-color: #4f3674;
    font: 24px Avenir, Arial, sans-serif;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.bodytext, p {
	font: 12px Arial, sans-serif;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Avenir, Arial, sans-serif;

}
