
.training-tree {
	background: #363F48;
	color: #eee;
	padding: 4rem;
}

.tree-title {
	font-family: "Comfortaa", Sans-serif;
	font-size: 2rem;
	font-weight: 100;
	text-align: center;
}

.step {
	display: none;
	margin-top: 2rem;
	padding: 2rem;
}

.step.active {
	display: block;
}

.step-title {
	font-family: "Comfortaa", Sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	margin-bottom: 1rem;
	text-align: center;
}

.step-choices,
.results {
	align-items: center;
	display: flex;
	justify-content: center;
}

.results {
	display: none;
	margin-top: 1rem;
}

.results.active {
	display: flex;
}

.choice,
.result {
	align-items: center;
	background: #eee;
	border-radius: .25rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .25) !important;
	color: #363F48 !important;
	display: flex;
	font-size: .875rem;
	font-weight: 600;
	height: 12rem;
	justify-content: center;
	margin: .5rem;
	padding: 2rem;
	text-align: center;
	text-transform: uppercase;
	width: 12rem;
}

.result {
	height: auto;
	padding: 1rem;
	width: auto;
}

.choice:hover,
.result:hover {
	background: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .5) !important;
}

.reset {
	text-align: center;
}

.reset a {
	color: #666;
	font-size: .675rem;
	font-weight: 600;
	text-transform: uppercase;
}

.reset a:hover {
	color: #eee;
}
