/*
Theme Name: Ministerie van Maak!
Theme URI: https://ministerievanmaak.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Pixel Creation / Ontwerp door 75B
Version: 1.0
Text Domain: ministerievanmaak
*/
/* Typography */
/* Colors */
@font-face {
  font-family: "Pixel Operator 8";
  src: url("fonts/PixelOperator8.woff2") format("woff2"), url("fonts/PixelOperator8.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pixel Operator 8";
  src: url("fonts/PixelOperatorHB8.woff2") format("woff2"), url("fonts/PixelOperatorHB8.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Pixel Operator 8", monospace;
  font-size: 16px;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* MAIN */
::selection {
  color: white;
  background: black;
}

*, *::before, *::after {
  box-sizing: border-box;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

ul {
  list-style-type: none;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

:focus-visible {
  box-shadow: 0 0 0 0.25rem white !important;
  outline: 0.375rem double black !important;
  border-radius: 0.125rem;
}

/* TYPOGRAPHY */
.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h7 {
  margin: 0;
  font-weight: 700;
}

p, ul, ol {
  font-size: 1em;
}

p {
  line-height: 1.625;
}

a {
  color: inherit;
}

.logo {
  display: flex;
  align-items: end;
  gap: 0 1.35em;
}
.logo .logo-symbol {
  width: 2.62em;
  display: flex;
  flex-direction: column;
  gap: 1.31em 0;
}
.logo .logo-symbol .logo-symbol-top {
  width: 100%;
  height: 8.695em;
  background-color: black;
}
.logo .logo-symbol .logo-symbol-bottom {
  width: 100%;
  height: 2.62em;
  background-color: black;
}
.logo .logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.42em 0;
  font-size: 1.42em;
  font-weight: 700;
  line-height: 0.75;
}
.logo .logo-text span {
  display: block;
}

/* BUTTONS */
/* TEXT COLOR */
/* BG COLOR */
/* CONTAINER */
.container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(1em, 4vw, 5.375em);
  padding-right: clamp(1em, 4vw, 5.375em);
}

/* SECTIONS */
section {
  padding: 4rem 0;
}

/* NAVIGATION */
/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 5.5em 0 5.8em 0;
  background-color: #20ce3a;
}
footer .footer-title {
  margin: 0 0 0.55em 0;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: lowercase;
  color: white;
}
footer ul {
  font-size: 0.875em;
  line-height: 1.857;
}
footer .contact-list {
  margin: 0 0 0.85em 0;
}
footer .menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.85em 0;
}
footer a {
  text-decoration: none;
}
footer .footerbar {
  padding: 10.9em 0 0 0;
}
footer .footerbar .row {
  align-items: end;
}
footer .footerbar p {
  font-weight: 700;
}
footer .footerbar p a {
  color: white;
  text-decoration: none;
}
footer .footerbar .copyright {
  font-size: 0.75em;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*# sourceMappingURL=style.css.map */
