body {
  margin: 0;
  padding: 0;
  font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: #4F5354;
  background: #cbd8dd;
  margin: 0 auto;
  max-width: 1400px;
  -webkit-box-shadow: 0 0 15px 3px rgba(79, 83, 84, .1);
          box-shadow: 0 0 15px 3px rgba(79, 83, 84, .1)
}

main {
  background: white
}

.container {
  max-width: 700px;
  margin: 0 auto
}

@media (max-width: 760px) {

  .container {
    margin: 0 30px
  }
}

p {
  line-height: 1.5em
}

p a {
  color: #CF6060;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

p a:hover {
  border-bottom-color: #CF6060
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#9CD7F9), to(#D3F7FF));
  background: linear-gradient(to top, #9CD7F9, #D3F7FF);
  position: relative;
  height: 60vw;
  overflow: hidden
}

@media (min-width: 1200px) {

  header {
    height: 720px
  }
}

@media (max-width: 670px) {

  header {
    height: 401px
  }
}

header .text {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 50px 0;
  position: relative;
  z-index: 10
}

@media (max-width: 950px) {

  header .text {
    margin: 20px 0
  }
}

header h1 {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('/img/spike-text.svg');
  width: 155px;
  height: 64px
}

header h2 {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.9em;
  color: #4F5354;
  opacity: 0.8
}

header #backdrop {
  position: absolute;
  width: 100%;
  height: 60vw;
  overflow: hidden;
  background:
      url('/img/sand.svg') center bottom / 100% no-repeat,
      url('/img/mountains.svg') 50% 79% / 100% no-repeat,
      url('/img/sun.svg') 50% 120% / 50% no-repeat
}

@media (min-width: 1200px) {

  header #backdrop {
    height: 720px
  }
}

@media (max-width: 670px) {

  header #backdrop {
    height: 401px;
    background-size: initial;
    background-position: 50% 258px, 50% 190px, 50% 120px
  }
}

header #backdrop > div {
  background: url('/img/cloud.svg') no-repeat;
  position: absolute
}

header #backdrop .cloud1 {
  background-size: 147px 66px;
  width: 147px;
  height: 66px;
  top: 21vw;
  left: 12vw;
  opacity: 0.4
}

@media (min-width: 1200px) {

  header #backdrop .cloud1 {
    top: 253px;
    left: 144px
  }
}

header #backdrop .cloud2 {
  background-size: 78px 35px;
  width: 78px;
  height: 35px;
  top: 8vw;
  left: -2vw;
  opacity: 0.3
}

@media (min-width: 1200px) {

  header #backdrop .cloud2 {
    top: 85px;
    left: -17px
  }
}

header #backdrop .cloud3 {
  background-size: 63px 28px;
  width: 63px;
  height: 28px;
  top: 4vw;
  left: 33vw;
  opacity: 0.3
}

@media (min-width: 1200px) {

  header #backdrop .cloud3 {
    top: 48px;
    left: 396px
  }
}

header #backdrop .cloud4 {
  background-size: 78px 35px;
  width: 78px;
  height: 35px;
  top: 13vw;
  left: 65vw;
  opacity: 0.2
}

@media (min-width: 1200px) {

  header #backdrop .cloud4 {
    top: 156px;
    left: 780px
  }
}

header #backdrop .cloud5 {
  background-size: 147px 66px;
  width: 147px;
  height: 67px;
  top: 25vw;
  left: 75vw;
  opacity: 0.2
}

@media (min-width: 1200px) {

  header #backdrop .cloud5 {
    top: 300px;
    left: 900px
  }
}

header #backdrop .cloud6 {
  background-size: 147px 66px;
  width: 147px;
  height: 67px;
  top: 2vw;
  left: 92vw;
  opacity: 0.4
}

@media (min-width: 1200px) {

  header #backdrop .cloud6 {
    top: 24px;
    left: 1104px
  }
}

header .buttons {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 10
}

@media (max-width: 950px) {

  header .buttons {
    margin-bottom: 30px
  }
}

header .buttons > a {
  background: #CF6060;
  color: white;
  font-weight: bold;
  padding: 11px 0;
  width: 120px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .25s ease;
  transition: background .25s ease
}

@media (max-width: 700px) {

  header .buttons > a {
    font-size: 0.9em;
    padding: 9px 0;
    width: 110px
  }
}

