header {
  background: #9d8ac7;
  width: 1700px;
  height: 982px;
}

.main-nav {
  background: #8275B3;
  padding: 0.5em 0;
  border: none;
  box-shadow: none;
  height: 3em;
}

.main-nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
}

.main-nav ul li {
  display: flex;
  align-items: center;
  height: 100%;
}

.main-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
  font-size: 1.2em;
  padding: 0.5em 1em;
  border: none;
  background: none;
  transition: color 0.2s;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-nav ul li a:hover {
  color: #6ee6f9;
}

.nav-logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-logo img {
  height: 500%;
  width: auto;
  display: block;
  margin: 0 1em;
  object-fit: contain;
}

.header-hero {
  position: relative;
  height: 900px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-mascot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 350px;
  height: auto;
}

.hero-textblock {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: 130px;
  width: 100%;
}

.hero-textblock h1 {
  font-family: 'Phosphate Inline', Arial, sans-serif;
  color: #6ee6f9;
  font-size: 4.2em;
  margin: 0 0 0.5em 0;
  letter-spacing: 2px;
  text-align: left;
  text-transform: lowercase;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 32px 0 0;
  ;
}

.hero-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 24px 16px 0;
}

.hero-bottom p {
  color: #fff;
  margin-bottom: 1.2em;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
  font-size: 1.1em;
  max-width: 350px;
  text-align: right;
}

.hero-bottom button {
  background: #fff;
  color: #9d8ac7;
  border: none;
  padding: 0.7em 1.5em;
  font-size: 1.1em;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
  margin-top: 0.5em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body {
  margin: 0;
  background: #fff;
  color: #6d5cae;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
}

.favorite {
  background: #fff;
  width: 1700px;
  margin: 0 auto;
  padding: 2em 0 3em 0;
}

.favorite h1 {
  font-family: 'Phosphate Inline', Arial, sans-serif;
  color: #C83E44;
  font-size: 1em;
  text-align: right;
  letter-spacing: 2px;
  text-transform: lowercase;
  padding-bottom: 1em;
}

.favorite-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
}

.favorite-imgbox {
  background: #eeb6e6;
  padding: 2em;
  border-radius: 0;
  margin-left: 2em;
  margin-right: 1em;
}

.favorite-imgbox img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 0;
}

.favorite-text {
  color: #9d8ac7;
  font-size: 1.1em;
  text-align: right;
  margin-left: auto;
  max-width: 350px;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
  padding-right: 2em;
}

.waarom {
  background: #93c9e6;
  width: 1700px;
  margin: 0 auto;
  padding: 2em 0 3em 0;
}

.waarom h1 {
  font-family: 'Phosphate Inline', Arial, sans-serif;
  color: #7d6cb6;
  font-size: 2em;
  text-align: center;
  margin-bottom: 2em;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.waarom-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}

.waarom-item {
  background: #c7b6d9;
  color: #e94e77;
  font-size: 1.2em;
  padding: 1em 2em;
  border-radius: 0.5em;
  min-width: 350px;
  display: flex;
  align-items: center;
  gap: 1em;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
  justify-content: center;
}

