/* Custom design  */

body {
    font-family: sans-serif;
    padding-top: 60px; /* Ruimte voor de vaste navigatiebalk */
}
.jumbotron {
    background-image: url('pad-naar-je-afbeelding.jpg'); /* Vervang dit door een mooie foto van de pluktuin */
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    margin-bottom: 2rem;
}
.jumbotron h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.section-title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.item-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #f9f9f9;
}
.item-card img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}
/* Optionele extra styling */
.navbar {
    background-color: #f8f9fa; /* Lichte achtergrond voor de navigatiebalk */
}
.navbar-brand {
    font-weight: bold;
}

.thetitle {
    color: blue;
}

.thesubtitle {
    color: blue;
}

.opage-white {
    background-color: rgba(255, 255, 255, 0.7); padding: 10px; display: inline-block;
}



/* Callout header */

.callout {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
  display: none;
}

.callout-header {
  padding: 25px 15px;
  background: #555;
  font-size: 30px;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}

.modal-title {
  font-weight: bold;
}

div.modal-body input[type=text] {
    margin-bottom: 6px;
}