header .buttons > a:hover {
  background: rgb(186, 86, 86)
}

header .buttons > a:first-child {
  margin-right: 40px
}

@media (max-width: 475px) {

  header .buttons > a:first-child {
    margin-right: 25px
  }
}

header .cactus {
  background: url('/img/cactus.svg');
  width: 11.2vw;
  height: 21.7vw;
  background-size: 11.2vw 21.7vw;
  position: relative;
  z-index: 10;
  -ms-flex-item-align: center;
      align-self: center
}

@media (min-width: 1200px) {

  header .cactus {
    width: 134px;
    height: 260px;
    background-size: 134px 260px
  }
}

@media (max-width: 670px) {

  header .cactus {
    width: 75px;
    height: 145px;
    background-size: 75px 145px
  }
}

nav {
  background: #4F5354;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0
}

nav a {
  margin-right: 25px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease
}

@media (max-width: 600px) {

  nav a {
    font-size: 0.9em;
    margin-right: 20px
  }
}

@media (max-width: 485px) {

  nav a {
    font-size: 0.8em;
    margin-right: 15px
  }
}

@media (max-width: 385px) {

  nav a {
    margin-right: 10px
  }
}

nav a:hover {
  opacity: .7
}

h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4em;
  margin: 1.7em 0
}

footer {
  margin-top: 50px;
  padding: 55px;
  height: 36px;
  background: #4F5354 url('/img/built-at.svg') center center no-repeat
}

/* nothing to see here, move along */

.secret-tumbleweed {
  width: 100px;
  height: 100px;
  background: url('/img/tumbly.svg') center center / 100px no-repeat;
  position: absolute;
  bottom: 17%;
  left: 0%;
  margin-left: -100px;
  z-index: 11;
  -webkit-animation: 6s linear 42s bojangle;
          animation: 6s linear 42s bojangle
}

@media (max-width: 850px) {

  .secret-tumbleweed {
    width: 90px;
    height: 90px;
    background-size: 90px
  }
}

@media (max-width: 750px) {

  .secret-tumbleweed {
    width: 70px;
    height: 70px;
    background-size: 70px
  }
}

@-webkit-keyframes bojangle {
  0% {
    bottom: 17%;
    left: 0%;
    margin-left: -100px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
  }
  20% {
    bottom: 7%
  }
  40% {
    bottom: 17%
  }
  60% {
    bottom: 7%
  }
  80% {
    bottom: 17%
  }
  100% {
    bottom: 7%;
    left: 100%;
    margin-left: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
  }
}

@keyframes bojangle {
  0% {
    bottom: 17%;
    left: 0%;
    margin-left: -100px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
  }
  20% {
    bottom: 7%
  }
  40% {
    bottom: 17%
  }
  60% {
    bottom: 7%
  }
  80% {
    bottom: 17%
  }
  100% {
    bottom: 7%;
    left: 100%;
    margin-left: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
  }
}

#intro {
  margin: 50px 0
}

#intro .video {
  width: 100%;
  margin-top: 50px
}

#intro .video iframe {
  width: 100%;
  height: 50vw;
  max-height: 394px
}

#resources ul {
  margin: 0;
  padding: 0;
  list-style: none
}

#resources li {
  margin-bottom: 2em
}

#resources a {
  color: #4F5354;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease
}

#resources a:hover {
  opacity: 0.8
}

#resources .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  height: 85px;
  margin-right: 30px;
  border-radius: 999px;
  background-color: #CF6060;
  background-position: center center;
  background-repeat: no-repeat
}

@media (max-width: 450px) {

  #resources .icon {
    display: none
  }
}

#resources .icon.docs {
  background-image: url('/img/docs.svg')
}

#resources .icon.articles {
  background-image: url('/img/articles.svg')
}

#resources .icon.plugins {
  background-image: url('/img/plugins.svg')
}

#resources .icon.community {
  background-image: url('/img/community.svg')
}

#resources .icon.built-with-spike {
  background-image: url('/img/built-with-spike.svg')
}

#resources h4 {
  font-size: 1.1em;
  margin: 0 0 .25em 0;
  font-weight: 600
}

#resources p {
  margin: 0;
  color: rgb(132, 135, 135)
}

#faq h4 {
  font-weight: 600;
  margin: 0 0 .5em 0
}

#faq p {
  color: rgb(132, 135, 135)
}
