@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
  margin: 16px auto;
  max-width: 900px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

img {
  width: 100%;
}

p {
  margin: 1.2em 0;
}

p, h2, h3, ul {
  margin-left: 5%;
  margin-right: 5%;
}

#toc *{
  display: none;
}

#toctitle {
  padding: 0 10px;
}

#back-to-top {
  position: fixed;
  bottom: 0.25em;
  right: 0.25em;
  cursor: pointer;
  background-color: rgba(0,0,0, 0.75);
  color: white;
  border-radius: 0.25em;
  border: none;
  padding: 0.5em 0.5em;
}

#firstHeading{
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
}

blockquote {
  margin: 0 auto 3em;
  padding: 0 0.5em;
  max-width: 600px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote p{
  font-style: italic;
  margin-top: 0;
}
blockquote:before, blockquote:after {
  color: #777777;
  font-size: 3em;
  font-family: "Lucida Sans Unicode", Serif;
  line-height: 0.01em;
  position: relative;
  z-index: -1;
}
blockquote:before{
  content: open-quote;
  top: 0.4em;
  left: -0.25em;
}

blockquote:after{
  content: close-quote;
  float: right;
}

@media screen and (max-width: 768px) {
  blockquote {
    padding: 0 0.5em 0 1em;
  }
  blockquote p {
    margin: 0.5em;
  }
}

#sidebar {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 10px;
  transition: 200ms ease;
  transition-property: left, right;
  left: -300px;
}
