
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #343434;
  position: relative;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}
main {
  width: 320px;
  padding-left: 200px;
  margin: 0 auto;
}
a {
  color: #000;
  text-decoration: underline;
}

header {
  position: fixed;
  top: 70px;
  left: 50%;
  margin-left: -250px;
  width: 140px;
  font-size: 12px;
  line-height: 1.3;
  z-index: 5;
  width: 140px;
}
header h1 a {
  background: #343434;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
}
header h1 {
  color: rgba(255,255,255,1);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.underlined {
  background-image: linear-gradient(to right, #6BE951, #45A5E6, #6BE951);
  background-size: 200% 4px;
  background-repeat: repeat-x;
  background-position: 0 1em;
  text-decoration: none;
}
.underlined:hover {
  animation: underlined 1s infinite;
}
@keyframes underlined {
  0% {
    background-position: 0 1em;
  }
  100% {
    background-position: 200% 1em;
  }
}


#logo-list {
  position: relative;
  z-index: 4;
  max-width: 420px;
  padding-top: 60px;
}
.logo {
  opacity: 0;
  animation: fade-in 1s forwards;
  -webkit-animation: fade-in 1s forwards;
  position: relative;
  line-height: 0;
  text-align: center;
}
.logo img {
  width: 320px;
  height: 260px;
}
.logo .title {
  font-weight: bold;
}
.logo .details {
  line-height: 1.3;
  position: relative;
  top: 0;
  right: 0;
  padding: 20px 20px 50px 20px;
  max-width: 280px;
  margin: 0 auto;
}



.logo .details .meta {
  font-size: 12px;
}


.about {
  max-width: 420px;
  margin: 0 auto;
  padding: 60px 0;
}
.about h1 {
  font-size: 25px;
  margin-bottom: 1em;
  font-weight: bold;
}
.about h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 2em 0 1em 0;
}
.about p {
  line-height: 1.4;
  margin-bottom: 1em;
}


#amazon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.92);
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.9));
  z-index: 10;
  font-size: 12px;
}
#amazon_inner {
  height: 130px;
  max-width: 500px;
  margin: 0 auto;
  border-top: solid 2px #000;
  position: relative;
  line-height: 1.2;
}
#amazon_inner div {
  position: absolute;
  left: 90px;
  top: 30px;
  padding-right: 230px;
  text-shadow: 0 0 5px #fff;
}
#amazon_inner a {
  font-weight: bold;
}
#amazon_inner img {
  position: absolute;
  bottom: -10px;
  right: 90px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  border-radius: 2px;
}

@media (max-width: 500px) {
  #amazon {
    display: none !important;
  }
}
@media (max-height: 600px) {
  #amazon {
    display: none !important;
  }
}

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slide-up {
  0% { opacity: 0;  }
  100% { opacity: 1; }
}
@-webkit-keyframes slide-up {
  0% { opacity: 0;  }
  100% { opacity: 1;  }
}


/* Carbon Ads */

#carbonads {
  position: fixed;
  bottom: 60px;
  left: 50%;
  width: 140px;
  margin-left: -250px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
}
#carbonads a {
  text-decoration: none;
}

#carbonads span {
  display: block;
  overflow: hidden;
}

.carbon-text {
  display: block;
  margin-bottom: 1em;
  text-align: left;
}

.carbon-img {
  display: block;
  margin: 0 auto 1em;
}

.carbon-poweredby {
  display: block;
  text-align: left;
  font-size: 0.9em;
  color: #aaa;
}


@media (max-width: 600px) {
  header {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
  }
  header h1 a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  header div {
    display: none;
  }
  main {
    width: 100%;
    padding-left: 0;
  }
  #carbonads {
    padding-top: 10px;
    position: relative;
    left: auto;
    margin: 0 auto;
    bottom: auto;
    width: 280px;
  }
  .carbon-img {
    float: left;
    display: inline-block;
    margin-right: 20px;
  }
  .carbon-poweredby {
    margin-left: 25px;
  }
  #logo-list {
    margin: 0 auto;
  }
}
