h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: black;
  margin-bottom: 30px;
}

@media screen and (min-width: 1408px) {
  div.container {
    max-width: 1212px;
  }
}

span.is-underline {
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 -4px 0 0 #e52e41;
}

.navbar-item img {
  max-height: 2.43rem;
}

.is-title {
  font-size: 2.4rem;
  color: #0a0a0a;
  font-weight: 600;
  margin-bottom: 12px;
}

.is-subtitle {
  color: #a5a5a5;
  font-size: 1.2rem;
}

section.big-space {
  margin-top: 80px;
}

nav.is-grey {
  background-color: #f4f5f7;
  border-bottom: 1px solid #EAEDF0;
}

div.box {
  box-shadow: none;
  border: 1px solid #EAEDF0;
}

div.box.app-boxes {
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 180px;
  background-size: auto 170px;
  min-height: 300px;
  transition-duration: 86ms;
  transition-property: box-shadow, transform;
  will-change: box-shadow, transform;
}
div.box.app-boxes h1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 10px;
}
div.box.app-boxes p {
  font-size: 0.98rem;
  color: #a5a5a5;
}

div.box.saved {
  background-image: url(../img/saved.png);
}

div.box.savedpage {
  background-image: url(../img/savedpage.png);
}

div.box.app-boxes:hover {
  box-shadow: 0 3rem 3rem -1.25rem rgba(10, 10, 10, 0.1);
  transform: translateY(-0.2rem);
}

div.big-link-list a {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

footer.is-grey {
  background-color: #f4f5f7;
  border-top: 1px solid #EAEDF0;
}
footer.is-grey p.about {
  font-size: 0.9rem;
  line-height: 1.8;
}
footer.is-grey p.link {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

section.default {
  min-height: 500px;
}

section.press-logos h2 {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  font-size: 0.9rem;
  font-weight: 500;
}
section.press-logos img {
  max-width: 120px;
}
@media only screen and (max-width: 800px) {
  section.press-logos img {
    max-width: 50px;
  }
}

section.article {
  margin-top: 40px;
  margin-bottom: 80px;
}
section.article p, section.article li {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #515151;
}
section.article h1 {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  color: #151618;
}
section.article time {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.02;
  color: #e52e41;
}

article.about-me {
  margin-top: 20px;
}

div.sidebar .box {
  margin-top: 50px;
}
div.sidebar .box h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

a.twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}

a.product-hunt {
  border-color: #da552f;
  color: #da552f;
}

a.savedio {
  border-color: #f14d5c;
  color: #f14d5c;
}

/*# sourceMappingURL=app.css.map */
