html {
  height: 100%;
  width: 100%;
  background-color: lightblue;
  color: purple;
}

p {
  outline-width: 20%;
}

ul,
ol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

form.ingredienten{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.result {
  height: 50%; 
  border: 2px solid #ccc; 
  border-radius: 10px; 
  overflow: hidden; 
}

.result img {
  max-width: 100%;
  max-height: 100%; 
  border-radius: 10px; 
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 50%;
}

h1 {
  text-align: center;
}

h4 {
  text-align: center;
}

h5 {
  text-align: center;
}

h2 {
  text-align: center;
}

footer {
  text-align: center;
  height: 5vh;
}

.overons p {
  text-align: center;
  margin-left: 20vh;
  margin-right: 20vh;
}

.center {
display: block;
margin-left: 20%;
margin-right: 20%;
width: 60%;
}

.overons center {
display: block;
margin-left: 0%;
margin-right: 0%;
width: 100%;
}
 


* {
  font-family: Arial, Helvetica, sans-serif;
}

main {
  height: 90vh;
}



button.select {
  background-color: #800080;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

button.select:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}




/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #b087b0;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Add a color to the active/current link */
.navbar a.active {
  background-color: #800080;
  color: white;
}

input[type=text] {
  padding: 12px 20px;
  box-sizing: border-box;
  border: 3px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  display: block;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  
}

input[type=text]:focus {
  border: 3px solid #555;
}

.zoeken{
  margin-top: 20px;
}
.box {
  height: 100px;
  border: 1px solid black;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boximg {
  width: 100px;
  height: 100px;
  align-items: left;
  justify-content: left;
}

.boxtext {
  font-size: 20px;
  margin-left: 50px;
  padding-top: 20%;
  float: right;
  align-items: right;
  justify-content: right;
}
body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h1 {
    text-align: center;
}

#searchInput {
    margin-bottom: 10px;
}

.checkbox-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.checkbox-container {
    margin-bottom: 2px;
}

.checkbox-container label {
    margin-left: 5px;
}

#generateCocktails {
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
}

#cocktailResults {
    margin-top: 20px;
}

#cocktailList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#cocktailList li {
    margin-bottom: 10px;
}

.cocktail-list {
    list-style-type: none;
    padding: 0;
}

.cocktail-item {
    margin-bottom: 20px;
}

.cocktail-item img {
    max-width: 100%;
    border-radius: 8px;
}

.cocktail-item h2 {
    margin-top: 10px;
    font-size: 1.2em;
}

#cocktailList {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Verander het getal naar het aantal gewenste kolommen */
    gap: 20px; /* Optioneel: voeg wat ruimte toe tussen de kolommen */
}

.cocktail-item {
    text-align: center; /* Optioneel: centreer de inhoud van elk item */
}

#ingredientList {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Verander het getal naar het aantal gewenste kolommen */
    gap: 20px; /* Optioneel: voeg wat ruimte toe tussen de kolommen */
}

.checkbox-container {
    display: flex;
    align-items: center;
}

/* Optioneel: voeg wat stijl toe aan de checkbox labels voor betere leesbaarheid */
label {
    margin-left: 8px;
}

.about-us {
  text-align: center;
  padding: 20px;
}

.about-us h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.about-us h4 {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 20px;
}

.about-us-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.founders {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.founder {
  width: 300px;
  margin: 0 20px;
}

.founder-image {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.founder-description {
  font-size: 1em;
  line-height: 1.4;
  color: #333;
}
