@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
body {
  background-color: whitesmoke;
  margin: 0;
  font-family: 'Roboto Condensed';
}
.centerText {
  padding-top: 20px;
  font-size: 20px;
}
.footer {
  background-color: #009688;
  padding: 1em;
  height: 3em;
}

.navbar {
  background-color: #009688;
  padding: 1em;
  height: 3em;
}

.navbar .logo {
  text-decoration: none;
  font-size: 35px;
  font-weight: bold;
}

.navbar .logo span {
  color: rgba(255, 0, 0, 0.774);
  font-weight: bolder;
}

nav {
  display: none;
}

.menu-knop {
  float: right;
  padding-top: 0em;
  width: 40px;
  height: 40px;
}

.hero {
  top: 0;
}

.hero .rij {
  height: 4em;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}

.wit {
  background-color: whitesmoke;
  color: black;
}

.roze {
  background-color: #c62168;
  color: whitesmoke;
}

.zwart {
  background-color: black;
  color: whitesmoke;
}

.rood {
  background-color: #dc4c46;
  color: whitesmoke;
}

.mint {
  background-color: #95dee3;
  color: black;
}

.geel {
  background-color: #ffef5b;
}

.blauw {
  background-color: #3c67ac;
  color: whitesmoke;
}

.paars {
  background-color: rgba(100, 15, 180, 0.781);
  color: whitesmoke;
}

.groen {
  background-color: #006b54;
  color: whitesmoke;
}

.oranje {
  background-color: #ffa500;
}

.min {
  border-radius: 50%;
  float: left;
  margin-left: 2em;
}

.plus {
  border-radius: 50%;
  float: right;
  margin-right: 2em;
}

.functie {
  background-color: #cecece;
  border-color: black;
  border-width: thin;
  color: #080707;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  margin: 8px 4px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.reset {
  font-size: 20px;
  margin: 8px 4px;
  height: 45px;
  width: 100px;
  background-color: rgb(204, 19, 19);
  color: #cecece;
  border-radius: 30%;
}

.ok {
  font-size: 20px;
  margin: 8px 4px;
  height: 45px;
  width: 100px;
  background-color: rgb#cecece;
  float: right;
  border-radius: 30%;
}

/* Style the list (remove margins and bullets, etc) */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the list items */
.optieLi {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */

  padding: 12px;
  text-decoration: none;
  font-size: 18px;

  display: block;
  position: relative;
  text-align: center;
}

/* Style the close button (span) */
.remove {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.remove:hover {
  background: #bbb;
}
.add {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.add:hover {
  background: #bbb;
}

.score {
  float: left;
  color: whitesmoke;
  font-size: 30px;
}

.totaal {
  float: right;
  color: whitesmoke;
  font-size: 30px;
}

.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  padding-top: 10px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
