html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  scroll-behavior: smooth;
  /*
  background: -moz-linear-gradient(-45deg, #64002c 0%, #230949 100%);
  background: -webkit-linear-gradient(-45deg, #64002c 0%,#230949 100%);
  background: linear-gradient(135deg, #64002c 0%,#230949 100%);
  */
}

h2 {
  font-size: 1.7em;
  font-weight: 700;
}


.wrapper {
  max-width: 990px;
  position: relative;
  margin: auto;
  z-index: 1;
}

header  {
  /*background: #000a2a;*/
  color: white;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
  /* background: #030116; */
  background: #171520;
}

header .wrapper {
  padding: 60px 0px 150px 0px;
}

header .header-content {
  width: calc(100% - 480px);
}

header h1 {
  font-weight: 700;
  font-size: 1.8em;
  margin-top: 120px;
}

header p {
  font-weight: 300;
  padding: 5px 0 25px;
}

header a.cta {
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 700;
  margin: 10px;
  padding: 18px 35px;
  text-decoration: none;
  text-transform: uppercase;
}
header a.cta-web {
  background-color: #1b31ab;
  background: linear-gradient(135deg, rgb(6, 130, 232) 0%, rgb(1, 215, 95) 100%);
  box-shadow: 0px 0px 40px rgba(89, 255, 224, 0.1);
  margin-left: 0;
}
header a.cta-web:hover {
  background-color: #2a44d3;
  background: linear-gradient(135deg, rgb(15, 147, 255) 0%, rgb(13, 239, 113) 100%);
  box-shadow: 0px 0px 40px rgba(89, 255, 224, 0.12);
}
header a.cta-download {
  border: 1px solid #ffffff4a;
}
header a.cta-download:hover {
  border: 1px solid #ffffff99;
}

header img.logo {
  width: 115px;
}

header img.phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
}

header .links {
  position: absolute;
  right: 0;
  top: 50px;
  text-align: right;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

header .links a.link {
  display: inline-block;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
  margin: 5px 10px 10px 0;
}

header .links a {
  margin: 5px 12px 5px 5px;
  opacity: .7;
}

header .links a:hover {
  opacity: 1;
  color: #fff;
}

header .links .icon img {
  width: 22px;
  filter: invert(100%);
    -webkit-filter: invert(100%);
}

#particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

section {
  padding: 50px 20px;
}

.accent {
  color: #5bc509;
}

.features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.feature {
  width: 18%;
  padding: 2%;
  box-shadow: 0 0 30px rgba(0,0,0,.1);
  border-radius: 5px;
}

.feature:hover {
  box-shadow: 0 10px 45px rgba(0,0,0,.15);
}

.feature h3 {
  margin: 10px 0;
}

.feature p {
  font-weight: 300;
  font-size: .9em;
}

.feature img {
  width: auto;
  height: 30px;
  margin: 10px 0;
}

.examples {
}

.examples li {
  font-weight: 400;
}

.examples a {
  color: #2b7bb9;
  text-decoration: none;
}

.examples a:hover {
  color: #3b94d9;
}

.examples .more {
  font-size: 0.8em;
}

.twitter-timeline {
  box-shadow: 0 0 40px rgba(0,0,0,.1);
}

.screenshot {
  display: flex;
  margin: 50px 0;
  align-content: flex-start;
  align-items: center;
}

.screenshot .description {
  width: 35%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-content: center;
  align-items: center;
  padding: 0 40px;
}

.screenshot h1, .server h1 {
  font-weight: 300;
  margin-bottom: 0;
}

.screenshot img {
  width: 65%;
  height: auto;
  box-shadow: 0 0 40px rgba(0,0,0,.15);
  border-radius: 5px;
}

.screenshot img:hover {
  box-shadow: 0 10px 50px rgba(0,0,0,.2);
}

.screenshot p, .server p {
  font-size: 0.9em;
  color: #474747;
}

.server {
  width: 480px;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  padding: 20px 35px;
  border: 1px solid #e4e4e4;
  background: #eaeaea;
}

.small-social {
  position: absolute;
  top: 160px;
  padding: 10px 15px;
}

.small-social a {
  font-size: 0.7em;
  color: #999;
  text-decoration: none;
}

.footer {
  background: #171520;
  color: white;
}

.footer p {
  font-size: 0.8em;
  font-weight: 300;
  color: #888;
}

.footer .copy {
  font-size: 14px;
}

.apps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.app {
  width: 45%;
  padding-right: 10px;
  margin: 20px 0 30px 0;
}

.app h4 {
  font-size: 20px;
  margin: 5px 0;
  font-weight: 400;
}

.app p {
  margin: 5px 0;
}

.app a.title {
  color: white;
  text-decoration: none;
  opacity: .85;
}

.app a.title:hover {
  opacity: 1;
}

.app a.btn {
  color: #eee;
  font-size: 14px;
  text-decoration: none;
  background: #302d38;
  padding: 5px 8px;
  opacity: .4;
  border-radius: 3px;
}

.app a.btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 860px) {
  .desktop-only {
    display: none;
  }

  header .header-content {
    width: 100%;
    text-align: center;
  }

  header img.logo {
    width: 40%;
    max-width: 200px;
  }

  header .wrapper {
    padding-bottom: 20px;
  }

  header .links {
    position: initial;
    margin: 30px 0;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
  }

  header a.cta {
    width: 100%;
    max-width: 350px;
    margin: 7px 0;
    padding: 23px 0;
    text-align: center;
  }

  header p {
    padding-bottom: 60px;
  }

  header .links a.link {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  header .links .social {
    margin-top: 25px;
  }

  header .phone {
    display: none;
  }

  .feature, .app {
    width: 90%;
    padding: 5%;
    margin-bottom: 20px; 
  }

  .screenshot {
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 50px;
  }
  .screenshot img {
    width: 100%;
  }
  .screenshot .description {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
  }
  .server {
    width: 90%;
    padding: 5%;
  }
  .small-social {
    display: none;
  }
}
