.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
	color: #0c162d;
}

.ta-da {
	display: inline-block;
	position: relative;
	width: 100%;
}
.ta-da::after {
	display: inline-block;
	content: "+";
	position: absolute;
	color: #000;
	left: -14px;
	top: 3px;
}
.uk-h6, h6 {
	font-weight: 700;
}

.uk-background-primary {
	background-color: #0c162d;
}