.container, body article.page .content {
  max-width: 600px;
  margin: 0 auto;
}

.stretchy-bg, body article.page .big-image {
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.big-image, body article.page .big-image {
  height: 300px;
}
@media only screen and (min-width: 500px) {
  .big-image, body article.page .big-image {
    height: 420px;
  }
}
* html {
  font-size: 125%;
}
html {
  font-size: 20px;
  line-height: 0.3em;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  background: #666666;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

body {
  scrollbar-face-color: #666666;
  scrollbar-track-color: rgba(255, 255, 255, 0.1);
}
body {
  font-family: 'PT Serif', serif;
  color: #555;
  padding: 20px;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.8em;
  font-size: 80%;
}
@media only screen and (min-width: 500px) {
  body {
    font-size: 100%;
  }
}
body h1 {
  font-family: 'Source Sans Pro', serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #333;
}
body article.page {
  -webkit-transform-origin: bottom center;
}
body article.page.hidden {
  display: none;
}
body article.page.next .big-image, body article.page.next .big-image {
  cursor: pointer;
}
body article.page.next .big-image .inner, body article.page.next .big-image .inner {
  opacity: 1;
}
body article.page.content-hidden .content {
  display: none;
}
body article.page.fade-up-out {
  opacity: 0;
  -webkit-transform: scale(0.8) translate3d(0, -10%, 0);
  -moz-transform: scale(0.8) translate3d(0, -10%, 0);
  -ms-transform: scale(0.8) translate3d(0, -10%, 0);
  -o-transform: scale(0.8) translate3d(0, -10%, 0);
  transform: scale(0.8) translate3d(0, -10%, 0);
  -webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
body article.page.easing-upward {
  -webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
body article.page .big-image, body article.page .big-image {
  font-size: 80%;
}
@media only screen and (min-width: 500px) {
  body article.page .big-image, body article.page .big-image {
    font-size: 100%;
  }
}
body article.page .big-image .inner, body article.page .big-image .inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body article.page .big-image .inner .fader, body article.page .big-image .inner .fader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
body article.page .big-image .inner .fader .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
body article.page .big-image .inner .fader .text a, body article.page .big-image .inner .fader .text h1, body article.page .big-image .inner .fader .text h2 {
  color: white;
}
body article.page .big-image .inner .fader .text a {
  color: white;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.5em;
}
body article.page .big-image .inner .fader .text h1 {
  margin: 0;
  margin-top: 0.1em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-size: 3em;
  line-height: 1.1em;
}
body article.page .big-image .inner .fader .text h2 {
  margin: 0;
  font-style: italic;
  font-weight: normal;
  margin-top: 0.2em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-size: 1.5em;
  line-height: 1.2em;
}
body article.page .content {
  padding: 0 3em;
}
body article.page .content h3 {
  color: #999;
  font-family: 'Source Sans Pro', serif;
  font-weight: 400;
  margin-top: 3em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.375em;
  font-size: 0.8em;
  line-height: 1.5em;
}
body article.page .content h1 {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.24em;
  font-size: 2.5em;
  line-height: 1.08em;
}
body article.page .content h2.description {
  font-weight: normal;
  font-style: italic;
}
body article.page .content p:last-child {
  margin-bottom: 3em;
}

.codrops-info a {
  text-decoration: none;
  color: #0299d1;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 10px;
  font-size: 100%;
  letter-spacing: 1px;
}

.codrops-info a:hover {
	color: #777;
	font-size: 100%;
}

.codrops-special {
  color: #d73160;
  font-weight: bold;
  font-family: 'Source Sans Pro', serif;
}

body #cdawrap {
  top: 15px;
  background: rgba(255,255,255,0.9);
}

body #cda-remove:before {
  left: 7px;
  position: absolute;
  top: -8px;
}
