body {
	background-color: #14121e;
}

.decl {
	color:#9a834b;
	text-decoration:none;
}

.decl:hover {
	text-decoration: underline;
}

.icon {
	fill: #ffffff;
	padding-right:5px;
	-webkit-transition: color 1s;
	-moz-transition:    color 1s;
	-ms-transition:     color 1s;
	-o-transition:      color 1s;
	transition:         color 1s;
}

.icon:hover {
	fill: #ae9871;
}