body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    color: black;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, #0047ab, #4A95FF);
}
header #Logo img {
    height: auto;
    width: 273px;
    margin-top: 50px;
    margin-left: 200px;
    margin-right: 200px;

}
nav {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #76adfa;
    height: 78px;
}
.intro .welkom .nieuwsteproducten .kwaliteiten  .openingstijden .youtube {
    text-align: center;
    padding: 20px;
}
.nieuwsteproducten #producten img .merken #merken img {
    width: 100px;
    height: auto;
    margin: 5px;
}
.nieuwsteproducten button {
    padding: 10px 20px;
    font-size: 25px;
    background-color: #FF9D00;
    font-family: 'Love Ya Like A Sister', cursive;
    border-radius: 18%;
    margin: 20px 0px 20px;
}
.youtube #videos iframe {
    display: inline-block;
    width: 540px;
    height: 400px;
    line-height: 100px;
    margin: 5px;
    padding-bottom: 40px;
    width: auto;
    height: auto;
}
footer {
    background-color: #0047ab;
    color: white;
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-evenly;
    font-family: 'Love Ya Like A Sister', cursive;
    margin-top: 40px;
}
.intro p .welkom p {
    background-color: #fdf0ad;
    margin-top: 20px;
}
header img {
    width: auto;
    height: auto;
    border-radius: 10%;  
}
nav a { 
    text-decoration: none;
    font-size: 18pt;
    color: black;
    font-family: 'Love Ya Like A Sister', cursive;
}
header h2 {
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 28pt;
    text-align: center;
    margin-top: 40px;
}
header h1 {
    font-family: 'Margarine', cursive;
    font-size: 50pt;
    text-align: center;
}
.welkom {
    background-color: #fdf0ad;
    text-align: center;
    font-family: 'Love Ya Like A Sister', cursive;
}
.nieuwsteproducten {
    background-color: #fdf0ad;
    text-align: center;
    font-family: 'Love Ya Like A Sister', cursive;
    margin-top: auto;
}
.kwaliteiten {
    background-color: #fdf0ad;
    text-align: center;
    font-family: 'Love Ya Like A Sister', cursive;
}
.openingstijden {
    background-color: #fdf0ad;
    font-family: 'Love Ya Like A Sister', cursive;
}
.youtube {
    background-color: #fdf0ad;
    font-family: 'Love Ya Like A Sister', cursive;
    text-align: center;
}
.youtube iframe {
    height: 540px;
    width: auto;
}
#Datum {
    color: #FF9D00;
    font-family: 'Margarine', cursive;
    text-align: center;
}
.welkom img {
    height: auto;
    width: 300px;
    border-radius: 7%;
}
#producten img {
    height: 346px;
    width: 226px;
    border-radius: 7%;
}
.openingstijden h2 {
    text-align: center;
}
.openingstijden {
    height: 350px;
}
.openingstijden img {
    border-radius: 7%;
}
#tijdschriften {
    font-family: 'Love Ya Like A Sister', cursive;
    color: black; 
    text-align: center;
}
#tijdschriften h1 {
    font-size: 35pt;
}
.kwaliteiten h2, .nieuwsteproducten h2, .openingstijden h2, .youtube h2{
    padding-top: 25px;
    font-size: 40px;
}
.welkom p {
    font-size: 25px;
    padding-top: 10px;
}
.welkom img {
    padding-bottom: 20px;
    margin-left: 10px;
    height: auto;
    width: 494px;
}
.intro {
    font-size: 40px;
}
#main  {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.contact-info, .openingstijden2 {
    width: 30%;
}
.contact-info {
    text-align: left;
    font-size: 20px;
    font-family: "Lora", serif;
}
.contact-info, .Icoons {
    margin-top: 10px;
}
#Icoon {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.openingstijden2 {
    text-align: left;
    font-family: "Lora", serif; 
}
a {
    text-decoration: none;
    color: black;
}
.title {
    font-size: 32px;
    margin-bottom: 20px;
}
.logos img {
    width: 150px;
    height: 200px;
    margin: 0 20 px;
}
.logos {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Lora", serif;
}
#logoss {
    display: flex;
}
* {
    box-sizing: border-box;
  }
.main-content p {
    text-align: left;
}
.main-content h2 {
    text-align: center;
}
  /* Set a background color */
  body {
    background-color: white;
    font-family: "Lora", serif; 
}
  
  /* The actual timeline (the vertical ruler) */
  .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #0047ab;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  
  /* Container around content */
  .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  
  /* The circles on the timeline */
  .container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #fdf0ad;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
    left: 0;
  }
  
  /* Place the container to the right */
  .right {
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #FF9D00;
    border-width: 10px 0 10px 10px;
    border-color: transparent #fdf0ad;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #FF9D00;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fdf0ad;
  }
  
  /* Fix the circle for containers on the right side */
  .right::after {
    left: -16px;
  }
  
  /* The actual content */
  .content {
    padding: 20px 30px;
    background-color: #fdf0ad;
    position: relative;
    border-radius: 6px;
    border-color: #FF9D00;
  }
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
  /* Place the timelime to the left */
    .timeline::after {
      left: 31px;
    }
  
  /* Full-width containers */
    .container {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
  
  /* Make sure that all arrows are pointing leftwards */
    .container::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }
  
  /* Make sure all circles are at the same spot */
    .left::after, .right::after {
      left: 15px;
    }
  
  /* Make all right containers behave like the left ones */
    .right {
      left: 0%;
    }
  }

section {
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 20px;
}
#merken img {
    margin-left: 10px;
    margin-bottom: 30px;
}
#producten img {
    margin-left: 10px;
}
a {
    color: #0047ab;  
}
a:hover {
    color: #FF9D00;
    text-decoration: double;
}
.welkom img {
    margin-bottom: 30px;
}
.map iframe {
    margin-right: 300px;
    margin-top: 25px;
}
#openingstijdenimg img {
    float: right;
    margin-top: -190px;
    margin-right: 550px;
}
#rij1img, #rij2img, #rij3img, #rij4img, #rij5img, #rij6img, #rij7img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
#rij1img div, #rij2img div, #rij3img div, #rij4img div, #rij5img div, #rij6img div, #rij7img div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: calc(16.66% - 10px);
    text-align: center;
}
#rij1img div img, #rij2img div img, #rij3img div img, #rij4img div img, #rij5img div img, #rij6img div img, #rij7img div img {
    width: 100%;
    height: auto;
    display: block;
}
#Foto img {
    width: 407px;
    height: auto;
}
#geschiedenistitle h1 {
    font-family: 'Love Ya Like A Sister', cursive;
    margin-top: 30px;
    font-size: 35pt;
    text-align: center;
}
.openingstijden ul {
    margin-left: 600px;
    margin-top: 40px;
}
.openingstijden li {
    font-size: 20px;
}