h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2em;
  font-weight: 500;
}

h2 {
  font-size: 1.4em;
  font-weight: 300;
  color: #555555;
}

h3 {
  font-weight: 300;
}

h4 {
  font-weight: 500;
  font-family: "DINPro-Regular", sans-serif;
}

h5 {
  font-size: 0.5em;
  font-weight: 500;
  font-family: "DINPro-Regular", sans-serif;
}

.white {
  color: #fdfdfd;
}

.grey {
  color: #555555;
}

@font-face {
  font-family: "DINpro-Light";
  src: url("../DINPro-Light.otf");
  font-weight: inherit;
  font-style: inherit;
}
@font-face {
  font-family: "DINpro-Regular";
  src: url("../DINPro-Regular.otf");
  font-weight: inherit;
  font-style: inherit;
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  background-color: #fdfdfd;
  font-family: "DINPro-Light", sans-serif;
  font-size: 1EM;
  color: #111111;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wholepage {
  margin: auto;
}

.active {
  overflow-y: visible;
}

.content {
  margin: 3em 1em 0 25%;
  height: 100%;
}

.project {
  display: grid;
  gap: 2em;
  padding-bottom: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "blurb  image image";
}

.projectwrap {
  min-height: 50vh;
}

.blurb {
  grid-area: blurb;
  font-size: 0.8em;
  width: auto;
}

.blurb p, ul, li {
  text-align: justify;
  font-size: 1em;
}

.images {
  grid-area: image;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 1em;
  z-index: 6;
  display: flex;
  color: #555555;
  justify-content: space-between;
}

.left {
  align-self: left;
}

.right {
  align-self: right;
}

.line hr {
  z-index: 5;
  position: fixed;
  top: 0.8em;
  left: 1em;
  padding: 0 1em;
  width: calc(100vw - 3em);
  color: #555555;
  border-bottom: 1px;
}

.hamnav {
  z-index: 999;
}

.burger {
  size: 2em;
}

#burger {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 1em;
  z-index: 7;
  width: auto;
}

#burger span {
  display: block;
  margin: 0.2em;
  height: 0.3em;
  width: 2em;
  background: #555555;
  border-radius: 1px;
}

#menuitems {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 100vw;
  margin-top: 3.5em;
  padding: 0 1em;
  background: #fdfdfd;
  display: none;
  font-size: 0.9em;
}
#menuitems h4 {
  border-bottom: 0.06em solid #555555;
}
#menuitems li {
  padding: 0 1em;
  list-style: none;
}

#burgermenu:checked ~ #menuitems {
  display: block;
}

input[type=checkbox] {
  display: none;
}

.sidenav {
  height: 100%;
  width: 25%;
  position: fixed;
  z-index: 2;
  margin-top: 1em;
  top: 0;
  left: 0;
  background-color: #fdfdfd;
  overflow-x: hidden;
  padding: 2em 1em 0 1em;
}
.sidenav a {
  text-decoration: none;
  font-size: inherit;
  color: #555555;
  display: block;
  line-height: 1.4em;
}
.sidenav a:hover {
  font-weight: 500;
  font-family: "DINPro-Regular", sans-serif;
}
.sidenav a.current {
  font-family: "DINPro-Regular", sans-serif;
  color: red;
}
.sidenav li {
  list-style-type: none;
}

model-viewer {
  width: 100%;
  height: 65vh;
  max-width: 1000px;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.prev.black,
.next.black {
  color: black;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev.black:hover,
.next.black:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.links {
  padding: 10px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  opacity: 0.6;
  text-align: center;
}

.icon {
  border-radius: 50%;
  width: 2em;
}

.icon:hover {
  transition: 0.2s ease;
  box-shadow: 0 0 10px 1px #555555;
  border-radius: 50%;
}

button, input, select, textarea, label {
  font-family: inherit;
  font-size: 80%;
  color: #555555;
}

*:focus {
  outline: 0;
}

.form {
  text-align: center;
}

.formcontainer {
  border-radius: 4px;
  min-width: 100vw;
}

.label {
  color: #fdfdfd;
}

input[type=text],
input[type=email],
textarea {
  width: 40%;
  padding: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  resize: vertical;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #fdfdfd;
}

/* Add styles to the submit button */
input[type=submit] {
  background: #aaaaaa;
  margin: 0 auto;
  outline: 0;
  color: #fdfdfd;
  border: 0;
  padding: 1rem;
  border-radius: 4px;
  transition: all ease-in-out 0.1s;
  position: relative;
  display: inline-block;
}

/* Add styles for 'focus' property */
input[type=submit]:focus {
  background: #a5d6a7;
  color: whitesmoke;
  text-align: right;
}

input[type=submit]:hover {
  background: #555555;
  box-shadow: 0 0 1em #555555;
}

@media only screen and (max-width: 600px) {
  .sidenav {
    display: none;
  }

  .contact {
    display: none;
    visibility: hidden;
  }

  .header {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.2em 1em;
  }

  .line {
    top: 1em;
  }

  #burger {
    padding-top: 0.2em;
  }

  .bold {
    font-weight: 600;
    font-family: "DINPro-Regular", sans-serif;
  }

  .content {
    padding-top: 1em;
    margin: 1em;
    height: 100%;
  }

  .project {
    gap: 1em;
    padding-top: 1.5em;
    grid-template-columns: 1fr;
    grid-template-areas: "blurb" "image";
  }

  .blurb {
    grid-area: blurb;
    font-size: 0.5em;
    width: 100%;
  }

  .images {
    grid-area: image;
  }

  h2 {
    font-size: 1.9em;
    color: #555555;
    font-weight: 600;
    font-family: "DINPro-Regular", sans-serif;
  }

  h3 {
    font-size: 1.7em;
    line-height: 1.1em;
  }

  p {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    z-index: 999;
  }

  #burger span {
    display: none;
    visibility: hidden;
  }

  h5 {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
  }

  .icon {
    border-radius: 50%;
    width: 3em;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .sidenav {
    display: none;
  }

  .contact {
    display: none;
    visibility: hidden;
  }

  .header {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.2em 1em;
  }

  .line {
    top: 1em;
  }

  #burger {
    padding-top: 0.2em;
  }

  #menuitems {
    padding: 1em 4em;
  }

  .project :before {
    content: " ";
    display: block;
    height: 1em;
  }

  .bold {
    font-weight: 600;
    font-family: "DINPro-Regular", sans-serif;
  }

  .content {
    margin: 3em 1em;
    height: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  .wholepage {
    max-width: 1600px;
    margin: auto;
  }
}/*# sourceMappingURL=main.css.map */