@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.45 "Trebuchet MS", "Comic Sans MS", "Arial", sans-serif;
  color: #0a1628;
  background-color: #b8e4f0;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Georgia", "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 12px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

ul, ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Links — classic web colours
 */
a {
  color: #003399;
  text-decoration: underline;
}
a:visited {
  color: #660099;
}
a:hover {
  color: #cc0000;
}

blockquote {
  color: #4a5568;
  border-left: 4px solid #ff6b4a;
  padding-left: 12px;
  font-size: 16px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

pre,
code {
  font-size: 15px;
  border: 2px inset #c5d4e8;
  border-radius: 0;
  background-color: #e8f0ff;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.wrapper {
  max-width: -webkit-calc(920px - (24px * 2));
  max-width: calc(920px - 24px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(920px - (24px));
    max-width: calc(920px - (24px));
    padding-right: 12px;
    padding-left: 12px;
  }
}

.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #4a5568;
}

/**
 * Site header — base structure (retro-travel.scss adds theme)
 */
.site-header {
  border-top: 5px solid #ffe566;
  border-bottom: 1px solid #c5d4e8;
  min-height: 56px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #0d1b4d;
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #0a1628;
  line-height: 1.45;
  text-decoration: none;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 12px;
    background-color: #0d1b4d;
    border: 2px outset #1a3a7a;
    border-radius: 0;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 8px 12px;
    margin-right: 0;
    margin-left: 0;
  }
}

.site-footer {
  border-top: 1px solid #c5d4e8;
  padding: 24px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #4a5568;
  margin-left: -12px;
}

.footer-col {
  float: left;
  margin-bottom: 12px;
  padding-left: 12px;
}

.page-content {
  padding: 24px 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 24px;
}

.post-meta {
  font-size: 14px;
  color: #4a5568;
}

.post-link {
  display: block;
  font-size: 24px;
}

.post-header {
  margin-bottom: 24px;
}

.post-title {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.15;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 30px;
  }
}

.route-intro {
  margin-bottom: 24px;
}

.route-option {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c5d4e8;
}
.route-option:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.route-stats {
  color: #4a5568;
  margin-bottom: 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
}

.strava-embed-placeholder {
  margin-top: 12px;
  min-height: 400px;
  border: 3px inset #c5d4e8;
}

.post-content {
  margin-bottom: 24px;
}
.post-content h2 {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 24px;
  }
}
.post-content h3 {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 20px;
  }
}
.post-content h4 {
  font-size: 18px;
}

/**
 * Ling Long Tours — 1990s travel agent aesthetic
 */
