/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 *https://css-tricks.com/snippets/sass/material-shadows-mixin/
 * Computes a top-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
@font-face {
  font-family: 'LeagueSpartan';
  src: url(../fonts/LeagueSpartan-Bold.otf);
}
/* line 66, ../sass/screen.scss */
* {
  box-sizing: border-box;
}

/* line 70, ../sass/screen.scss */
body {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.2rem;
  font-family: Georgia, sans-serif;
  background-color: #FCFCFC;
  color: #242729;
  line-height: 1.3rem;
}

/* line 80, ../sass/screen.scss */
ul {
  list-style: disc;
}

/* line 84, ../sass/screen.scss */
ol {
  list-style: decimal;
}
/* line 86, ../sass/screen.scss */
ol ol {
  list-style: upper-alpha;
}

/* line 91, ../sass/screen.scss */
ol, ul {
  line-height: 1.6rem;
}
/* line 93, ../sass/screen.scss */
ol ol, ol ul, ul ol, ul ul {
  padding-left: 3rem;
}

/* line 98, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

/* line 102, ../sass/screen.scss */
h1 {
  font-family: 'LeagueSpartan';
  font-size: 2rem;
  line-height: 2rem;
  margin: 2rem 0 .8rem 0;
}

/* line 109, ../sass/screen.scss */
.logo {
  text-align: center;
}

/* line 112, ../sass/screen.scss */
h2 {
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin: 2rem 0 1.7rem 0;
}

/* line 117, ../sass/screen.scss */
h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 2rem 0 1rem 0;
}
/* line 121, ../sass/screen.scss */
h3.no-margin {
  margin: 0;
}

/* line 125, ../sass/screen.scss */
h4 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin: 2rem 0 1rem 0;
}

/* line 131, ../sass/screen.scss */
h5 {
  margin: 2rem 0 1rem 0;
}

/* line 135, ../sass/screen.scss */
h6 {
  margin: 2rem 0 1rem 0;
}

/* line 140, ../sass/screen.scss */
p {
  font-family: Georgia, sans-serif;
  margin-bottom: 1rem;
}

/* line 145, ../sass/screen.scss */
main {
  padding: 150px 10px 30px 10px;
}

/* line 149, ../sass/screen.scss */
.logo {
  margin-bottom: 4rem;
}

/* line 153, ../sass/screen.scss */
#intro {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

/* line 159, ../sass/screen.scss */
.toc {
  padding-left: 20px;
}
/* line 162, ../sass/screen.scss */
.toc ol {
  list-style: none;
  padding-left: 40px;
}

/* line 172, ../sass/screen.scss */
.shade-box {
  border: 2px solid black;
  padding: 40px;
  margin: 40px;
  background-color: #DDD;
}

/* line 179, ../sass/screen.scss */
.card {
  padding: 10px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 2rem;
}

/* line 185, ../sass/screen.scss */
.card-heading {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* line 193, ../sass/screen.scss */
.card-title a {
  text-decoration: none;
}
/* line 195, ../sass/screen.scss */
.card-title a:hover {
  text-decoration: underline;
}

/* line 201, ../sass/screen.scss */
.card-description {
  margin-left: 1rem;
}
/* line 204, ../sass/screen.scss */
.card-description ol {
  list-style: decimal;
  margin-left: 2rem;
}

/* line 211, ../sass/screen.scss */
.card-author {
  font-style: italic;
  color: #777;
}

/* line 216, ../sass/screen.scss */
.topic-description {
  margin-bottom: 3rem;
}

/* line 220, ../sass/screen.scss */
.topic {
  margin-bottom: 5rem;
}

/* line 225, ../sass/screen.scss */
.sub-topic {
  padding: 10px 0 10px 0;
  margin-bottom: 2rem;
}

/* line 230, ../sass/screen.scss */
#toc-toggle {
  font-size: 3rem;
  color: #ccc;
  width: 40px;
  margin-right: 5px;
}

/* line 239, ../sass/screen.scss */
#toc-toggle-img {
  width: 100%;
  opacity: .3;
}

/* line 244, ../sass/screen.scss */
#sidebar {
  display: none;
  position: fixed;
  left: -400px;
  overflow: hidden;
  background-color: #FCFCFC;
  transition: left 0.3s ease-in;
  width: 450px;
  height: 100%;
  flex-direction: column;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1000px) {
  /* line 244, ../sass/screen.scss */
  #sidebar {
    display: flex;
  }
}

/* line 260, ../sass/screen.scss */
#sidebar-header {
  display: flex;
  width: 100%;
  height: 100px;
  padding: 20px 0 20px 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* line 270, ../sass/screen.scss */
#toc-sidebar {
  padding-left: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  overflow: auto;
}

/* line 278, ../sass/screen.scss */
.button {
  cursor: pointer;
}

/* line 282, ../sass/screen.scss */
.center {
  margin: 0 auto;
}

/* line 286, ../sass/screen.scss */
.twitter-tweet {
  margin: 3em auto 1em auto !important;
}

/* line 290, ../sass/screen.scss */
.credits {
  font-style: italic;
  width: 170px;
}

/* line 295, ../sass/screen.scss */
.center {
  text-align: center;
}

/* line 299, ../sass/screen.scss */
.caption {
  font-style: italic;
  text-align: center;
}

/* line 303, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 307, ../sass/screen.scss */
#to-top-button {
  position: fixed;
  font-size: 3rem;
  top: 40px;
  right: 40px;
  color: #000;
  opacity: .3;
}
/* line 314, ../sass/screen.scss */
#to-top-button a {
  text-decoration: none;
  color: #000;
  font-family: sans;
}

/* line 321, ../sass/screen.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  border-color: LIGHTGREY;
}

/* line 330, ../sass/screen.scss */
.recents {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
}
/* line 333, ../sass/screen.scss */
.recents ul {
  padding-left: 2rem;
}

/* line 340, ../sass/screen.scss */
.twitter-follow {
  text-align: center;
}
