html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

a:hover,
a:focus {
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border;
     -moz-transition-property: border;
          transition-property: border;
}

header h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "aw-conqueror-inline", sans-serif;
  font-size: 3em;
  text-transform: uppercase;
}

header h1 a {
  color: #176DE4;
  border: 0;
}

header h1 a:hover {
  color: #176DE4;
  border: 0;
}

section p,
footer p,
section a,
footer a {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}

section h1,
footer h1,
section h2,
footer h2,
section h3,
footer h3,
section h4,
footer h4,
section h5,
footer h5,
section h6,
footer h6 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}

footer {
  padding-top: 19px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0.8em;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

footer a {
  color: inherit;
}

footer p {
  margin-bottom: 4px;
}

.apps {
  margin: 2em auto;
}

.apps .apps-entry {
  margin-bottom: 2em;
  border-radius: 20px;
}

.apps a {
  margin: 0 auto;
  line-height: 0;
  color: inherit;
  border: 0;
}

.apps a span {
  padding: 12px 0 0;
  line-height: 1.4em;
}

.apps a:hover {
  border: 0;
}

.apps img {
  width: 320px;
  height: auto;
  overflow: hidden;
  vertical-align: top;
}

.apps img:first-child {
  position: relative;
  z-index: -2;
  width: 76px;
  height: 76px;
  margin-right: 20px;
  border-radius: 14px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.repo {
  margin-bottom: 10px;
}

.repo .stars,
.repo .forks {
  text-decoration: none;
  border: 0;
}

.repo .stars:hover,
.repo .forks:hover {
  text-decoration: none;
  border: 0;
}

#instagram {
  padding: 0;
  margin-top: 2em;
  overflow: hidden;
}

#instagram li {
  float: left;
  margin: 0 20px 10px 0;
  list-style: ‰none;
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
  footer {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.6em;
  }
  header h1 {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .apps {
    margin: 0.5em auto;
  }
  .apps img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .apps img:first-child {
    display: none;
  }
}
