html {
  font-family: Georgia, serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  background-color: #fffbe0;
  -webkit-text-size-adjust: none; }

body {
  margin: 15px; }

header {
  line-height: 1.3; }

em {
  font-weight: normal; }

ul, ol {
  max-width: 640px;
  margin: 0 auto 1.2em;
  padding: 0;
  list-style-position: outside; }

ol {
  padding-left: 27px; }

ul {
  padding-left: 17px; }

li {
  line-height: 1.5em;
  margin-bottom: 1em; }

.header-image img {
  width: 100% !important; }

.content-header {
  padding-bottom: 3em;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  margin-top: 1.5em;
  border: 1px 1px 0 1px dotted #000000;
  padding: 9px;
  margin-bottom: 1.5em; }

.sections {
  margin-left: auto;
  margin-right: auto;
  border: 1px dotted #000;
  margin-bottom: .5em;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%; }

.intro, .guide-content {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  margin-bottom: .5em;
  border: 1px dotted #000; }

.intro-body {
  padding: 11px; }

.intro-title, .sections-title, .guide-title {
  font-size: 100% !important; }

.intro-body p {
  line-height: 1.5;
  letter-spacing: -0.01rem;
  margin: 0 auto 1.2em;
  max-width: auto !important; }

.guide-body {
  padding: 0 6px;
  padding: 1em;
  border-top: 0; }

.sections-title, .intro-title, .bio-title, .guide-title, .email-title {
  background-color: #00000078;
  color: #fffbe0;
  line-height: 1.5; }

.sections-body a {
  border-bottom: 1px dotted #000; }

.sections-title, .sections-body a, .guide-title {
  display: block;
  padding: 11px; }

.sections-body a:last-child {
  border: 0; }

.sections-body a:hover {
  font-weight: bold; }

.grouping-link-back-box {
  border: 1px dotted #000;
  padding-bottom: 0 !important;
  margin-bottom: 1em;
  margin-right: 1em; }
  .grouping-link-back-box .grouping-label {
    padding: 10px;
    color: #fffbe0;
    background: #00000078;
    display: block; }

.grouping-link-back {
  border-top: 1px dotted #000;
  padding: 10px;
  display: block; }

.grouping-link-back:hover {
  font-weight: bold; }

h1 {
  margin: 0;
  font-weight: bold;
  width: 100%;
  font-weight: normal;
  font-size: 325%;
  width: 100%; }

#author {
  margin-top: 1em;
  font-size: 125%; }

#print {
  margin-top: 1.5em; }
  #print a {
    border-bottom: 1px dotted #000; }

h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-size: 250%;
  font-weight: normal;
  max-width: 640px;
  padding-bottom: 0em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; }

h2:first-child {
  margin-top: 0 !important; }

hr {
  margin: 2em auto;
  border: 0;
  border-bottom: 1px dotted #000;
  max-width: 640px; }

a {
  text-decoration: none;
  color: #000; }

p, li {
  max-width: 640px;
  width: 100%;
  line-height: 1.5;
  letter-spacing: -0.01rem;
  margin: 0 auto 1.2em; }
  p img, li img {
    width: 100%; }
  p a, li a {
    border-bottom: 1px dotted #000; }
  p a:hover, li a:hover {
    border-bottom: 1px solid #000; }

img {
  max-width: 100%; }

#content-frame {
  width: calc(100% - 15.12em);
  height: 100%; }

#content {
  margin-right: 0;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  color: #000;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%; }

.guide-content {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  margin-bottom: .5em; }

#sidebar {
  width: 13.5em;
  box-sizing: border-box;
  line-height: 1.3em;
  float: left; }

h2.title {
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  padding: 2px 6px;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative; }

h2.title:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 30px;
  height: 100%; }

#metadata .title {
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-style: none;
  margin-bottom: 0.25em; }

#popup {
  position: fixed;
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; }
  #popup.visible {
    visibility: visible;
    opacity: 1; }
  #popup .popup-image-wrapper {
    height: 100%; }
  #popup .popup-image {
    box-sizing: border-box;
    padding: 11px;
    margin: auto;
    max-height: 100%; }
  #popup .popup-credit {
    font-family: Courier, 'Courier New', monospace;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 11px;
    box-sizing: border-box; }
    #popup .popup-credit p {
      line-height: 1.3em;
      font-size: 100%;
      text-align: left;
      margin-top: 0; }

@media (max-width: 820px) {
  #popup {
    width: 100%; }
    #popup .popup-image-wrapper {
      width: 100%;
      height: 80%; }
    #popup .popup-credit {
      width: 100%;
      top: auto;
      bottom: 0; }
    #popup .popup-credit p {
      margin: 0;
      padding-left: 0 !important; } }
