


body {
	font-family: 'Nunito';
	background-color: #F5F5DC;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Nunito'
  font-weight: 300;
}

#more {display: none;}
#more2 {display: none;}

.lager {
	margin-top: 8px
}

.btn-info {
	background-color: #191970;
	color: white 
}


 .j { }
 .hide { display: none; }
 .pink { background-color: tan;  color: white; }
 b, span { cursor: pointer; }

 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}



.groenen {
	color: #008000;
  font-weight: 300;
}

.basis {
	color: #191970;
  font-weight: 300
}

.piraten {
	color: #572b85;
  font-weight: 300
}

.rood {
	color: red
}

.partij {
 	font-size: 22px;
 	font-weight: 300;
 }

 .zwart {
 	color: black;
 }

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='red' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
    color: black;
    border-color: black;
}

