html, body {
  margin: 0;
  padding: 0;
  background: #ffffffe1;
  width: 100vw;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  padding: 10px 10vw 30vh;
  box-sizing: border-box;
  background: none !important;
  z-index: 1;
}
.spacing-start {
  display: block;
  height: 0vh;
}
.intro-text {
  position: relative;
  top: 4em;
  left: 0em;
  max-width: 50em;
  font-size: 0.9em;
  line-height: 1.6;
  color: #202020;
  letter-spacing: 0.02em;
  z-index: 200;
}
.name_contact {
  color: #202020;
  font-size: 0.8em;
  line-height: 1em;
  margin-top: 0em;
}
.spacing {
  display: block;
  height: 20vh;
}
.body-of-work {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin-top: 0em;
    clear: both;
}
.body-of-work img, .body-of-work video {
  width: 20vw;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.body-of-work > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0em;
  gap: 0em;
  height: auto;
}

.nav { position: relative; top: -11em; right: 0; font-size: 0.9em; line-height: 1.5; text-align: right; color: #202020; z-index: 100; }
.nav a { color: #202020; text-decoration: none; border-bottom: 1px solid transparent; }
.nav a:hover { cursor: pointer; }
.dropbtn { background-color: #ffffff00; color: #202020; right: 5em; font-size: 1em; border: none; cursor: pointer; font-family: inherit; letter-spacing: 0.05em; }
.dropbtn:hover, .dropbtn:focus { background-color: #ac4800; color: #ffffff; }
.dropdown { position: relative; display: inline-block; }
.dropdown-content { display: none; position: absolute; left: -20em; min-width: 180px; z-index: 5; border-top: none; margin-top: 0px; padding: 0; transition: position 0.2s, margin-bottom 0s;text-decoration: none; }
.dropdown-content a { color: #ff0066e6; text-decoration: none !important; display: block; font-size: 1em; font-family: inherit; transition: background 0.2s, color 0.2s; pointer-events: auto; }
.dropdown-content a:last-child { border-bottom: none; }
.dropdown-content a:hover { color:#ac4800; text-decoration: none !important; }
.dropdown-content .italic { font-style: italic; }
.dropdown-content.show { display: block; position: absolute; }

@media (max-width: 1000px) {
.page { width: 100vw; height: auto; min-height: 0; overflow: hidden; padding: 0.1em; }
.intro-text, .contact, .nav { position: static; width: 90%; box-sizing: border-box; z-index: 2; margin-left: auto; margin-right: auto; }
.intro-text { margin-bottom: 0px; max-width: 100%; font-size: 1.5em; }
.body-of-work { grid-template-columns: repeat(1, 1fr); width: 90vw; margin-left: auto; margin-right: auto; }
.body-of-work img, .body-of-work video { width: 100%; height: auto; margin: 0 auto 0em; display: block; }


.nav a { color: #202020; text-decoration: none; border-bottom: 1px solid transparent; }
.nav a:hover { cursor: pointer; }
.dropbtn { background-color: #ffffff00; color: #202020; right: 0em; font-size: 2em; border: none; cursor: pointer; font-family: inherit; letter-spacing: 0.05em; }
.dropbtn:hover, .dropbtn:focus { background-color: #ac4800; color: #ffffff; }
.dropdown { position: relative; display: inline-block; }
.dropdown-content { display: none; position: static; left: 0; min-width: auto; z-index: 5; border-top: none; margin-top: 0px; padding: 0; transition: position 0.2s, margin-bottom 0s;text-decoration: none; }
.dropdown-content a { color: #202020; text-decoration: none !important; display: block; font-size: 2em; font-family: inherit; transition: background 0.2s, color 0.2s; pointer-events: auto; }
.dropdown-content a:last-child { border-bottom: none; }
.dropdown-content a:hover { color: #ac4800; text-decoration: none !important; }
.dropdown-content .italic { font-style: italic; }
.dropdown-content.show { display: block; position: relative; }
}