/*-- base --*/
body {
	color: #190f10;
	font-family: "lato", Helvetica, Arial, sans-serif;
	margin: 20px;
}
li {
	line-height: 1.35em;
}
a {
	color: #ba2025;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #190f10;
}

/*-- classes --*/
.nobr {
	white-space: nowrap;
}
.scarf {
	height: 5px;
	display: flex;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
}
.scarf > div {
	flex: 1;
}
.scarf > div:nth-child(1) {
	background-color: #dd8545;
}
.scarf > div:nth-child(2) {
	background-color: #e6ad30;
}
.scarf > div:nth-child(3) {
	background-color: #5b9aa9;
}
.scarf > div:nth-child(4) {
	background-color: #889a3a;
}

/*-- custom --*/
header p a {
	display: block;
	width: 200px;
	height: 40px;
	background-image: url("../images/catalyst-logo.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 0;
}
footer {
	font-size: 0.88em;
}