@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-family: Montserrat;
	background-image: url("../plaatjes/achtergrond.jpg");
	background-size: cover;
	background-attachment: fixed;
	}

.jumbotron {
	background-color:rgba(256, 256, 256, 0.3);
	}

.tegel {
	color: white;
	}

.footer {
	margin-top: 20px;
	background-color: black;
	padding: 2px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	
.footer p {
	margin: auto;
	font-size: 20px;
	color: white;
	}

.footer a {
	color: white;
	}
	
.knoppen {
	text-align: center;
	margin: 40px;
}

label {
	text-align: right;
}

nav {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 1.5rem;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.nav-list li a {
  display: block;
  padding: 0.75rem 1.1rem;
  text-decoration: none;
  font-size: 14px;
  color: #6b7280;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.nav-list li a:hover {
  color: #111827;
  border-bottom-color: #d1d5db;
}

.nav-list li.active a {
  color: #111827;
  border-bottom-color: currentColor;
  font-weight: 500;
}