body {
	background-color: black;
	color: white;
}

/* Add a black background color to the top navigation */
.topnav {
	/* background-color: #333; */
	overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

#right-buttons .nav-right {
	float: right;
}

/* Change the color of links on hover */
.topnav a:hover {
	/* background-color: #ddd; */
	color: goldenrod;
	text-decoration-line: underline;
	text-decoration-thickness: 5px;
	/* color: black; */
}

/* Add an active class to highlight the current page */
.topnav a.active {
	text-decoration-line: underline;
	text-decoration-thickness: 5px;
	color: goldenrod;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
	display: none;
}