/*======================================

  fabiansax.eu
  content.css for mobile devices

  - define content related styles

=======================================*/
.project-group {}

.project-group-title {
  display: none;
}

.project {
  padding: 0 0 1.5rem 0;
}

.project-link {}

.project-figure {}

.project-preview {}

.project-title {}

/*=====================================*/
.project-description-container {
  grid-area: 1 / 1 / 2 / 2;
}

.project-description-title {
  padding: 0 0 1.5rem 0;
}

.project-description {
  padding: 0 0 1.5rem 0;
}

.project-media-container {
  grid-area: 2 / 1 / 3 / 2;
  text-align: center;
}

.media-slide-figure {}

.media-slide-figcaption {
  grid-area: 3 / 1 / 4 / 2;
  font-size: 0.75rem;
  padding: 0 0 1rem 0;
  text-align: left;
}

.media-slide-button-left {
  background: none;
  border: none;
  color: #000000;
  display: inline-block;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 2rem;
  line-height: 0;
  outline: none;
  padding: 0 40% 0 0;
  position: relative;
  top: -47.5vh;
}

.media-slide-button-right {
  background: none;
  border: none;
  color: #000000;
  display: inline-block;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 2rem;
  line-height: 0;
  outline: none;
  padding: 0 0 0 40%;
  position: relative;
  top: -47.5vh;
}

/*=====================================*/
.contact-form {
  display: grid;
  grid-gap: 2rem;
  grid-template: 3rem 3rem 1fr 2rem / 1fr;
  max-width: 100%;
}

.contact-form-title {
  padding: 0 0 1.5rem 0;
}

.contact-form label {
  font-family: "Overpass-Mono", monospace;
}

.contact-form input {
  border: none;
  border-bottom: 2px solid #171d1f;
  border-radius: 0;
  box-shadow: none;
  font-family: "Overpass-Mono", monospace;
  font-size: 1rem;
  outline: none;
  width: 100%;
}

.contact-form textarea {
  border: none;
  border-bottom: 2px solid #171d1f;
  border-radius: 0;
  box-shadow: none;
  font-family: "Overpass-Mono", monospace;
  height: 25px;
  min-height: 25px;
  outline: none;
  overflow: hidden;
  overflow-wrap: break-word;
  resize: none;
  width: 100%;
}

.contact-form textarea:focus, .contact-form input:focus {
  border-color: #f4b928;
}

.contact-button {
  grid-area: 4 / 1 / 5 / 2;
}

.contact-form button {
  background: #000000ee;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: "Overpass-Mono", monospace;
  padding: 0.5em 2em;
}

.contact-form button:active {
  background: #f4b928d9;
  color: #000;
}

/*=====================================*/
.intro {
  display: grid;
  grid-template: 1fr auto 1rem / auto;
}

.intro-sentence {
  font-size: 1em;
  grid-area: 2 / 1 / 3 / 2;
}

.intro-sketch-caption {
  line-height: 0;
  overflow-y: hidden;
}

.cnv-intro {
  grid-area: 1 / 1 / 2 / 2;
}

/*=====================================*/
.legal {
  padding: 0 0 2rem;
}

.legal-title {
  padding: 0 0 0.5rem 0;
}

/*=====================================*/
.about-title {
  padding: 1rem 0 1rem 0;
}

.about-figure {
  font-size: 1.25rem;
  grid-area: 1 / 1 / 2 / 2;
}

/*=====================================*/
.cnv-404, .cnv-403, .cnv-500 {}