a.scroll-to-top {
  margin-top: 8em;
  width: 100px; }

a.tag {
  border-bottom: 1px dotted #000;
  margin-top: 1em;
  display: inline; }
  a.tag:hover {
    border-bottom: 1px solid #000; }

#end-mark {
  width: 100px;
  display: inline-block; }

p#social {
  display: flex;
  margin-top: 1.5em;
  margin-left: 0; }
  p#social span {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px; }
    p#social span a {
      display: block;
      border-bottom: none; }

span#twitter-icon-container {
  padding-top: 2px;
  margin-right: 6px; }

/* MENU BUTTONS */
/* MENU BUTTONS */
#menu {
  margin: 0.75em 0 0; }

#menu a {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  color: #000;
  padding: 11px;
  border: 1px dotted #000;
  display: inline-block;
  text-decoration: none;
  margin-right: 4px;
  margin-bottom: 8px; }

#menu a.current {
  color: #000;
  border-style: solid; }

#menu a:hover {
  border-style: solid; }

#menu a.facebook,
#menu a.twitter,
#menu a.instagram,
#menu a.arena,
#menu a.rss,
#menu a.email {
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: -25px;
  padding: 10px;
  box-sizing: border-box; }

#menu a .light {
  display: none; }
#menu a .dark {
  display: block; }

#homepage-content #menu a .light {
  display: block; }
#homepage-content #menu a .dark {
  display: none; }
#homepage-content #menu a:hover .light {
  display: none; }
#homepage-content #menu a:hover .dark {
  display: block; }

#menu img {
  height: 100%;
  width: 100%; }

a#return,
a.back-link {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  color: #000;
  padding: 11px;
  border: 1px dotted #000;
  display: inline-block;
  text-decoration: none; }
  a#return:hover,
  a.back-link:hover {
    border: 1px solid #000; }

a.back-link {
  margin-top: 2em; }

header {
  color: #fff;
  line-height: 1.3; }
  header a {
    color: #000;
    text-decoration: none; }
  header #top-spiral {
    margin-left: -3px; }

#mobile-greeting {
  display: none;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  margin-top: 1em; }

.mobile-menu-button {
  display: none !important;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  padding: 11px;
  border: 1px dotted #000;
  display: inline-block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 13px; }
  .mobile-menu-button:hover {
    border-style: solid; }

.mobile-menu-button.open {
  border-style: solid; }

a#return,
a.back-link {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  color: #000;
  padding: 11px;
  border: 1px dotted #000;
  display: inline-block;
  text-decoration: none; }
  a#return:hover,
  a.back-link:hover {
    border: 1px solid #000; }

a.back-link {
  margin-top: 2em; }

#top-spiral {
  width: 111px; }

img#top-spiral {
  margin-left: -3px; }

.button-container {
  margin: 1em auto 2em; }

p a.shadow img {
  display: block; }

a.shadow {
  text-decoration: none !important;
  border-bottom: 0 !important;
  margin: 1em 0 0;
  display: block;
  box-shadow: 0px 0px 20px 0px #dfdfdf; }

a.translation {
  display: inline-block;
  text-align: center;
  font-style: oblique;
  border: 1px dotted #000;
  padding: 11px; }
  a.translation:hover {
    border-style: solid; }

@media (max-width: 820px) {
  body {
    flex-direction: column-reverse; }

  p {
    text-align: left; }

  #content-frame {
    width: 100%;
    height: auto;
    margin: 0; }

  #content p, #content h1 {
    margin-left: 0; }

  #content div.rec {
    box-sizing: border-box; }

  #sidebar {
    width: 100%;
    height: auto; }

  #popup {
    width: 100%;
    flex-direction: column; }
    #popup .popup-image-wrapper {
      width: 100%;
      height: 80%; }
    #popup .popup-credit {
      width: 100%;
      height: 20%; }
    #popup .popup-credit p {
      padding-left: 0; }

  #content-frame, #sidebar {
    overflow-y: auto; }

  #content {
    border-top: 1px dotted #000; }

  #tci {
    padding: 0; }

  #sidebar {
    border-bottom: 1px dotted #000;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em; }

  #menu {
    display: block; }

  .guide-content {
    padding: 0; }

  ul, li, p {
    line-height: 1.3; }

  p {
    margin-bottom: 1.1em; } }
.tags-side {
  margin-top: 1em;
  margin-bottom: 1em; }

.tags-side:blank {
  display: none; }

