/*======================================

  fabiansax.eu
  content.css for wide-screen displays

  - define content specific styles

=======================================*/
.project-group {
  align-items: end;
  display: grid;
  grid-gap: 1em;
  grid-template: 1fr / repeat(2, 1fr);
  text-align: right;
}

.project-group-title {
  padding: 0 0.25em 0.25em 0;
}

.project {}

.project-link {}

.project-figure {
  max-width: 100%;
}

.project-preview {
  max-width: 100%;
}

.project-title {
  line-height: 0;
  opacity: 0;
  padding: 0 3.75% 0 0;
  transform: translateY(-0.75em);
}

.project-figure:hover {
  transform: scale(0.925, 0.925);
  transition: transform 200ms ease-in-out;
}

.project-figure:hover+.project-title {
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}

/*=====================================*/
.project-description-container {
  grid-area: 1 / 2 / 2 / 3;
  max-width: 50vh;
}

.project-description-title {
  padding: 0 0 1.5em 0;
}

.project-description {
  padding: 0 0 1.5em 0;
}

.project-media-container {
  align-self: start;
  grid-area: 1 / 3 / 2 / 4;
}

.media-slide-figcaption {
  font-size: 0.75em;
  padding: 0 1em 0 0;
  text-align: right;
}

.media-slide-button-left {
  background: none;
  border: none;
  font-family: "SpaceGrotesk";
  font-size: 2em;
  outline: none;
  padding: 47.5vh 30vh 47.5vh 1.5em;
  position: absolute;
  top: 0;
}

.media-slide-button-right {
  background: none;
  border: none;
  font-family: "SpaceGrotesk";
  font-size: 2em;
  outline: none;
  padding: 47.5vh 1.5em 47.5vh 30vh;
  position: absolute;
  right: 0;
  top: 0;
}

/*=====================================*/
.contact-form {
  display: grid;
  grid-gap: 1em;
  grid-template: 3em 1fr 2em / 1fr 1fr;
  max-width: 100%;
}

.contact-form-title {
  padding: 0 0 1.5em 0;
}

.contact-form label {
  font-family: "Overpass-Mono", monospace;
}

.contact-form input {
  border: none;
  border-bottom: 2px solid #010C0F;
  box-shadow: none;
  font-family: "Overpass-Mono", monospace;
  font-size: 100%;
  outline: none;
  width: 100%;
}

.contact-message {
  grid-area: 2 / 1 / 3 / 3;
}

.contact-form textarea {
  border: none;
  border-bottom: 2px solid #010C0F;
  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 input:focus,
.contact-form textarea:focus {
  border-color: #f4b928;
}

.contact-button {
  grid-area: 3 / 2 / 4 / 3;
  margin: 0 0 0 auto;
}

.contact-form button {
  background: #010C0F;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Overpass-Mono", monospace;
  padding: 0.5em 2em;
}

.contact-form button:focus,
.contact-form button:hover {
  color: #939089;
}

.contact-form button:active {
  background: #939089;
  color: #000000;
}

/*=====================================*/
.inTextLink:hover, .inTextLink:focus {
  color: #939089;
}

/*=====================================*/
.intro {
  align-items: end;
  display: grid;
  grid-template: 1fr / 1fr 100vh;
}

.intro-sentence {
  padding: 0 0 1.5em 0;
}

.intro-sketch-caption {
  line-height: 0;
  overflow-y: hidden;
}

/*=====================================*/
.legal {
  padding: 0 0 2em;
}

.legal-title {
  padding: 0 0 0.5em 0;
}

/*=====================================*/
.about-title {
  padding: 0 0 1em 0;
}

.about-figure {
  font-size: 1.25em;
  grid-area: 1 / 2 / 2 / 3;
  padding: 4em 0 0 0;
}

/*=====================================*/
.cnv-403,
.cnv-404,
.cnv-500 {
  left: 0;
  position: fixed;
  top: 0;
  z-index: -10;
}