/* =========================
   BASE
========================= */

html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background: #f3f3f3;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  color: #111;
}

.page-content {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================
   TOP LEFT NAME
========================= */

.page-content > div:nth-child(1) {
  position: fixed;
  top: 45px;
  left: 70px;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 20;
}

/* =========================
   TOP RIGHT MENU
========================= */

.page-content > div:nth-child(2) {
  position: fixed;
  top: 45px;
  right: 70px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.9;
  z-index: 20;
}

.page-content > div:nth-child(2) a {
  text-decoration: none;
  color: #111;
}

/* =========================
   VIDEO
========================= */

/* do not style the block */
/* only center the actual iframe */
iframe {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border: none !important;
  z-index: 1 !important;

  width: min(70vw, 1100px) !important;
  height: min(39.375vw, 62vh) !important;
}

/* =========================
   BOTTOM EMAIL
========================= */

.page-content > div:nth-child(4) {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 300;
  z-index: 20;
}
/* =========================
   MOBILE (IPHONE)
========================= */

@media (max-width: 768px) {
  iframe {
    width: 95vw !important;
    height: 53.4vw !important;
  }
}
