/* Put your custom styles here and run `npm start` from the "src" directory on */
@import url('https://fonts.googleapis.com/css?family=Orbitron:700');

#TableOfContents ul li {
  margin-bottom: 1em;
}

.orbitron, .f1, .f2, .f3, h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', sans-serif;
}

figure {
    margin: 1em 0;
}

figure figcaption {
    text-align: center;
    font-style: italic;
}


main blockquote {
    border-left: 2px solid gray;
    padding-left: 1em;
}

.tc-l ol, .tc-l ul {
    display: block;
    margin: auto;
    width: 50%;
}

p + img {
    margin-top: 1.2em;
}

img + p {
    margin-top: 1.2em;
}

/* Simple sharing buttons */
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}