html {
  font-size: 62.5%;
}
@media (min-width: 1200px) {
  html {
    font-size: 68%;
  }
}
body {
  color: #222;
  font-family: "Benton Sans", Helvetica, Sans-serif;
  margin-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
}
main {
  margin-top: 1rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  line-height: 2.4rem;
}
h1,
h2.title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #373fff;
}
h1 a,
h2.title a {
  color: #e75dff;
}
h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #31ccd4;
}
p {
  margin-left: 1rem;
  line-height: 2rem;
  font-size: 1.6rem;
}
li,
blockquote {
  margin-top: 1.5rem;
  line-height: 2rem;
  font-size: 1.6rem;
}
li b,
blockquote b {
  color: #fb9f58;
}
.nav-link {
  margin-left: 1rem;
}
h1,
h2,
h3,
p,
.bird {
  max-width: 50rem;
}
section h2 {
  max-width: 55rem;
}
section p {
  line-height: 1.5;
}
a {
  color: #373fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
header,
section,
footer {
  margin-top: 5.5rem;
}
.logo {
  padding-bottom: 1rem;
}
header h2 {
  margin-bottom: 3.5rem;
}
.bird {
  display: inline-block;
  width: 7.5rem;
  vertical-align: middle;
}
.cta {
  margin-top: 1.5rem;
}
button {
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  border: solid #222 0.2rem;
  display: inline-block;
  border-radius: 5px;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  background-color: #83ffcd;
  box-shadow: 4px 4px 0 #222;
  margin-bottom: 1rem;
}
button:hover {
  box-shadow: 2px 2px 0 #222;
  position: relative;
  top: 2px;
  left: 2px;
}
button:active {
  box-shadow: none;
}
.button-secondary {
  background-color: #fff;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.button-secondary:hover {
  background-color: secondary-background-hover;
}
.emphasis {
  font-weight: 600;
}
footer {
  border-top: 1px solid #9b9b9b;
  padding-top: 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
footer p {
  margin-top: 1rem;
  margin-left: initial;
}
footer .bird {
  display: inline-block;
  vertical-align: middle;
  width: 3.5rem;
  margin-right: 0.5rem;
}
span.hero p {
  margin-left: 0;
}
span.hero div button {
  margin-top: 2.5rem;
}
.screenshot {
  max-width: 95%;
  height: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 8px 6px 0 rgba(0,0,0,0.2);
  margin-bottom: 2rem;
  border: 1px solid #000;
}
.screenshot canvas,
.screenshot img {
  max-width: 100%;
  border-radius: 5px;
}
.screenshot .gifffer-play-button {
  top: 35%;
  left: 45%;
}
.illustration {
  display: inline;
  margin-bottom: 1rem;
  margin-left: 1rem;
  max-width: 90%;
}
.beta-notice {
  background-color: #fcf3b0;
  color: #222;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  padding-top: 0.4rem;
}
input {
  font-size: 1.6rem;
  border: 0;
  border-bottom: 2px solid #222;
  padding: 0.5rem;
  margin-right: 0.6rem;
  padding-top: 0.8rem;
  padding-left: 0.5rem;
  padding-bottom: 0.9rem;
  width: 25.5rem;
  border-radius: 0;
}
input:focus {
  outline: none;
  background-color: #d8f8ff;
}
.error {
  background-color: #ff7967;
}
.error::-webkit-input-placeholder {
  color: #ffd1c7;
}
.error::-moz-placeholder {
  color: #ffd1c7;
}
.error:-ms-input-placeholder {
  color: #ffd1c7;
}
.error::placeholder {
  color: #ffd1c7;
}
.error:focus {
  background-color: #ff7967;
}
.trello {
  width: 10%;
}
.stack {
  width: 9%;
}
.hidden {
  display: none;
}
.form-submitted {
  font-weight: 600;
  max-width: 50rem;
  background-color: #c1ffe6;
  padding: 0.3rem 0.5rem;
  padding-top: 0.4rem;
  margin-top: 1rem;
}
.form-submitted p {
  margin: 0;
  display: inline-block;
}
hr {
  background-color: #e5e5e5;
  height: 1px;
  border: none;
}
@media (min-width: medium) {
  .contact {
    padding-top: 4em;
  }
}
@media (min-width: large) {
  .contact {
    padding-top: 6em;
  }
}
@media (min-width: extralarge) {
  .contact {
    padding-top: 10em;
  }
}
.contact-form {
  background: #9de0fc;
  border-radius: 5px;
  font-weight: 600;
  margin: 0 auto;
  padding: 1em;
}
@media (min-width: large) {
  .contact-form {
    padding: 2em;
    width: 76.851851852%;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form .contact-form-desc {
    width: 43.614457831%;
    padding-right: 2em;
  }
  .contact-form .contact-form-desc p {
    padding-top: 5px;
  }
  .contact-form .contact-form-inputs {
    width: 56.385542169%;
  }
  .contact-form .contact-success {
    width: 56.385542169%;
    margin: 0 auto;
  }
}
.contact-form .contact-logo {
  display: none;
}
@media (min-width: large) {
  .contact-form .contact-logo {
    display: block;
    width: 100px;
    height: 100px;
  }
}
.contact-form .contact-success {
  text-align: center;
}
.contact-form .contact-success img {
  height: 5em;
  width: 5em;
  margin-bottom: 2em;
}
.contact-form .form-input {
  background: none;
  border: 0;
  border-bottom: 2px solid #192445;
  border-radius: 0;
  color: #192445;
  font-weight: 600;
  width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
}
.contact-form .form-input:focus {
  background: rgba(255,255,255,0.5);
  outline: none;
}
.contact-form .form-input.error {
  background-color: #e75dff;
}
@media (min-width: large) {
  .contact-form .form-input {
    font-size: 1rem;
  }
}
@media (min-width: extralarge) {
  .contact-form .form-input {
    font-size: 1.125rem;
  }
}
.contact-form ::-webkit-input-placeholder {
  color: rgba(25,36,69,0.6);
}
.contact-form ::-moz-placeholder {
  color: rgba(25,36,69,0.6);
}
.contact-form :-ms-input-placeholder {
  color: rgba(25,36,69,0.6);
}
.contact-form ::placeholder {
  color: rgba(25,36,69,0.6);
}
@media (min-width: large) and (min-width: extralarge) {
  .contact-form {
    padding: 3em;
  }
}
.cta,
.form-submit {
  margin: 0;
  background-color: #83ffcd;
  border-radius: 5px;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #222;
  color: #000;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0.5em 0.75em 0.375em;
  text-decoration: none;
}
@media (min-width: medium) {
  .cta,
  .form-submit {
    font-size: 1rem;
  }
}
@media (min-width: extralarge) {
  .cta,
  .form-submit {
    padding: 0.75em 2em 0.65em;
  }
}
.cta:hover,
.form-submit:hover {
  color: #000;
  background-color: #83ffcd;
  box-shadow: 2px 2px 0 #222;
  position: relative;
  left: 2px;
  top: 2px;
}
.form-submit {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1em;
  -webkit-appearance: none;
}
.form-sending {
  background: #ff5c5b;
  box-shadow: none;
  cursor: not-allowed;
}
.sending {
  display: inline-block;
  overflow: hidden;
  line-height: 1.5em;
  vertical-align: text-bottom;
  height: 1.3em;
  width: 1.3em;
  position: relative;
  margin-left: 10px;
  top: 1px;
}
.sending:after {
  content: "🕐\a 🕑\a 🕒\a 🕓\a 🕔\a 🕕\a 🕖\a 🕗\a 🕘\a 🕙\a 🕚\a 🕛";
  position: absolute;
  white-space: pre;
  text-align: left;
  width: 1.3em;
  animation: spin 3s steps(12) infinite;
}
.hidden {
  display: none;
}
.beta {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 4;
  display: inline-block;
  background-color: #fcf3b0;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  padding-bottom: 2px;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
}
.wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wistia_embed.wistia_async_68uqkfnff6 {
  display: inline-block;
  height: 95%;
  width: 100%;
}
.wistia_embed.wistia_async_413ljrk4gi {
  height: 95%;
}
.projects {
  display: -ms-flexbox;
  display: flex;
}
.projects .project {
  font-size: 1.6em;
  background-color: #9de0fc;
  border-radius: 5px;
  width: 95%;
  max-width: 578px;
  padding: 22px;
  position: relative;
  transition: 0.1s all;
}
.projects .project:after {
  bottom: 100%;
  left: 1.5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #9de0fc;
  border-width: 6px;
}
.user-names {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  margin-bottom: 5px;
}
.users .user img {
  width: 32px;
  height: auto;
  position: relative;
  display: inline;
  border-radius: inherit;
}
.users .user {
  display: inline-block;
}
.users .user:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.users .user:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.users {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.quote {
  margin-top: 4em;
}
.leftLinks {
  float: left;
}
.rightLinks {
  float: right;
}
.form-submit {
  width: 50%;
  min-width: 120px;
  max-width: 200px;
}
.featured-projects p {
  margin-bottom: 0;
}
.featured-projects ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .featured-projects ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.featured-projects li {
  margin-top: 0.5em;
  list-style-type: none;
  margin-right: 10px;
  display: inline-block;
}
.featured-projects li:last-child {
  margin-right: 0;
}
@media (max-width: largeViewport) {
  .featured-projects li {
    width: 48%;
  }
}
@media (max-width: mediumViewport) {
  .featured-projects li {
    width: 100%;
  }
}
@media (max-width: smallViewport) {
  .featured-projects li {
    margin-right: 0;
  }
}
.featured-projects .featured {
  cursor: pointer;
  margin-right: 10px;
  background-color: #e5e5e5;
  display: block;
  width: 100%;
  max-width: 375px;
  height: auto;
  border-radius: 5px;
}
@media (max-width: largeViewport) {
  .featured-projects .featured {
    max-width: 425px;
  }
}
.featured-projects .featured:last-child {
  margin-right: 0;
}
.featured-projects .badge {
  margin-left: 5px;
}
.featured-projects .featured-container {
  position: relative;
}
.featured-projects .featured-container:hover .project-name {
  text-decoration: underline;
}
.featured-projects .featured-container .project-name {
  position: absolute;
  margin: 0;
  padding: 10px;
  padding-bottom: 5px;
  bottom: 0;
  left: 0;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
h3 {
  margin-bottom: 1.5rem;
}
div.contact-form-inputs a input.form-submit {
  margin-left: 0px;
  max-width: 250px;
  min-width: 220px;
}
div.contact-form-inputs a input.form-submit.oss {
  margin-left: 0px;
  max-width: 150px;
  min-width: 120px;
}
div.contact-form-inputs a:hover {
  text-decoration: none;
}
footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: auto;
}
footer p {
  margin-top: 1rem;
  margin-left: initial;
}
footer p:first-child {
  margin-top: 0;
}
footer .bird {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  margin-right: 0.3rem;
}
footer .glitch-for-links {
  margin-top: 1rem;
}
.made-in-glitch {
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
.button,
button {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  background-color: #fff;
  border: solid #222 2px;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 12px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.button:hover,
button:hover {
  background-color: #83ffcd;
}
.button:active,
button:active {
  background-color: secondary-background-active;
  color: #222;
}
.button.has-emoji,
button.has-emoji {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
pre {
  background-color: #fff0ff;
  font-size: 12px;
  margin-left: 1rem;
  padding: 0.5em 0.25em;
}
.emoji {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-size: contain;
}
.emoji.bento-box {
  background-image: url("https://cdn.glitch.com/55f8497b-3334-43ca-851e-6c9780082244%2Fbento-box.png?1502469566743");
}
.emoji.octocat {
  background-image: url("https://gomix.com/images/emojis/github-logo-light.svg");
  margin-left: 4px;
}
.emoji.facebook {
  background-image: url("https://cdn.gomix.com/2bdfb3f8-05ef-4035-a06e-2043962a3a13%2Ffacebook-logo.png");
  width: 15px;
  margin-left: 4px;
}
.emoji.balloon {
  background-image: url("https://cdn.gomix.com/2bdfb3f8-05ef-4035-a06e-2043962a3a13%2Fballoon.png");
}
.emoji.sparkles {
  background-image: url("https://cdn.glitch.com/f7224274-1330-4022-a8f2-8ae09dbd68a8%2Fsparkles.png?1494859430570");
}
.emoji.carp_streamer {
  background-image: url("https://cdn.glitch.com/f7224274-1330-4022-a8f2-8ae09dbd68a8%2Fcarp_streamer.png?1495811307116");
}
.emoji.pushpin {
  background-image: url("https://cdn.glitch.com/55f8497b-3334-43ca-851e-6c9780082244%2Fpushpin.png?1500918744339");
}
.emoji.thumbs_down {
  background-image: url("https://cdn.glitch.com/55f8497b-3334-43ca-851e-6c9780082244%2Fthumbs_down.png?1503415943993");
}
.emoji.framed_picture {
  background-image: url("https://cdn.glitch.com/f7224274-1330-4022-a8f2-8ae09dbd68a8%2Fframed_picture.png?1496341054682");
  margin-left: 2px;
  margin-bottom: 1px;
}
.emoji.sparkling_heart {
  background-image: url("https://cdn.glitch.com/f7224274-1330-4022-a8f2-8ae09dbd68a8%2Fsparkling_heart.png?1496347645716");
}
.emoji.wave {
  background-image: url("https://cdn.glitch.com/55f8497b-3334-43ca-851e-6c9780082244%2Fwave.png?1502123444938");
}
.emoji.fishing_pole {
  background-image: url("https://cdn.glitch.com/55f8497b-3334-43ca-851e-6c9780082244%2Ffishing_pole.png?1503525896764");
}
.emoji.avatar {
  border-radius: 3px;
  margin-left: 2px;
}
.emoji.emoji-in-title {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