.retro-body {
  background-color: #b8e4f0;
  background-image: linear-gradient(180deg, #87ceeb 0%, #b8e4f0 120px, #b8e4f0 100%), repeating-linear-gradient(90deg, transparent, transparent 48px, rgba(255, 255, 255, 0.15) 48px, rgba(255, 255, 255, 0.15) 49px);
  min-height: 100vh;
}

.site-header {
  border-top: none;
  border-bottom: 4px solid #ffe566;
  background: linear-gradient(180deg, #1a3a7a 0%, #0d1b4d 100%);
  min-height: auto;
  box-shadow: 0 4px 0 #ff6b4a;
}

.site-header-inner {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-title {
  float: none;
  display: block;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Georgia", "Times New Roman", Times, serif;
  text-shadow: 2px 2px 0 #000;
}
.site-title, .site-title:visited {
  color: #ffe566;
}
.site-title:hover {
  color: #fff;
  text-decoration: none;
}

.site-title-main {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}

.site-title-sub {
  display: block;
  font-size: 13px;
  font-family: "Trebuchet MS", "Comic Sans MS", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #a8d4ff;
  letter-spacing: 0.05em;
  text-shadow: none;
}

.site-nav {
  float: none;
  line-height: 1.4;
  margin-top: 0;
}
.site-nav .page-link {
  color: #ffe566;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  border: 2px outset #1a3a7a;
  background: #0d1b4d;
  padding: 6px 12px;
  margin-right: 8px;
  display: inline-block;
}
.site-nav .page-link:hover {
  color: #0d1b4d;
  background: #ffe566;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: relative;
    top: auto;
    right: auto;
    background: transparent;
    border: none;
    text-align: left;
  }
  .site-nav .trigger {
    display: block;
    padding-bottom: 0;
  }
  .site-nav .page-link {
    display: inline-block;
    margin: 4px 8px 4px 0;
  }
}

.site-footer {
  border-top: 4px solid #ffe566;
  background: #0d1b4d;
  color: #c8daf5;
  padding: 24px 0;
  margin-top: 24px;
}

.footer-heading {
  color: #ffe566;
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-style: italic;
}

.retro-footer-table {
  width: 100%;
  border-collapse: collapse;
}

.retro-footer-col {
  vertical-align: top;
  width: 50%;
  padding: 0 8px 8px 0;
}
@media screen and (max-width: 600px) {
  .retro-footer-col {
    display: block;
    width: 100%;
  }
}

.retro-footer-contact a {
  color: #7ec8ff;
}

.retro-footer-links a {
  color: #ffe566;
  font-weight: bold;
}

.retro-footer-copy,
.retro-footer-tagline {
  font-size: 12px;
  color: #8aa8cc;
  margin-top: 8px;
}

.retro-footer-tagline {
  border-top: 1px dashed #3a5a8a;
  padding-top: 12px;
  margin-bottom: 0;
  font-style: italic;
}

.retro-home {
  margin-top: -12px;
}

.retro-hero {
  text-align: center;
  background: linear-gradient(135deg, #fff8e7 0%, #fff 50%, #fff8e7 100%);
  border: 4px ridge #003399;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.retro-marquee-wrap {
  overflow: hidden;
  background: #0d1b4d;
  border: 2px inset #1a3a7a;
  margin-bottom: 16px;
  padding: 6px 0;
}

.retro-marquee {
  display: inline-block;
  white-space: nowrap;
  color: #ffe566;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  animation: retro-scroll 22s linear infinite;
}

@keyframes retro-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.retro-hero-title {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
  color: #0d1b4d;
  text-shadow: 3px 3px 0 #ffe566;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.retro-tagline {
  font-size: 20px;
  color: #ff6b4a;
  font-weight: bold;
  margin-bottom: 8px;
}
.retro-tagline em {
  font-style: normal;
  text-decoration: underline wavy #2a9d8f;
}

.retro-established {
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 0;
}

.retro-panel {
  width: 100%;
  border-collapse: collapse;
  background: #fff8e7;
  border: 4px ridge #003399;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .retro-panel {
    display: block;
  }
  .retro-panel tbody, .retro-panel tr, .retro-panel td {
    display: block;
    width: 100%;
  }
}

.retro-panel-sidebar {
  width: 180px;
  background: linear-gradient(180deg, #d4e8ff 0%, #a8c8f0 100%);
  border-right: 3px solid #003399;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .retro-panel-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #003399;
  }
}

.retro-panel-main {
  vertical-align: top;
  padding: 16px 20px !important;
}

.retro-sidebar-heading {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 16px;
  color: #0d1b4d;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.retro-nav-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 16px;
}
.retro-nav-list a {
  display: block;
  padding: 4px 0;
  font-weight: bold;
}

.retro-rule {
  border: none;
  border-top: 2px dashed #003399;
  margin: 16px 0;
}

.retro-badge {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #ff6b4a;
  line-height: 1.3;
  background: #ffe566;
  border: 3px double #ff6b4a;
  padding: 8px;
  margin-bottom: 8px;
}

.retro-small {
  font-size: 12px;
  margin-bottom: 4px;
}

.retro-fine-print {
  font-size: 10px;
  color: #4a5568;
  font-style: italic;
}

.retro-welcome {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 24px;
  color: #0d1b4d;
  border-bottom: 2px solid #ffe566;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.retro-subhead, .retro-subhead-center {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 18px;
  color: #ff6b4a;
  margin-top: 20px;
  margin-bottom: 10px;
}

.retro-subhead-center {
  text-align: center;
}

.retro-destination-card {
  background: linear-gradient(180deg, #e8f4ff 0%, #fff 100%);
  border: 3px inset #c5d4e8;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.retro-destination-card h4 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 20px;
  color: #2a9d8f;
  margin-bottom: 8px;
}

.retro-cta {
  margin-bottom: 0;
  text-align: center;
}

.retro-button {
  display: inline-block;
  background: linear-gradient(180deg, #ff8888 0%, #ff6b4a 50%, #cc3300 100%);
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 24px;
  border: 3px outset #ffaa88;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #660000;
  letter-spacing: 0.03em;
}
.retro-button:visited {
  color: #fff !important;
}
.retro-button:hover {
  background: linear-gradient(180deg, #ffaa66 0%, #ff8844 100%);
  color: #fff !important;
  border-style: inset;
  text-decoration: none !important;
}

.retro-checklist {
  list-style: none;
  margin-left: 0;
}
.retro-checklist li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}
.retro-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2a9d8f;
  font-weight: bold;
  font-size: 18px;
}

.retro-testimonials {
  background: #fff8e7;
  border: 3px groove #003399;
  padding: 24px;
  margin-bottom: 24px;
}

.retro-quotes {
  width: 100%;
}
.retro-quotes td {
  vertical-align: top;
  width: 33%;
  background: #fff;
  border: 2px solid #c5d4e8;
  font-size: 14px;
}
.retro-quotes blockquote {
  border-left: none;
  padding-left: 0;
  font-style: italic;
  color: #0d1b4d;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0;
}
.retro-quotes cite {
  font-size: 11px;
  color: #4a5568;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .retro-quotes {
    display: block;
  }
  .retro-quotes tbody, .retro-quotes tr, .retro-quotes td {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}

.retro-counter {
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  background: #000;
  color: #0f0;
  padding: 8px;
  border: 2px inset #333;
  margin-bottom: 0;
}

.retro-counter-num {
  font-weight: bold;
  letter-spacing: 0.15em;
}

.retro-page .post-title {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-style: italic;
  color: #0d1b4d;
  text-shadow: 2px 2px 0 #ffe566;
}

.retro-breadcrumb {
  font-size: 13px;
  color: #4a5568;
  margin-bottom: 0;
}

.retro-content-box {
  background: #fff8e7;
  border: 4px ridge #003399;
  padding: 24px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.retro-intro-lead {
  font-size: 18px;
  background: linear-gradient(90deg, #e8f4ff, transparent);
  padding: 12px;
  border-left: 5px solid #ff6b4a;
}

.route-brochure-banner {
  text-align: center;
  background: #0d1b4d;
  color: #ffe566;
  padding: 12px;
  border: 3px ridge #ffe566;
  margin-bottom: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.route-intro {
  background: #fff;
  border: 2px dashed #2a9d8f;
  padding: 14px;
  font-size: 15px;
}

.route-option {
  background: #fff8e7;
  border: 3px groove #c5d4e8 !important;
  padding: 24px !important;
  margin-bottom: 24px !important;
}
.route-option h2 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  color: #0d1b4d;
  font-style: italic;
  border-bottom: 2px solid #ffe566;
  padding-bottom: 6px;
}
.route-option--wildcard {
  border-color: #ff6b4a !important;
  background: linear-gradient(180deg, #fff5f0 0%, #fff8e7 100%);
}
.route-option--wildcard h2 {
  color: #ff6b4a;
}

.route-stats a {
  font-weight: bold;
}

.brochure-toc {
  background: #0d1b4d;
  border: 3px inset #1a3a7a;
  padding: 12px 16px;
  margin-bottom: 24px;
  text-align: center;
}
.brochure-toc a {
  color: #ffe566;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
}
.brochure-toc a:hover {
  color: #fff;
  text-decoration: underline;
}
.brochure-toc .brochure-toc-label {
  color: #a8d4ff;
  font-size: 13px;
  margin-right: 8px;
}

.brochure-section-title {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 26px;
  color: #0d1b4d;
  font-style: italic;
  text-align: center;
  border-bottom: 3px double #ffe566;
  padding-bottom: 8px;
  margin: 36px 0 24px;
}

.accommodation-section {
  margin-bottom: 36px;
}

.accommodation-summary {
  background: linear-gradient(180deg, #e8f4ff 0%, #fff8e7 100%);
  border: 3px ridge #003399;
  padding: 24px;
  margin-bottom: 24px;
}

.accommodation-dates {
  font-size: 18px;
  font-weight: bold;
  color: #ff6b4a;
  text-align: center;
  margin-bottom: 12px;
}

.accommodation-address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 12px;
}

.accommodation-map-links {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 0;
}
.accommodation-map-links a {
  display: inline-block;
  background: #2a9d8f;
  color: #fff !important;
  padding: 6px 14px;
  border: 2px outset rgb(69.9924623116, 205.5075376884, 189.0100502513);
  font-weight: bold;
  font-size: 14px;
  text-decoration: none !important;
}
.accommodation-map-links a:visited {
  color: #fff !important;
}
.accommodation-map-links a:hover {
  background: rgb(33.3889447236, 124.8110552764, 113.6814070352);
  color: #fff !important;
}

.accommodation-arrival {
  background: #fff;
  border: 2px dashed #2a9d8f;
  padding: 14px 16px;
  margin-bottom: 24px;
  font-size: 15px;
}
.accommodation-arrival h3 {
  font-size: 16px;
  color: #0d1b4d;
  margin-bottom: 8px;
}

.accommodation-site-map {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  background: #f0f4ff;
  border: 2px inset #c5d4e8;
  padding: 12px;
  margin: 12px 0;
  line-height: 1.6;
}

.accommodation-properties {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.property-card {
  background: #fff8e7;
  border: 3px groove #c5d4e8;
  padding: 16px;
}
.property-card h3 {
  font-family: "Georgia", "Times New Roman", Times, serif;
  font-size: 18px;
  color: #0d1b4d;
  border-bottom: 2px solid #ffe566;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.property-card--featured {
  border-color: #ff6b4a;
  background: linear-gradient(180deg, #fff8f5 0%, #fff8e7 100%);
}

.property-detail {
  font-size: 14px;
  margin-bottom: 6px;
}
.property-detail strong {
  color: #0d1b4d;
}

.property-key {
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  background: #000;
  color: #0f0;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 4px;
}

.accommodation-notes {
  background: #fff5e6;
  border: 3px double #ff6b4a;
  padding: 24px;
  margin-bottom: 24px;
}
.accommodation-notes h3 {
  color: #ff6b4a;
  font-size: 16px;
  margin-bottom: 10px;
}
.accommodation-notes ul {
  margin-left: 1.2em;
  margin-bottom: 0;
}
.accommodation-notes ul li {
  margin-bottom: 8px;
  font-size: 14px;
}
.accommodation-notes a {
  font-weight: bold;
}

.accommodation-contact {
  text-align: center;
  font-size: 15px;
  padding: 12px;
  background: #0d1b4d;
  color: #c8daf5;
}
.accommodation-contact a {
  color: #ffe566;
  font-weight: bold;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

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