/*
 This quick example demonstrates the potentially drastic effects of simply
 toggling a class on an element.
 */

@font-face {
font-family: 'DCC-Ash';
font-style: normal;
font-weight: normal;
letter-spacing: 1em;
src: local('DCC - Ash'), url('DCCAsh.woff') format('woff');
}

.ff-font {
	font-family:DCC-Ash, sans-serif;
	font-weight: normal;
	letter-spacing: .05em;
}

h4.ff-font {
	font-size:2.5em;
}

.itm-wrapper {
	text-align:center;
	font-family:sans-serif;
}

.itm-content {
	font-family: DCC-Ash, sans-serif;
	letter-spacing: .1em;
	margin-bottom: 0.5em;
}

.itm-content-name {
	font-family: DCC-Ash, sans-serif;
	font-size: 2.5em;
  	font-weight:normal;
  	letter-spacing: .05em;
	color: #2fa6e8;
	text-transform: capitalize;
	margin: 1em 0 0 0;
  	line-height: 0.6;
}

.itm-content-title {
	font-family: DCC-Ash, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #4c4c4c;
}

.itm-image img {
	border-radius:50%;
	border-width:7px;
	border-style: solid;
}