* {
  box-sizing: border-box;
}

body {
  background-image: url("../images/vuur-part.png");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: cover;
  font-family: Bank Gothic Medium, Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.container {
  width: 60%;
  margin: auto;
  overflow: hidden;
}

.container .content {
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  padding: 20px; /* Some padding */
  margin-top: 10px;
  margin-bottom:10px;
}

.content a {
  color: white;
}

.content img {
  margin-left: 5px;
  width: 120px;
  border-radius: 7%;
}

/* Style the header */
header {
  background-color: #666;
  padding: 10px;
  text-align: left;
  color: white;
}

header nav {
  clear: left;
  //margin-top: 30px;
}

header ul {
  padding: 0;
}

header li {
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}

header #branding {
  float: left;
}

header #branding h1 {
  margin: 10px;
  position: relative;
  float:left;
  font-size: 50px;
}

#branding img {
  float: left;
  width: 70px;
}

header .current a {
  color: #eaa832;
  font-weight: bold;
}

header a:hover {
  color: #fcad00;
  font-weight: bold;
}


/* Style the footer */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #777;
}

#voorstellen, #producten, #contact {
  margin-bottom: 80px; /* Needed to show last lines of sections */
}



.slide {
    display: none;/* Hide the images by default */
}

.slide img {
    width:  100%;
    height: 350px;
    object-fit: scale-down;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  color: orange;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
    left: 0;
    margin-left: 20%;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  margin-right: 20%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
}

/* Add a transparency effect for thumnbail images */
.thumb-img {
  opacity: 0.6;
  height: 100px;
  object-fit: scale-down;
}

.thumb-img:hover {
  opacity: 1;
}



@media(max-width: 768px) {
  body {
      background: #eaa832;
  }
  .container {
    float: none;
    text-align: center;
    width: 100%;
  }
  header {
    padding-bottom: 20px;
  }
}
