body {
  margin: 64px 16px;
  font-family: "Karla", sans-serif;
  font-size: calc(1.1rem + 0.55vw);
  letter-spacing: -0.01em; }

h1 {
  font-size: calc(1rem + 0.5vw);
  color: #aaa;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  padding-top: 8px;
  font-weight: 700; }

h2 {
  font-size: calc(1.2rem + 0.6vw);
  font-weight: bold;
  margin: 0 0 0.5em; }

p {
  margin: 0 0 0.5em; }

a {
  text-decoration: none;
  color: #12abcd;
  font-weight: bold; }

small {
  font-size: 0.7em;
  color: #888; }

.section {
  max-width: 600px;
  margin: 0 auto 48px; }

.section-logo {
  margin-bottom: 32px; }

.section-h1 {
  margin-top: 64px; }

.section .year {
  font-size: calc(1rem + 0.5vw);
  color: #aaa;
  font-weight: bold; }

.section img {
  margin: 0.5em 0 0; }

.section .screen,
.section .photo {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e9e9e9; }

.logo {
  width: 10vw;
  min-width: 64px;
  max-width: 96px; }

/* Fluid video in iframe */
.video-wrapper {
  position: relative;
  display: block;
  padding-bottom: 52%;
  padding-top: 25px;
  height: 0;
  border-radius: 6px;
  margin: 1em 0 0.5em;
  overflow: hidden; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