.waarom-icon {
  width: 1.2em;
  height: 1.2em;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.plezier {
  background: #fff;
  width: 1700px;
  margin: 0 auto;
  padding: 2em 0 3em 0;
}

.plezier-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.plezier-textblock {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.plezier-textblock h1 {
  font-family: 'phosphate inline', Arial, sans-serif;
  color: #e94e77;
  font-size: 2em;
  margin: 0 0 0.5em 0;
  font-weight: normal;
  text-transform: none;
  margin-left: 1em;
}

.plezier-textblock p {
  color: #6d5cae;
  font-size: 1.1em;
  margin-bottom: 1em;
  text-align: left;
  margin-left: 2em;
  margin-top: 2em;
}

.plezier-mascot {
  width: 90px;
  margin-top: 2em;
  margin-left: 0em;
}

.overoog {
  background: #9d8ac7;
  color: #6ee6f9;
  width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 2em 0 2em 0;
  gap: 2em;
}

.overoog-img img {
  width: 260px;
  border-radius: 0.5em;
}

.overoog-content {
  flex: 2;
  padding-right: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.overoog-content h2 {
  font-family: 'Phosphate Inline', Arial, sans-serif;
  color: #6ee6f9;
  font-size: 2em;
  margin-bottom: 1em;
  letter-spacing: 2px;
  text-align: right;
  align-self: flex-end;
  text-transform: lowercase;
}

.overoog-content p {
  color: #fff;
  font-size: 1.1em;
  max-width: 500px;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
  text-align: right;
  align-self: flex-end;
}

.andere {
  background: #fff;
  width: 1700px;
  margin: 0 auto;
  padding: 2em 0 3em 0;
}

.andere h2 {
  font-family: 'Phosphate Inline', Arial, sans-serif;
  color: #e94e77;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.2em;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.andere-sub {
  color: #7d6cb6;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.2em;
}

.andere-vlakken {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.andere-vlak {
  background: #f5f5f5;
  border: 1px solid #ddd;
  width: 220px;
  height: 180px;
  border-radius: 0.5em;
}

.nieuwsbrief {
  background: #93c9e6;
  width: 1700px;
  margin: 0 auto;
  padding: 2em 0 3em 0;
  text-align: center;
}

.nieuwsbrief h2 {
  font-family: 'Phosphate Inline', Arial, sans-serif;
  color: #e94e77;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nieuwsbrief-sub {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 2em;
}

.nieuwsbrief-formblok {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em 2em 2em;
  border-radius: 0.2em;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

.nieuwsbrief-formblok form {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2em;
}

.nieuwsbrief-formblok label {
  color: #6d5cae;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}

.nieuwsbrief-formblok input[type="text"],
.nieuwsbrief-formblok input[type="email"] {
  width: 400px;
  padding: 0.4em;
  font-size: 1.1em;
  border: 1px solid #6d5cae;
  border-radius: 0;
  margin-bottom: 0.8em;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
}

.nieuwsbrief-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #6d5cae;
  font-size: 1.1em;
}

.nieuwsbrief-btn {
  align-self: flex-end;
  background: #fff;
  color: #6d5cae;
  border: 1px solid #6d5cae;
  padding: 0.5em 2em;
  font-size: 1.1em;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
  cursor: pointer;
  border-radius: 0;
  margin-top: 1em;
  transition: background 0.2s, color 0.2s;
}

.nieuwsbrief-btn:hover {
  background: #e94e77;
  color: #fff;
  border-color: #e94e77;
}

footer {
  background: #9d8ac7;
  color: #fff;
  width: 1636px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em 2em 1em 2em;
  font-family: 'Puffin Display Soft', Arial, sans-serif;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  height: 48px;
  margin-bottom: 0.5em;
}

.footer-address {
  margin-top: 1em;
  font-size: 1em;
}

.footer-center {
  text-align: center;
  flex: 1;
}

.footer-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-center ul li {
  margin: 0.2em 0;
  font-size: 1em;
}

.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-oogbites-logo {
  font-family: 'Phosphate Inline', Arial, sans-serif;
  font-size: 2em;
  color: #6d5cae;
  line-height: 1;
  margin-bottom: 1em;
}

.footer-contact,
.footer-social {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.footer-social {
  margin-bottom: 0;
}

@media (max-width: 1000px) {

  header,
  .favorite,
  .waarom,
  .plezier,
  .overoog,
  .andere,
  .nieuwsbrief,
  footer {
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .nieuwsbrief-formblok input[type="text"],
  .nieuwsbrief-formblok input[type="email"] {
    width: 100%;
    min-width: 0;
  }

  .andere-vlak {
    width: 100px;
    height: 100px;
  }

  .plezier-maze img {
    width: 100%;
    min-width: 120px;
  }

  .overoog-img img {
    width: 100px;
  }

  .footer-logo {
    height: 150px;
  }
}