body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #ffffff url('../images/BG-shapes@2x.jpg');
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: top right;
  font-family: 'Avenir Next', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/assets/fonts/AvenirNext-Regular.eot');
  src: url('/assets/fonts/AvenirNext-Regular.eot') format('embedded-opentype'),
  url('../fonts/AvenirNext-Regular.woff') format('woff'),
  url('/assets/fonts/AvenirNext-Regular.ttf') format('truetype'),
  url('/assets/fonts/AvenirNext-Regular.svg') format('svg');

  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/assets/fonts/AvenirNext-Medium.eot');
  src: url('/assets/fonts/AvenirNext-Medium.eot') format('embedded-opentype'),
  url('../fonts/AvenirNext-Medium.woff') format('woff'),
  url('/assets/fonts/AvenirNext-Medium.ttf') format('truetype'),
  url('/assets/fonts/AvenirNext-Medium.svg') format('svg');

  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/assets/fonts/AvenirNext-DemiBold.eot');
  src: url('/assets/fonts/AvenirNext-DemiBold.eot') format('embedded-opentype'),
  url('../fonts/AvenirNext-DemiBold.woff') format('woff'),
  url('/assets/fonts/AvenirNext-DemiBold.ttf') format('truetype'),
  url('/assets/fonts/AvenirNext-DemiBold.svg') format('svg');

  font-style: normal;
  font-weight: 600;
}

h1 {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-size: 35px;
  color: #000000;
  line-height: 50px;
}

h2 {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-size: 35px;
  color: #000000;
  line-height: 50px;
}