#share-title span:last-child {
  display: none; }
#share-title.copied span:first-child {
  display: none; }
#share-title.copied span:last-child {
  display: inline; }

#bio {
  float: left;
  margin-bottom: 3em;
  font-family: Courier, 'Courier New', monospace;
  font-size: 100%;
  border: 1px dotted #000;
  clear: both;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #000;
  line-height: 1.5;
  margin: 0 0 0.5em; }
  #bio h2 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 80%;
    margin-top: 0.5em; }
  #bio h1 {
    text-decoration: none;
    font-weight: normal;
    margin-top: 0;
    max-width: 100%;
    padding: 2px 6px; }
  #bio .content {
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%; }
  #bio a {
    color: #000;
    border-bottom: 1px dotted #000; }
    #bio a:hover {
      border-bottom-style: solid; }
  #bio a.image-popup {
    border-bottom: 0;
    cursor: zoom-in; }
  #bio .vocation {
    color: #000 !important; }

.bio-title,
.intro-title,
.sections-title,
.guide-title, .email-title {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  padding: 11px;
  line-height: 1.5;
  cursor: pointer; }

.bio-body {
  margin-bottom: 30px; }

.bio-body,
.intro-body,
.guide-body,
.sections-body {
  border-top: 1px dotted #000; }
  .bio-body hr,
  .intro-body hr,
  .guide-body hr,
  .sections-body hr {
    max-width: 640px;
    border: 0;
    border-bottom: 1px dotted #000;
    margin: 2em auto; }

.bio-side,
.reading-side {
  padding: 11px;
  width: 13.5em;
  float: left;
  line-height: 1.5; }

.bio-side .author {
  margin-bottom: 1em; }

.bio-fact {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.5;
  padding: 11px 11px 15px 11px; }
  .bio-fact p:first-child {
    margin-top: 0; }

.passport {
  width: 111px;
  height: 111px; }
  .passport img {
    max-width: auto; }

.symbol {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fffbe0;
  display: inline-block;
  float: right;
  margin: 6px;
  margin-right: 0;
  transition: all 0.5s ease; }

.symbol.closed {
  transform: rotate(90deg); }

.mobile-menu-button {
  display: none; }

.content-header img {
  margin-top: 1.5em; }

a.back {
  line-height: 1.8;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0;
  text-decoration: none;
  color: #fffbe0 !important;
  padding: 0px 2px;
  border: 0;
  background: #00000078;
  font-size: 100%;
  font-family: Courier, 'Courier New', monospace; }

#email {
  border: 1px dotted #000;
  margin-top: 1em; }

.email-body {
  border-top: 1px dotted #000; }

@-webkit-keyframes pulse_pleasant {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.email-symbol {
  width: 35px;
  height: 25px;
  background: url(/images/email-icon.svg) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  display: inline-block;
  float: right;
  margin-right: 0;
  transition: all 0.5s ease; }

.email-title {
  color: #000;
  background-color: yellow; }

.email-body {
  display: none; }

.daily-side, .weekly-side {
  width: 50%;
  float: left;
  padding: 11px;
  height: 100%;
  min-height: 210px;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%; }
  .daily-side h2, .weekly-side h2 {
    font-size: 100%;
    margin-top: 0;
    font-weight: bold; }
  .daily-side p, .weekly-side p {
    max-width: 100% !important; }

.daily-side {
  border-right: 1px dotted #000; }

@media (max-width: 820px) {
  .daily-side, .weekly-side {
    width: 100%;
    float: none;
    border: 0 !important;
    min-height: initial !important; }

  .weekly-side {
    border-top: 1px dotted #000 !important; }

  .email-body {
    border-top: 0;
    border-bottom: 1px dotted #000; }

  .email-title {
    border-top: 1px dotted #000 !important;
    border-bottom: 1px dotted #000 !important; }

  .email-symbol {
    display: none; } }
@media (max-width: 820px) {
  .guide-content, .intro, .guide-content, #bio, .intro-body, .sections, .sections-body, .sections-body a, .bio-body, .guide-body, #email {
    border: 0; }

  body {
    margin: 0; }

  h1 {
    font-size: 2.0em; }

  p, ul, ol {
    line-height: 1.3;
    max-width: 100%; }

  header, .content-header, #footer {
    margin: 15px; }

  h2, h3, h4, h5, h6 {
    font-size: 180%;
    max-width: 100%; }

  .content-header img {
    margin-top: 2em; } }
@media (max-width: 535px) {
  .mobile-menu-button {
    display: block !important; }

  .bio-side {
    float: none; } }
