* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*social buttons*/
#sharing div.clear {
  visibility: hidden; }

#sharing div {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right; }

#sharing {
  position: absolute;
  top: 1em;
  right: 1em; }

#sharing div iframe {
  margin: 0; }

body {
  font-family: 'Whitney SSm A', 'Whitney SSm B', verdana, sans-serif;
  font-weight: 400;
  color: #222222;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  font-size: 1.1em; }

h1, h2, h3, h4 {
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 400;
  font-weight: 300;
  margin: 1em 0;
  text-align: center; }

h1 {
  font-size: 3em;
  text-transform: uppercase; }

h2 {
  text-transform: uppercase;
  font-size: 2em;
  text-align: center; }

h1 {
  text-align: center; }

h3, h4 {
  font-size: 1.5em;
  line-height: 1.3488em;
  text-align: left;
  text-transform: uppercase; }

h4.centered {
  text-align: center;
  margin-top: 2em; }

.summary {
  color: #666;
  text-align: left;
  margin-bottom: 2em;
  font-style: italic; }

.note {
  font-style: italic;
  color: #222222;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.642rem;
  border: 1px solid #222;
  padding: 1rem; }
  .note span {
    font-weight: 600; }

li, p {
  line-height: 1.7em; }

p {
  margin: 1rem 0; }

section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #444444;
  /*so absolutely positioned widths of figures don't overflow*/
  position: relative; }

.sucks {
  margin: 2em auto;
  width: 50%; }

.sucks h3 {
  min-width: 11em;
  margin-left: 6em; }

em {
  font-style: italic; }

.sucks > .border {
  width: 13em;
  border: 1px solid black; }

figure {
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%; }

pre.prettyprint {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%; }

figcaption {
  margin-top: .5em;
  line-height: 1.5em; }

figure img {
  max-width: 100%; }

figure a {
  display: block;
  position: absolute;
  margin-top: -1.75em;
  padding-bottom: 1.75em;
  opacity: 0;
  width: 100%;
  max-width: 800px;
  -webkit-transition: opacity .5s; }

figcaption, figure a {
  font-size: .75em;
  text-align: center; }

figure a:hover {
  opacity: 1; }

.horizontal a {
  height: 400px; }

iframe {
  display: block;
  margin: 1em auto; }

#example2 a {
  height: 600px; }

#wile {
  max-width: 300px;
  margin: 0 auto; }

figure.centered {
  text-align: center; }

figure.centered img {
  display: inline; }

ul li {
  margin: 1em 0;
  list-style-type: circle; }

div.screencast {
  height: 400px;
  width: 400px;
  margin: 1em auto;
  border: 1px solid black; }

div.screencast p {
  width: 50%;
  padding-top: 25%;
  margin: 0 auto; }

/*sketching section*/
.sketching {
  padding: 0 5%; }

.sketching h3 {
  font-size: 3rem;
  margin: 2rem auto;
  text-align: center; }

.sketching figure {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  padding: 0; }

.sketching figure a {
  opacity: 1;
  position: static; }

.sketching figure a:hover {
  opacity: 1; }

.sketching figure img,
.sketching .figure img {
  width: 100%;
  margin: 0; }

.sketching .figure img {
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  -moz-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222); }

.sketching form {
  foat: left;
  clear: left; }

.sketching .button {
  font-family: 'Tungsten A', 'Tungsten B';
  font-weight: 400;
  background-color: #e16048;
  color: #eeeeee;
  padding: 24px;
  padding: 1rem;
  display: block;
  margin: 1rem 0;
  font-size: 2rem;
  text-transform: uppercase; }

.sketching input, .sketching label {
  display: block;
  margin: 1rem 0;
  width: 14rem;
  font-size: 1rem; }

.sketching input {
  padding: 1rem;
  width: 100%;
  max-width: 30rem; }
  .sketching input.button {
    max-width: 17rem; }

.sketching label {
  font-weight: 600;
  padding: 1rem 0; }

@media screen and (min-width: 550px) {
  .sketching h3 {
    font-size: 4rem; }

  .email {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 30rem; }
    .email input {
      width: 100%; }

  .sketching .figure {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    margin: 0;
    padding: 0 2rem 2rem 0; }

  .sketching .figure::after {
    content: "";
    display: table;
    clear: both; } }
.clear {
  clear: both; }

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