.n-contain {
  max-width: 77rem;
}

body.n-type {
  margin: 0;
  font-family: Roboto Mono;
  color: #565a5c;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
}
body.n-type p, body.n-type footer a[href] {
  font-family: Roboto;
}

.n-header-banner {
  background-color: #4285f4;
  color: #fff;
}

.n-header a[href] {
  text-transform: uppercase;
}

.n-banner h1 {
  font-size: 3.5em;
  margin: 0.5em 0;
  font-weight: 400;
}

.n-header a[href], footer a[href], main a[href] {
  text-decoration: none;
  font-weight: 500;
}

main .n-row > * {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.n-row.n-row--vertical > * > * {
  padding-bottom: 3em;
}

footer {
  padding-top: 7em;
}

footer a[href] + a[href] {
  margin-left: 1em;
}

footer ul.n-list li {
  display: inline-block;
}

svg {
  height: 2em;
}

.n-header svg {
  height: 1em;
  line-height: 1.5;
  opacity: 1;
}

footer svg {
  opacity: 0.5;
}

footer svg:hover {
  opacity: 1;
}

a.link-overlay, .playbutton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1.5em;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

a.link-overlay svg {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
}

.playbutton {
  z-index: 0;
  text-align: center;
}

.playbutton > svg {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}

.n-row.n-row--vertical > * > * {
  position: relative;
}

/*# sourceMappingURL=google-design.css.map */
