html {
  font-size: 62.5%;
  height: 100%;
  max-height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  font-size: 1.2rem;
  font-family: Verdana, Helvetica, "Open Sans", sans-serif;
  color: #333c4f;
}

a {
  color: #666666;
  text-decoration: none;
}

.masthead {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #3d5a80;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .masthead {
    padding-bottom: 20px;
  }
}
.masthead nav ul {
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .masthead nav ul {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    grid-gap: 5px;
  }
}
.masthead nav ul li {
  display: inline;
}
.masthead nav ul li a {
  font-size: 1.5rem;
  font-weight: 200;
  color: #eeeeee;
  text-decoration: none;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .masthead nav ul li a {
    padding: 5px 5px;
  }
}
.masthead .brand {
  text-align: center;
}
.masthead .brand .logo {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .masthead .brand .logo {
    padding-top: 20px;
  }
}
.masthead .brand .logo img {
  width: 60px;
}
.masthead .brand .logo .name {
  font-family: Verdana, Helvetica, "Open Sans", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: -1px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  line-height: 1.2em;
  text-indent: -3px;
}
@media (max-width: 768px) {
  .masthead .brand .logo .name {
    font-size: 4rem;
  }
}
.masthead .brand .subtitle {
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  letter-spacing: 0;
  color: #eeeeee;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-indent: -2px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .masthead .brand .subtitle {
    font-size: 1.5rem;
  }
}
.masthead .compatible {
  font-family: HelveticaNeue-CondensedBlack, Arial, Helvetica, sans-serif;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.masthead .screenshots {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 360px;
  margin-left: -130px;
}
@media (max-width: 768px) {
  .masthead .screenshots {
    width: 260px;
    margin-left: -90px;
  }
}
@media (max-width: 362px) {
  .masthead .screenshots {
    width: 200px;
    margin-left: -80px;
  }
}
.masthead .repo {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #eeeeee;
}
.masthead .repo .titles {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead .repo .titles > p {
  display: inline-block;
  font-weight: normal;
  color: #eeeeee;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.masthead .repo h3 {
  font-size: 18px;
}
.masthead .repo .links {
    border-radius: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.masthead .repo .links a {
  display: inline-block;
  font-family: Verdana, Helvetica, "Open Sans", sans-serif;
  font-weight: 700;

  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  font-size: 5.0rem;
  color: #eeeeee;
  padding: 6px 15px;
}
@media (max-width: 768px) {
  .masthead .repo .links a {
    font-size: 4.0rem;
  }
}
@media (max-width: 400px) {
  .masthead .repo .links a {
    font-size: 2.8rem;
  }
}

.instructions {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  color: #666666;
}
@media (max-width: 362px) {
  .instructions {
    padding: 10px;
  }
}
.instructions h2 {
  font-size: 2.2rem;
}

.footer {
  padding: 30px;
  text-align: center;
  color: #666666;
  font-size: 1.4rem;
}

.tools {
  font-size: 1.8rem;
  padding: 30px 50px;
}
.tools h3 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .tools {
    padding: 20px;
  }
}

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