@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*********************
TOOLS
*********************/
.group {
  zoom: 1; }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*********************
COLORS
*********************/
/*********************
SPACING
*********************/
/*********************
TYPOGRAPHY & ICONS
*********************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 25px; }

h1 {
  font-size: 4rem;
  line-height: 90%; }
  @media (min-width: 950px) {
    h1 {
      font-size: 6rem; } }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1rem; }

html {
  background: white; }
  html.empty {
    background: none; }

body {
  background: transparent;
  color: #231f20;
  font: 500 16px/150% "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  position: relative; }

a {
  color: #4d4d4d;
  text-decoration: underline; }
  a:hover {
    color: #333;
    text-decoration: none; }

a img, a:visited img {
  border: 0; }

p {
  margin-bottom: 25px; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: 700; }

.hidden {
  display: none !important; }

.video {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 950px) {
    .video {
      width: 75%;
      margin: 0 auto 50px; } }

figure {
  margin-bottom: 25px; }
  figure img {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    height: auto; }
  figure figcaption {
    font-style: italic;
    font-size: 1rem;
    padding: 0 10px;
    color: #b3b3b3; }

a#logo {
  margin: 2rem auto 1.5rem;
  display: block; }

header {
  padding: 25px 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: white; }

img#logo {
  width: 200px;
  height: auto;
  display: block; }

nav {
  text-align: left; }
  nav a {
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    color: white;
    transition: all 0.3s ease-in; }
    nav a:hover {
      color: rgba(255, 255, 255, 0.5); }
    nav a.on {
      margin-left: -20px; }
    nav a#btn-intro.on {
      margin-right: 20px; }
  nav ul {
    display: flex;
    flex-flow: column wrap; }
  nav li {
    display: inline-block;
    margin-bottom: 2px; }
  nav li:nth-child(1) a {
    background: #f9ae39; }
  nav li:nth-child(2) a {
    background: #ef4723; }
  nav li:nth-child(3) a {
    background: #a15ca4; }
  nav li:nth-child(4) a {
    background: #67318d; }
  nav li:nth-child(5) a {
    background: #5374b9; }
  nav li:nth-child(6) a {
    background: #29aae1; }

main#main {
  height: 100vh;
  position: relative; }

#content {
  width: 100%;
  height: 80vh;
  top: 20vh;
  position: absolute; }

#street-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative; }
  #street-wrapper #street {
    width: 100%;
    height: 600%;
    position: absolute;
    left: 0;
    top: -500%;
    transition: top 1s ease-in-out; }
  #street-wrapper #streetlines {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 12; }
    #street-wrapper #streetlines img {
      position: relative;
      height: 100%;
      width: auto;
      margin: 0 auto;
      display: block; }
  #street-wrapper .seg {
    width: 100%;
    height: 16.666%;
    position: relative;
    display: block; }
    #street-wrapper .seg h2 {
      position: absolute;
      top: 50%;
      left: 25px; }
  #street-wrapper #seg1 {
    background: #f9ae39; }
  #street-wrapper #seg2 {
    background: #ef4723; }
  #street-wrapper #seg3 {
    background: #a15ca4; }
  #street-wrapper #seg4 {
    background: #67318d; }
  #street-wrapper #seg5 {
    background: #5374b9; }
  #street-wrapper #seg6 {
    background: #29aae1; }
