/* STYLE GUIDE */

.revamp {
	color: #4c4c4c;
	font-family: 'Roboto', Arial, sans-serif;
}

.revamp .light { font-weight: 300; }

.revamp .stark { font-weight: 700; }

.revamp h1 {
	color: #4c4c4c;
	margin: 0 0 15px;
	line-height: 1.25em;
	font-size: 36px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.revamp h1 a {
	color: #1470b7;
	font-size: 1em;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all .15s;
}

.revamp h1 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #1470b7;
}

.revamp h2 {
	margin: 0 0 8px;
	line-height: 1.25em;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

.revamp h3 {
	line-height: 1.25em;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', Arial, sans-serif;
}

.revamp p {
	padding: 0;
	font-size: 14px;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.25em;
}

.revamp p.small {
	font-size: 12px;
	font-family: 'Roboto', Arial, sans-serif;
}

.revamp p a {
	color: #1470b7;
	font-size: 1em;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all .15s;
}

.revamp p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #1470b7;
}

/* FIN STYLE GUIDE */