h3 {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

h4 {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

h5 {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  font-family: 'Avenir Next';
  font-weight: 400;
  font-size: 18px;
  color: #7F7F7F;
  line-height: 30px;
}

a {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #4C4C4C;
  text-decoration: none;
}

ul {
  display: block;
  padding: 20px 0;
}

li {
  display: block;
}


.navigation-global {
  height: 90px;
}

.navigation-global section {
  height: 90px;
}

.navigation li {
  display: inline-block;
  margin-left: 50px;
}

.home {
  float: left;
  padding-top: 30px;
}

.navigation {
  float: right;
}

.nav-container {
  padding: 0 50px;
}

header {
  border-bottom: 1px solid #E5E5E5;
  min-height: 750px;
}

header h1 {
  padding-top: 230px;
}

header p {
  width: 460px;
  margin-top: 20px;
}

.row-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.logo {
  width: 300px;
  margin: auto;
  padding: 10px;
}

.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-text-container {
  margin: auto;
  max-width: 400px;
}

.button-primary {
  display: inline-block;
  color: #fff;
  background: #0067C8;
  padding: 10px 20px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
}

.button-primary-green {
  color: #286F5D;
  background: #52E0BB;
  padding: 10px 20px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
}

.button-outline {
  color: #0067C8;
  padding: 10px 20px;
  box-shadow: inset 0 0 0 3px rgba(0,103,200,0.30);
  border-radius: 10px;
}

.button-outline a {
  color: #0067C8;
}

.button-outline-inverse {
  color: #ffffff;
  padding: 10px 20px;
  box-shadow: inset 0 0 0 3px rgb(55, 136, 212);
  border-radius: 10px;
}

.hero-widget {
  height: 500px;
  box-shadow: 2px 2px 5px #abb2bf;
  margin-top: 140px;
  margin-left: 15%;
}

.hero-button {
  margin-top: 50px;
}

.hero-text {
  width: 50%;
  float: left;
}

.hero-image {
  width: 50%;
  float: right;
}

header ul {
  margin-top: 20px;
}

ul li {
  display: inline-block;
}

.button-play {
  display: inline-block;
  margin-left: 30px;
}

.button-play a {
  position: relative;
}

.play-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #B2D1EE;
  position: absolute;
}

.triangle {
  width: 0;
  height: 0;
  border-bottom: 9px solid #0067C8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(90deg);
  margin-left: 11px;
  margin-top: 10px;
}

.play-text {
  margin-left: 40px;
}

.partners {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #E5E5E5;
}

.partners h2 {
  margin-bottom: 60px;
}

.ethereum {
  margin-left: 140px;
}

.metamask-logo {
  margin-left: 130px;
}

.features {
  padding-top: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E5E5E5;
}

.features .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.feature-block {
  display: inline-block;
  max-width: 400px;
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0 15px;
}

.features p {
  margin-top: 20px;
}

.features h3 {
  display: inline-block;
  margin-left: 30px;
  position: absolute;
  top: 25px;
}

.feature-head {
  position: relative;
}

.subscribe {
  background: #0067C8;
  padding: 100px 0;
  text-align: center;
}

.subscribe h2 {
  color: #fff;
}

.subscribe p {
  color: #99C2E9;
  max-width: 460px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 10px;
}

.easy-setup {
  text-align: center;
  background-image: linear-gradient(-180deg, #2D3C51 0%, #141C28 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.easy-setup h2 {
  color: #fff;
  width: 100%;
  margin: auto;
}

.light-copy {
  margin: 20px auto 60px;
  max-width: 460px;
  color: #A9AFB6;
  padding: 10px;
}

.code-placeholder {
  background: #282c34;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
  border-radius: 10px;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  max-width: 940px;
}

.code-placeholder pre {
  padding: 30px 40px;
}

.setup-cta {
  text-align: left;
  margin-top: 40px;
  max-width: 940px;
  padding: 0 50px;
}

.cta-copy {
  display: inline-block;
  margin: 0;
  text-align: left;
}

.cta-action {
  color: #fff;
  display: inline-block;
  float: right;
}

footer {
  background: #fff;
  padding: 0 30px;
}

.footer-wrap {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0px;
}

footer ul li {
  display: block;
  margin-bottom: 5px;
}

footer .nav-col {
  display: inline-block;
}

.nav-col {
  width: 220px;
  vertical-align: top;
}

.footer-wrap .home {
  float: left;
}

.footer-wrap .site-nav {
  float: right;
}

.nav-col a {
  opacity: 0.5;
  font-family: 'Avenir Next';
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
}

.footer-home {
  display: inline-block;
  margin-left: 20px;
}

.site-nav {
  margin-bottom: 100px;
}

.copywright {
  width: 100%;
  border-top: 1px solid #E5E5E5;
  margin-top: 280px;
  position: relative;
  padding: 20px 0;
}

.copywright p {
  display: inline-block;
  margin-left: 20px;
}

.copywright select {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  line-height: 30px;
  display: inline-block;
  float: right;
  position: absolute;
  top: 20px;
  right: 0px;
  background: none;
  border: none;
}

@media screen and (max-width: 500px) {
  .nav-container {
    padding: 0;
  }
  .navigation-global {
    height: 150px;
  }

  .navigation-global section {
    height: 150px;
    text-align: center;
  }

  .home {
    float: none;
    padding-top: 30px;
  }

  .navigation {
    float: none;
  }
  #ethereum {
    padding-top: 50px;
  }
  .setup-cta {
    text-align: center;
  }

  .cta-copy {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }

  .cta-action {
    margin: auto;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .footer-home {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .footer-wrap {
    padding-top: 25px;
  }

  .footer-wrap .site-nav {
    float: none;
    margin-bottom: 0;
  }

  .copywright {
    margin-top: 0;
  }
  .navigation li {
    margin-left: 10px;
  }

  .hero-text {
    text-align: center;
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .hero-image {
    float: none;
    margin: 70px auto;
    text-align: center;
    width: 100%;
  }

  .hero-widget {
    margin: auto;
  }
  
  header h1 {
    margin: auto;
    padding-top: 100px;
  }

  header p {
    margin: auto;
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
  
  .code-placeholder pre {
    padding: 20px 10px;
  }
}
