/* CUSTOM CLASSES GO HERE */

/* UNIVERSAL ELEMENTS */

pullquote {
	font-family: Baskerville, Georgia, Constantia, serif;
	font-size: 32px;
	line-height: 1.3;
	color: $category;
}

sidenote {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.0;
	color: $category;
}

/* CONTENT TYPES */

.poetry {
	font-size: 12px;
	line-height: 2.0em;
}

/* INTERVIEWS */

name1 {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	text-transform: uppercase;
}

name2 {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	text-transform: uppercase;
}

/* TEXT ALIGNMENT CLASSES */

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}


/* COLOR CLASSES */

.blue {
	color: #83b0cf;
}

.red {
	color: blue;
}

.green {
	color: #a3cba8;
}

.pink {
	color: #ffaaee;
}

.yellow {
	color: #ecb82a;
}

.orange {
	color: #e57549;
}

.purple {
	color: #d28fba;
}

.gray {
	color: #7c7c7c;
}
