a {
	color: white;
}
body {
	background-color: black;
	color: white;
}

.nav-link {
	color: #00ea51;
}
.primary-button {
	color: white;
	border-color: white;
}

.secondary-button {
	color: white;
}

.about-subheading {
	color: white;
}

.arrow-icon {
	color: white;
}

.prizes-title {
	color: white;
}

.section-heading {
	color: white;
}

.section-heading-mobile {
	color: white;
}

.leaderboard-subheading {
	color: white;
}

.activities-subheading {
	color: white;
}

.tableRow p {
	color: white;
}

footer {
	background-color: black;
}

/* Cookies Authorization */
#cookie-bar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.85098);
}

#cookie-bar p {
	max-width: 1170px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	padding: 20px 60px 20px 25px;
	overflow: hidden;
	min-height: 46px;
	display: block;
	position: relative;
	z-index: 1003;
	line-height: 1.1em;
	margin: 0 auto;
}

.cookieLaw__text {
	width: 85%;
	color: rgb(255, 255, 255);
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
}

.cookieLaw__butCover {
	display: block;
	text-align: right;
	width: 15%;
	box-sizing: border-box;
	float: right;
}

#cookie-bar .cb-msg {
	display: block;
	margin-bottom: 10px;
}

#cookie-bar .cb-enable,
#cookie-bar .cb-policy {
	background-color: rgb(231, 232, 236);
	color: rgb(0, 175, 79);
	display: block;
	float: right;
	font-size: 12px;
	line-height: 24px;
	margin-right: 20px;
	padding: 0 15px;
	width: auto;
}

.btn {
	background-color: #00ea51;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
}

.btn:hover {
	background-color: #00772a;
	color: white;
}
