body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: #fbf9ff;
}

div {
  width: 100%;
}

/* .card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10%;
  padding: 1%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  } */

header > h1 {
  width: 50%;
  float: left;
  padding: 10px;
  color: #fbf9ff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 200%;
  text-align: center;
}

header > h2 {
  width: 50%;
  float: left;
  padding: 10px;
  color: #fbf9ff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

article > h1 {
  color: #fbf9ff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 200%;
}

article > h2 {
  color: #fbf9ff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

section,
.about {
  background: #a2a3bb;
  margin: 5%;
  margin-top: 1%;
  box-shadow: 5px 5px #b3b7ee;
}

main {
  background: #a2a3bb;
  margin: 5%;
  margin-top: 1%;
  box-shadow: 5px 5px #b3b7ee;
}

main > h2 {
  text-align: center;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

section.main {
  padding: 1%;
  margin: 3%;
}

.center {
  padding: 35px 0;
  text-align: center;
}

.side-open {
  height: 100%;
  background-color: #292f34;
  position: absolute;
}

.navbar {
  background: #000807;
  padding: 10px;
}

.navbar button {
  color: #fbf9ff;
  text-align: center;
  transition: 500ms;
}

.navbar button:hover {
  color: #9395d3;
}

.navbar a.rightnav {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 1px;
  border-right-color: #000807;
  border-right-width: 2px;
}

.navbar a.leftnav {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 1px;
  border-left-color: #000807;
  border-left-width: 2px;
}

.navbar a {
  transition: 0.5s;
  float: right;
  display: block;
  color: #9395d3;
  background-color: #fbf9ff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: Verdana;
  border-radius: 10px;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 14px 16px;
}

.navbar a:hover {
  background-color: #9395d3;
  color: #fbf9ff;
}

.side-symbol {
  color: #fbf9ff;
  border: 0px;
  background: none;
  font-size: 200%;
  cursor: pointer;
}

.side-open {
  float: left;
  width: 10%;
  min-height: 100vh;
}

.side-close {
  transition: 500ms;
  background-color: rgb(161, 8, 8);
  width: 100%;
  color: #fbf9ff;
  border: none;
  min-height: 10vh;
  font-size: 6vh;
  cursor: pointer;
  position: sticky;
}

.side-close:hover {
  background-color: rgb(255, 101, 101);
  color: rgb(45, 45, 45);
  border: none;
  cursor: pointer;
}

.side-block {
  transition: 0.5s;
  width: 100%;
  background-color: aliceblue;
  float: left;
  display: block;
  color: #1b1b1b;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-family: Verdana;
}

.side-block:hover {
  width: 100%;
  background-color: #00bbff;
  float: left;
  display: block;
  color: #efefef;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-family: Verdana;
}

/* Gallerij */
div.imagelist {
  display: flex;
  flex-flow: row wrap;
  height: auto;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

div.imagelist > img, a > img {
  width: 200px;
  padding: 1%;
  border-radius: 40px;
  transition: 100ms;
  height: 280px;
  margin: 10px
  ;
}

a.seemore {
  transition: 0.5s;
  width: 200px;
  margin: 1%;
  border-radius: 40px;
  font-size: 30px;
  background-color: #9395d3;
  color: white;
  text-align: center;
}

.seemore:hover {
  background-color: white;
  color: #9395d3;
}

div.imagelist > img:hover, a > img:hover {
  transform: scale(1.2);
}

.header {
  padding: 100px;
  background-image: url("Images/headerbackgrnd.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}

.header h1 {
  font-size: 40px;
  width: 50%;
}

section h1 {
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.flex-container {
  display: flex;
}

.flex-container > div {
  transition: 0.5s;
  border-radius: 30px;
  margin: 20px;
  padding: 10px;
  color: white;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.flex-container > div:hover {
  background-color: #f1f1f1;
  color: black;
  cursor: pointer;
}

input {
  margin-bottom: 5px;
  padding: 15px;
  padding-left: 5px;
  width: 60%;
}

.contactme {
  transition: 0.5s;
  border-radius: 30px;
  margin: 20px;
  padding: 10px;
  background-color: #9395d3;
  border-color: #1b1b1b;
  border-style: solid;
  color: white;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
}

.contactme:hover {
  color: #9395d3;
  background-color: white;
}

.about > img {
  max-width: 40%;
  margin: 10px;
  width: 300px;
  border-radius: 10px;
  border-color: #1b1b1b;
  border-style: solid;
}

.about > article {
  width: 60%;
  float: right;
}

.about > article > h1 {
  text-align: center;
}

.about > article > h2 {
  text-align: center;
  font-size: 18px;
}

td {
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: large;
  font-weight: bold;
  padding: 15px;
  padding-bottom: 0px;
}

td:nth-child(even) {
  font-weight: normal;
}

/* footer {
  background-color: black;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
} */
