/* ------------------------ Center Piece ------------------------ */

.central {
  height: 94vh;
  background-color: var(--main-color);
  color: var(--bright-text);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 6vw;
}

.central h1 {
  color: var(--accent-color);
  font-size: 5rem;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0.3em;
}

.central a {
  font-size: 4rem;
  display: inline;
}

.central .icons {
  text-align: center;
}

sketchfab-component {
  height: 100%;
}

.sketchfab-embed-wrapper {
  height: 100%;
  width: 100%;
}

.sketchfab-embed-wrapper iframe {
  height: 100%;
  aspect-ratio: 1 / 2;
}

@media (max-aspect-ratio: 1/1) {
  sketchfab-component {
    height: 60vh;
  }

  .central {
    flex-direction: column;
  }
}
