@import url("default.css");
@import url("header.css");
@import url("showcase.css");
@import url("mayor.css");
@import url("features.css");
@import url("how-to.css");
@import url("video.css");
@import url("mobile-app.css");
@import url("faq.css");
@import url("footer.css");

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

section {
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

h2 span {
  color: #E13551;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  font-stretch: condensed;
  position: relative;
  z-index: 2;
}

h4 {
  color: #E13551;
  font-size: 22px;
  font-weight: 400;
}

a.cta {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  z-index: 3;
}

a.dark {
  background-color: #000;
}

a.dark:hover {
  background: linear-gradient(13deg, #666 0%, #000 100%);
}

a.gradient {
  background: rgb(50,197,255);
  background: linear-gradient(13deg, rgba(50,197,255,1) 0%, rgba(182,32,224,1) 100%);
}

a.gradient:hover {
  background: rgb(50,197,255);
  background: linear-gradient(13deg, rgba(182,32,224,1) 0%, rgba(50,197,255,1) 100%);
}

#canvas {
  position: fixed;
  top: 0;
  z-index: 1;
}

@media (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
  #canvas {
    display: none;
  }
}