html {
  text-decoration: none;
  list-style: none;
  margin: 0;
  outline:none;
  font-family: "Dense Regular",Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif; font-size: 16px; text-align: left; line-height: 1.6; color: #C0C0C0; scroll-behavior:
      smooth; transition: color 1s;
    overflow-x: hidden;
}
body {
   display: grid;
   grid-template-columns: repeat(5,1fr);
   grid-template-rows: repeat(5,auto);
   grid-gap:4em;
   background-color: #F5FFFA;
    overflow-x: hidden;
}
main {
  grid-row: 4/5;
  grid-column: 2/5;
}
div img {
  grid-column: 2/5;
  width: 100%
}
.nav-container{
  width: 100%;
  background-color: #F5F5F5;
}
#cvlist div {
  width: 100%;
}
#cvlist img {
  border-radius: 300px;
  background-color: #fff;
}
nav{
display: grid;
grid-template-columns: 1fr auto 1fr;
}
nav img{
height: 50px;
}
.left-menu{
  grid-column: 1/4;
  letter-spacing: 2px;
  color: #CD5C5C;
}
.burger-menu{
  width: 50px;
}
#nav-toggle, .burger-menu {
  display: none;
}
a {
  text-decoration: none;
  color: black;
}
#nieuws {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1em;
  padding: 0px;
}
#cvlist {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  grid-gap: 1em;
  padding: 0px;
}
pre-header {
 grid-column:2/5;
 grid-row: 1/2;
}
header{
  grid-column:1/6;
  grid-row: 3/4;
}
main {
  grid-row: 4 / 5;
  grid-column: 2 / 5;
}
img {
  width: 100%;
}
nav {
  grid-row: 2 / 3;
  grid-column: 2 / 5;
}
#advert {
  grid-row: 3 / 4;
  grid-column: 2 / 4;
  z-index: 99;
}
nav ul {
  display: grid;
  grid-template-columns:(3,1fr);
  list-style-type: none;
  grid-gap: 1em;
  margin-left: -10px;
}

nav ul a{
  height: 50px;
  padding: 10px;
  text-align: center;
  padding-top: 40px;
}
nav ul a:hover{
  background-color: #FAF0E6;
  font-weight: bolder;
  border-radius: 50px;
  border-bottom: pink;
}
footer {
  grid-column: 1 / 6;
  grid-row: 5 / 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
  background-color: #FFB6C1;
  padding: 50px;
  position: relative; /* Zorgt ervoor dat het op de juiste plek blijft */
  width: 100%; /* Zorgt ervoor dat het de hele breedte inneemt */
}

#copy {
  color: black;
  font-family: Helvetica;
}
nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}

h1, h2, h3, p {
  padding: 20px;
}
p {
  color: #708090;
  font-family: Helvetica;
  display: grid;
  grid-row: 2/3;
  text-align: center;
}
h1 {
  color: black;
  grid-row: 1/2;
  border-bottom: solid;
  border-color: pink;
  font-family: "Dense-Regular";
 }
h2 {
   font-size: 100%;
  }
h3 {
  font-size: 100%;
  color: #5F9EA0;
  font-family: Helvetica;
  text-align: center;
}




form {
  border: 1px dashed #cccccc;
  background-color: #F5FFFA;
  padding: 55px;
  width: 80%;  /* Maak het formulier iets smaller dan de volledige breedte */
  max-width: 600px; /* Zorg ervoor dat het formulier niet te breed wordt */
  font-family: helvetica;
  border-radius: 10px;
  margin: 0 auto;  /* Dit centreert het formulier horizontaal */
}


label {
  width: 100%;
  text-align: left;
  margin-right: 45px;
  float: right;


}

input{
  width: 100%;
  background-color: #F8F8FF;
  border: 1px solid #cccccc;
  margin-top: 20px;
  border-radius: 5px;

}

select{
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #F8F8FF;
  margin-bottom: 10px;


}

button {
  width: 100%;
  background-color: #5F9EA0;
  border-radius: 10px;
  padding: 5px 125px 0 65px;
  border: 1px solid #008B8B;
}
textarea{
  margin-top: 10px;
  width: 100px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  width: 250px;
  background-color: #F8F8FF;
}

h1 {
  font-size: 30px;
  font-family: helvetica;
  font-size-adjust: auto;
}
h2 {
  font-size: 15px;
  color: white;
}

ol {
  list-style: none;
  counter-reset: li;
}
li::before {
  content: counter(li);
  color: #5F9EA0;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}
li {
  counter-increment: li;
  font-family: helvetica;
}
h5{
  font-family: helvetica;
}
h7{
  font-family: helvetica;
}
img, video, iframe {
  max-width: 100%;
  height: auto;
}

.some-element {
  max-width: 100%;
  width: 100%;
}


@media only screen and (max-width: 700px) {
  body {
    display: block;
  }

  .burger-menu {
    display: inline-block;
    cursor: pointer; /* Zorg ervoor dat de cursor verandert wanneer je eroverheen beweegt */
  }

  .left-menu {
    display: none; /* Verberg het menu standaard */
    grid-template-columns: 1fr; /* Zorg ervoor dat het menu één kolom heeft */
  }

  #nav-toggle:checked ~ .left-menu {
    display: grid; /* Maak het menu zichtbaar wanneer de checkbox is aangevinkt */
  }

  nav a {
    text-decoration: none;
    color: #CD5C5C;
    font-family: verdana;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
  }

  .left-menu {
    margin-left: 20px;
    padding: 10px;
    letter-spacing: 0.5;
    font-size: 15px;
  }

  .logo {
    padding: 10px;
    font-size: 24px;
  }

  .burger-menu {
    margin-left: 10px;
    z-index: 1000; /* Zorg ervoor dat het burger menu boven andere elementen komt */
  }

  body, footer, main, nav ul {
    grid-template-columns: 1fr;
  }

  #nieuws, nav ul, #cvlist {
    grid-template-columns: 1fr;
  }

  nav li a {
    display: block;
    width: 100%;
    text-align: center;
  }

  #contact-form iframe {
    width: 100%;
    max-width: 640px;
    height: 800px;
  }
}

