@import 'https://fonts.googleapis.com/css?family=Hind:300,700';

body {
  background: #1a1a1a !important;
}

.container-fluid {
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0;
}

h1 {
  padding-top: 48px;
  font-family: hind,sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

p, li {
  font-family: hind,sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  max-width: 640px;
}

em {
  font-family: hind,sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  max-width: 640px;
}

.crypto {
  font-family: hind,sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  max-width: 640px;
}

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
    margin: 0;
  }
  h1 {
    padding-top: 24px;
    font-family: hind,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  p, li {
    font-family: hind,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .crypto {
    font-family: hind,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  em {
    font-family: hind,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  
}