/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

input, textarea, select, button {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4 {
  margin: 0px;
}

h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}

.center {
  text-align: center;
}

.video iframe {
  max-width: 100%;
  width: 700px;
  height: 393px;
}
@media only screen and (max-width: 600px) {
  .video iframe {
    width: 400px;
    height: 225px;
  }
}
@media only screen and (max-width: 400px) {
  .video iframe {
    width: 300px;
    height: 168px;
  }
}

.vex.vex-theme-default .vex-content {
  font-family: "Barlow", sans-serif;
}
.vex.vex-theme-default .vex-content h3 {
  color: #4d6dac;
}
.vex.vex-theme-default .vex-content h3.error {
  color: #c62f31;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
  background: #4d6dac;
}

.small-spacing {
  padding-top: 42px;
  padding-bottom: 42px;
}

.medium-spacing {
  padding-top: 62px;
  padding-bottom: 62px;
}

.static-nikola-background {
  background-image: url("../img/nikola-body-background.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
@media (hover: none) {
  .static-nikola-background {
    background-size: initial;
  }
}

.main-container-width {
  position: relative;
}
.main-container-width .inner-container {
  position: relative;
  width: 1280px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.intro {
  padding-top: 8rem;
  text-align: center;
  font-size: 1.2rem;
  color: #1f2022;
}
@media only screen and (max-width: 400px) {
  .intro {
    padding-top: 2rem;
  }
}
.intro h1 {
  color: #58595b;
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .intro h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 400px) {
  .intro h1 {
    font-size: 1.6rem;
  }
}
.intro .title-img {
  width: 1090px;
  max-width: 90%;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 400px) {
  .intro .title-img {
    margin-bottom: 2rem;
  }
}
.intro .kickstarter-logo, .intro .just-launched {
  display: block;
  width: 400px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 400px) {
  .intro .kickstarter-logo, .intro .just-launched {
    width: 240px;
  }
}
.intro .kickstarter-logo img, .intro .just-launched img {
  width: 100%;
}
.intro .logo-spacing {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 400px) {
  .intro .logo-spacing {
    margin-bottom: 2rem;
  }
}
.intro .sign-up-form {
  max-width: 970px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #808285;
}
.intro .sign-up-form input[type=text] {
  box-sizing: border-box;
  width: 100%;
  color: #808285;
  border: 0px;
  padding: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.intro .sign-up-form button {
  width: 100%;
  background-color: #4d6dac;
  color: #ffffff;
  border: 0px;
  padding: 16px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 300ms ease, color 300ms ease;
}
.intro .sign-up-form button:hover {
  opacity: 0.9;
}
.intro .sign-up-form button.loading {
  color: transparent;
  background-image: url("../img/loading.gif");
}
.intro .sign-up-form .h-captcha {
  margin-top: 1rem;
}

.our-mission {
  box-sizing: border-box;
  height: 770px;
  padding-top: 10rem;
  background-image: url("../img/our-mission-tesla.png"), url("../img/our-mission-background.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 86% top, center top;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 1400px) {
  .our-mission {
    background-position: right -140px top, center top;
  }
}
@media only screen and (max-width: 600px) {
  .our-mission {
    padding-top: 5rem;
  }
}
.our-mission p {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 1.2rem;
}
@media only screen and (max-width: 400px) {
  .our-mission p {
    font-size: 1.1rem;
  }
}

.our-process {
  background-color: #4d6dac;
  color: #ffffff;
  padding-top: 56px;
  padding-bottom: 130px;
}
.our-process .our-process-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.our-process .our-process-steps .our-process-step {
  position: relative;
  width: 382px;
  height: 674px;
  background-image: url("../img/our-process-border.svg");
  background-repeat: no-repeat;
  background-position: center top 50px;
  background-size: contain;
  box-sizing: border-box;
  padding: 28px;
  padding-top: 64px;
}
.our-process .our-process-steps .our-process-step .step-index {
  position: absolute;
  left: 16px;
  top: 0px;
  width: 80px;
  text-align: center;
  font-size: 6.5rem;
}
.our-process .our-process-steps .our-process-step h3 {
  min-height: 5rem;
  padding-left: 66px;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .our-process .our-process-steps .our-process-step h3 {
    font-size: 1.8rem;
  }
}
.our-process .our-process-steps .our-process-step p {
  font-size: 1.75rem;
}
@media only screen and (max-width: 600px) {
  .our-process .our-process-steps .our-process-step p {
    font-size: 1.5rem;
  }
}

.experience-nikola-tesla {
  background-color: #ffffff;
  color: #4d6dac;
  padding-top: 124px;
  padding-bottom: 124px;
}
@media only screen and (max-width: 600px) {
  .experience-nikola-tesla {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.experience-nikola-tesla .experience-nikola-tesla-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 72px;
}
@media only screen and (max-width: 400px) {
  .experience-nikola-tesla .experience-nikola-tesla-steps {
    flex-direction: column;
  }
}
.experience-nikola-tesla .experience-nikola-tesla-steps .experience-nikola-tesla-step {
  margin-bottom: 32px;
}
.experience-nikola-tesla .experience-nikola-tesla-steps .experience-nikola-tesla-step .experience-nikola-tesla-step-image {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.experience-nikola-tesla .experience-nikola-tesla-steps .experience-nikola-tesla-step.vr .experience-nikola-tesla-step-image {
  background-image: url("../img/experience-nikola-tesla--vr.svg");
}
.experience-nikola-tesla .experience-nikola-tesla-steps .experience-nikola-tesla-step.holo .experience-nikola-tesla-step-image {
  background-image: url("../img/experience-nikola-tesla--holo.svg");
}
.experience-nikola-tesla .experience-nikola-tesla-steps .experience-nikola-tesla-step.anim .experience-nikola-tesla-step-image {
  background-image: url("../img/experience-nikola-tesla--anim.svg");
}
.experience-nikola-tesla .experience-nikola-tesla-steps .experience-nikola-tesla-step.apps .experience-nikola-tesla-step-image {
  background-image: url("../img/experience-nikola-tesla--apps.svg");
}
.experience-nikola-tesla .experience-nikola-tesla-steps .experience-nikola-tesla-step .experience-nikola-tesla-step-title {
  padding-top: 64px;
  text-align: center;
}

.rewards {
  background-color: #ffffff;
  color: #58595b;
  text-align: center;
  padding-top: 124px;
  padding-bottom: 124px;
}
@media only screen and (max-width: 600px) {
  .rewards {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.rewards h2 {
  color: #4d6dac;
}
.rewards .rewards-list {
  padding-top: 2rem;
}
.rewards .rewards-list .reward {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.rewards .rewards-list .reward.reverse {
  flex-direction: row-reverse;
}
.rewards .rewards-list .reward .reward-image {
  width: 500px;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  .rewards .rewards-list .reward .reward-image {
    width: 360px;
    height: 360px;
  }
}
.rewards .rewards-list .reward .reward-image.video {
  display: flex;
  align-items: center;
}
.rewards .rewards-list .reward .reward-image.video iframe {
  max-width: 100%;
}
.rewards .rewards-list .reward.high-five .reward-image {
  background-image: url("../img/rewards/high-five.jpg");
}
.rewards .rewards-list .reward.top-inventions-book .reward-image {
  background-image: url("../img/rewards/top-inventions-book.jpg");
}
.rewards .rewards-list .reward.silver-coin .reward-image {
  background-image: url("../img/rewards/silver-coin.jpg");
}
.rewards .rewards-list .reward.tesla-stamps .reward-image {
  background-image: url("../img/rewards/tesla-stamps.jpg");
}
.rewards .rewards-list .reward.hoodies .reward-image {
  background-image: url("../img/rewards/tshirts-hoodies.jpg");
}
.rewards .rewards-list .reward.books .reward-image {
  background-image: url("../img/rewards/books.jpg");
}
.rewards .rewards-list .reward.theme-music .reward-image {
  background-image: url("../img/rewards/theme-music.jpg");
}
.rewards .rewards-list .reward.licence .reward-image {
  background-image: url("../img/rewards/licence.jpg");
}
.rewards .rewards-list .reward .reward-title {
  width: 500px;
}
.rewards .rewards-list .reward .reward-title h3 {
  font-size: 2.6rem;
}
.rewards .rewards-list .reward .reward-title p {
  font-size: 1.2rem;
}
.rewards .rewards-more {
  color: #4d6dac;
  font-size: 1.4rem;
  font-weight: 600;
}

.team {
  background-color: #f9fbfe;
  padding-top: 124px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .team {
    padding-top: 42px;
  }
}
.team h2 {
  color: #4d6dac;
}
.team .inner-container > p {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 248px;
}
@media only screen and (max-width: 600px) {
  .team .inner-container > p {
    padding-bottom: 84px;
  }
}
.team .team-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 800px;
  max-width: 90%;
  padding-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
}
.team .team-list .team-member {
  width: 230px;
  background-color: #ffffff;
  margin-bottom: 32px;
  transition: opacity 300ms ease;
  opacity: 1;
}
.team .team-list .team-member:hover {
  opacity: 0.8;
}
.team .team-list .team-member img {
  width: 230px;
}
.team .team-list .team-member .team-member-description {
  padding: 14px;
  padding-bottom: 8px;
}
.team .team-list .team-member .team-member-description h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #4d6dac;
  text-transform: uppercase;
}
.team .team-list .team-member .team-member-description p {
  font-size: 0.9rem;
  color: #58595b;
}

.follow {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  padding-top: 72px;
  padding-bottom: 36px;
  background-image: url("../img/follow-background.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  /*background-size: cover;*/
  background-attachment: fixed;
}
.follow #countdown {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 510px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}
.follow #countdown > div {
  width: 112px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  border: 1px solid #ffffff;
}
.follow #countdown > div:after {
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 1rem;
}
.follow #countdown > div:nth-child(1):after {
  display: block;
  content: "days";
}
.follow #countdown > div:nth-child(2):after {
  display: block;
  content: "hours";
}
.follow #countdown > div:nth-child(3):after {
  display: block;
  content: "minutes";
}
.follow #countdown > div:nth-child(4):after {
  display: block;
  content: "seconds";
}
.follow .kickstarter-logo, .follow .just-launched {
  max-width: 340px;
}
.follow .logo-spacing {
  margin-bottom: 2.5rem;
}
.follow .sign-up-button {
  display: inline-block;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 16px;
  margin-bottom: 54px;
  background-color: #ffffff;
  color: #4d6dac;
  text-decoration: none;
  font-size: 1.2rem;
  border: 1px solid #ffffff;
  transition: background-color 300ms ease, color 300ms ease;
}
.follow .sign-up-button:visited {
  color: #4d6dac;
}
.follow .sign-up-button:hover {
  background-color: #4d6dac;
  color: #ffffff;
}
.follow-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 182px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
.follow-list .follow-item {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  transition: transform 600ms ease;
}
.follow-list .follow-item:hover {
  transform: rotate(359deg);
}
.follow-list .follow-item.facebook {
  background-image: url("../img/follow-fb.svg");
}
.follow-list .follow-item.instagram {
  background-image: url("../img/follow-ig.svg");
}
.follow-list .follow-item.link {
  background-image: url("../img/follow-website.svg");
}

.footer {
  background-color: #f8fcff;
  color: #808285;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 140px;
  padding-bottom: 16px;
}
.footer .footer-logo {
  width: 160px;
  margin-bottom: 62px;
}

/*# sourceMappingURL=style.css.map */
