html {
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial;
  margin: 0;
  background-color: #ffffff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, p {
  padding:10px;
}
h1 {
  text-align: center;
}

.navbar {
  width: 100%;
  background-color: #828282;
  text-align: left;
  font-size: 20px;
  height: 50px;
  display: flex;
  vertical-align: middle;
  list-style-type: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: sticky;
  padding: 0;
  margin: 0;
  top: 0;
}

.navbar li {
  float: left;
}

.navbar li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
}

#VUUR {
  background-image: url("/foto\'s/vuur.jpg");
  color: white;
  background-repeat: repeat;
}

#MONEY {
  background-image: url("/foto\'s/money.jpg");
  color: white;
}

#logo {
  padding: 0px;
  height: 50px;
  width: 50px;
}

.navbar li a:hover:not(.active) {
  background-color: #111;
  color: #FFFFFF;
}

.active {
  background-color: #b8b8b8;
  color: #000000;
  font-weight: bold;
}

marquee {
  background-color: #828282;
  color: #000000;
  font-size: 20px;
  font-family: Arial;
  padding-bottom: 5px;
  width: 100%;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  position: sticky;
  top: 50px;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%; 
  height: 3rem;
  background-color: #828282;
  margin-top: auto;
}

footer a {
  padding-left: 50px;
  padding-right: 10px;
  float: right;
}

.nieuwsartikel {
  background-color: lightgrey;
  padding: 10px;
  text-align: center;
  margin: 10px;
  max-width: 400px;
  min-width: 200px;
  height: fit-content;
  float: left;
  min-height: 300px;
}

.nieuwsartikel img {
  width: 80%;
  max-width: 400px;
  max-height: 75%;
  margin: auto;
}

#wrapper {
  overflow: hidden;
  border: 2px solid black;
  background-color: lightgrey;
  border-radius:7px;
  margin: 5px;
  padding: 5px;
  width:100%;
  text-align: center;
}

#main-content{
  float: left;
  margin: auto;
  width: 95%;
  max-width: fit-content;  
}

#waarschuwing {
  color: red;
  font-size: 30px;
}

#video {
  width: 90%;
  margin: 10px;
  aspect-ratio: 16 / 9;
}

.fotoartikel, .fotoartikelgroot{
  margin:auto;
}

.fotoartikel img {
  margin: 10px;
  width: 35%;
  max-width: 300px;
  min-width: 200px;
  height: auto;
}

.fotoartikelgroot img {
  margin: 10px;
  width: 80%;
  max-width: 600px;
  min-width: 200px;
  height: auto;
}

table {
  border-collapse: collapse;
  width: 90%;
  margin: 10px;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

#reclame {
  display:none;
}
#install {
  border-radius: 3px;
  background-color: #dbf4ff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: black;
  max-height: 80vh;
  font-size: 40px;
  border: none;
  transition-duration: 0.5s;
}
#install:hover {
  background-color: #74d6ec;
}
#Gif {
  width: 90%;
  max-width: 90vw;
  margin: 10px;
}
#Gif img {
  max-width: 100%;
  margin: auto;
}