@charset "UTF-8";
h1, h2, h3,
.hat-title-box,
.hat-logo,
.h1, .h2, .h3,
span.h1, span.h2, span.h3 {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.h1, span.h1 {
  font-size: 2rem;
}

.h2, span.h2 {
  font-size: 1.5rem;
}

.h3, span.h3 {
  font-size: 1.25rem;
}

html,
body,
body p {
  font-family: system, -apple-system, ".SFNSDisplay-Regular", BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

table {
  line-height: 2em;
}

code {
  font-family: Hack, Consolas, Inconsolata, Monaco, "Lucida Consolo", monospace;
  font-size: 14px;
}

.hat-article-header .title {
  font-size: 1.5em;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.hat-article-grid .article .heading {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.photo-metadata .caption {
  font-size: 1.35em;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.photo-table .title {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
}

@media (prefers-color-scheme: light) {
  .hat-background-alt-1 {
    background-color: #f6f6f6;
  }

  .hat-background-alt-2 {
    background-color: #eee;
  }

  body {
    background-color: white;
  }

  span.category a,
h1 .category {
    color: #ddd !important;
  }

  a {
    color: #337ab7 !important;
  }

  code {
    color: #c7254e !important;
    background-color: #f9f2f4 !important;
  }

  pre code {
    background-color: #f6f6f6 !important;
    color: black !important;
  }

  pre {
    background-color: #f6f6f6 !important;
    border-top-color: #e6e6e6 !important;
  }

  .hljs {
    background-color: transparent !important;
  }

  header.hat-article-header {
    border-top-color: #aaa !important;
  }

  .hat-article h1,
.hat-article h2 {
    border-color: #eee !important;
  }
}
@media only screen and (prefers-color-scheme: light) and (min-width: 860px) {
  .hat-section-fixed h1::before,
.hat-section-fixed h2::before {
    color: darkgray !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-logo {
    background-color: LightSteelBlue !important;
    color: white !important;
  }
}
@media (prefers-color-scheme: light) {
  ul.hat-page-nav a {
    color: black !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-article-header .tags a {
    color: gray !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-article-header .title {
    color: #aaa !important;
  }
}
@media (prefers-color-scheme: light) {
  ul.hat-page-nav a:hover,
.hat-article-header .tags a:hover {
    color: red !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-page-nav li.active a {
    border-color: #ff4400 !important;
  }
}
@media (prefers-color-scheme: light) {
  .banner-credit {
    color: #999 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-article-grid .timestamp {
    color: #888 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-article-grid .icon {
    color: #888 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-article-grid .title a {
    color: black !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-article-grid .category {
    color: #bbb !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-article-grid .thumbnail {
    border-top-color: #aaa !important;
  }
}
@media (prefers-color-scheme: light) {
  .photo-table .icon {
    color: gray !important;
  }
}
@media (prefers-color-scheme: light) {
  .photo-table tbody tr {
    border-top-color: #d6d6d6 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-photo .caption {
    background-color: rgba(220, 220, 220, 0.8) !important;
    color: #333 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-photo .caption span.title a {
    color: #333 !important;
  }
}
@media (prefers-color-scheme: light) {
  .photo-gallery-nav {
    color: #d6d6d6 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-site-footer {
    color: gray !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-title-box .tagged {
    color: gray !important;
  }
}
@media (prefers-color-scheme: light) {
  blockquote {
    border-left-color: #666 !important;
    background-color: #f8f8f8 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-tag.active {
    border-bottom-color: #ff4400 !important;
  }
}
@media (prefers-color-scheme: light) {
  .hat-tag .count {
    color: #aaa !important;
  }
}
@media (prefers-color-scheme: light) {
  .container-none .inline-photo-gallery {
    background-color: #f6f6f6 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-background-alt-1 {
    background-color: #444;
  }

  .hat-background-alt-2 {
    background-color: #555;
  }

  hr {
    border-bottom-color: #666 !important;
  }

  span.category a,
h1 .category {
    color: #666 !important;
  }

  a {
    color: #4b9fe8 !important;
  }

  code {
    color: #ff3065 !important;
    background-color: #444 !important;
  }

  pre, pre code {
    background-color: #25363a !important;
    color: #bbb !important;
  }

  pre {
    border-color: #444 !important;
  }

  .hljs {
    background-color: transparent !important;
  }

  header.hat-article-header {
    border-top-color: #666 !important;
  }

  .hat-article h1,
.hat-article h2 {
    border-color: #666 !important;
  }
}
@media only screen and (prefers-color-scheme: dark) and (min-width: 860px) {
  .hat-section-fixed h1::before,
.hat-section-fixed h2::before {
    color: darkgray !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-logo {
    background-color: LightSteelBlue !important;
    color: white !important;
  }
}
@media (prefers-color-scheme: dark) {
  ul.hat-page-nav a {
    color: #999 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-article-header .tags a {
    color: gray !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-article-header .title {
    color: #aaa !important;
  }
}
@media (prefers-color-scheme: dark) {
  ul.hat-page-nav a:hover,
.hat-article-header .tags a:hover {
    color: red !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-page-nav li.active a {
    border-color: #ff4400 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .banner-credit {
    color: #999 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-article-grid .timestamp {
    color: #888 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-article-grid .icon {
    color: #888 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-article-grid .title a {
    color: #eee !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-article-grid .category {
    color: #bbb !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-article-grid .thumbnail {
    border-top-color: #555 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .photo-table .icon {
    color: gray !important;
  }
}
@media (prefers-color-scheme: dark) {
  .photo-table tbody tr {
    border-top-color: #555 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-photo .caption {
    background-color: rgba(220, 220, 220, 0.8) !important;
    color: #333 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-photo .caption span.title a {
    color: #333 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .photo-gallery-nav {
    color: #d6d6d6 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-site-footer {
    color: gray !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-title-box .tagged {
    color: gray !important;
  }
}
@media (prefers-color-scheme: dark) {
  blockquote {
    border-left-color: #644 !important;
    background-color: #666 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-tag.active {
    border-bottom-color: #ff4400 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .hat-tag .count {
    color: #aaa !important;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    color: #ccc !important;
    background-color: #333 !important;
  }
}
@media (prefers-color-scheme: dark) {
  .leaflet-control a {
    background-color: #555 !important;
    color: #aaa !important;
  }
}
@media (prefers-color-scheme: dark) {
  .leaflet-control-attribution {
    background-color: #555 !important;
    color: #aaa !important;
  }
}
@media (prefers-color-scheme: dark) {
  .inline-photo-gallery {
    background-color: #444 !important;
  }
}
.h1, .h2, .h3,
span.h1, span.h2, span.h3 {
  display: block;
}

a {
  text-decoration: none;
}

code {
  border-radius: 3px;
  padding: 0.2em 0.4em;
}

pre {
  padding: 0.5em;
  border: 1px solid;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow-wrap: break-word;
}

.hljs {
  padding: 0px;
}

.container {
  margin: 0 auto;
  max-width: 970px;
}

span.photo-standalone {
  display: block;
}

.container-none .photo-standalone img {
  width: 100%;
}

.photo-size-fixed img,
.photo-size-full img {
  width: 100%;
}

.photoset-grid {
  margin-bottom: 1em;
}

.hat-photo-page .container {
  max-width: 1170px;
}

.container-wide {
  max-width: 1128px;
}

.hat-nav-header {
  margin-top: 1em;
}

.hat-article-header-wrapper {
  padding-top: 1.5em;
  background-repeat: no-repeat;
}

header.hat-article-header {
  height: 16em;
  margin-top: 0;
  margin-bottom: 1em;
  border-top: 1px solid;
  padding-top: 1em;
}

.hat-article-header h1 {
  margin-top: -0.125em;
}

header.hat-article-header .synopsis {
  font-style: italic;
  font-weight: 200;
}

header.hat-article-header .tags {
  margin-top: 1em;
  font-size: 0.8em;
}

.hat-section {
  margin-top: 2em;
}

.hat-article h1,
.hat-article h2 {
  border-bottom: 1px solid;
}

.hat-section h1,
.hat-section h2 {
  margin-top: 1em;
}

@media only screen and (min-width: 860px) {
  /* .hat-section-fixed h1,
       .hat-section-fixed h2,
       .hat-section-fixed h3 {
       margin-left: -2em;
       }
  */
  .hat-section-fixed h1::before,
.hat-section-fixed h2::before {
    float: left;
    position: relative;
    left: -1em;
    content: "#";
    width: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }
}
.hat-logo {
  border-radius: 4em;
  font-size: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

ul.hat-page-nav a {
  text-decoration: none;
}

.hat-article-header .tags a {
  text-decoration: none;
}

.hat-article-header .title {
  vertical-align: top;
}

ul.hat-page-nav a:hover,
.hat-article-header .tags a:hover {
  text-decoration: none;
}

ul.hat-page-nav {
  padding-left: 0px;
  margin-top: 0.25em;
}

.hat-page-nav li {
  display: inline;
  list-style-type: none;
  padding-right: 1em;
}

.hat-page-nav li.active a {
  font-weight: 800;
  border-bottom: 2px solid;
  padding-bottom: 4px;
}

ul.social li {
  list-style-type: none;
}

ul.social li i {
  padding-right: 8px;
}

ul li p,
ul li ul {
  margin-bottom: 0px;
}

img.feature,
img.banner {
  width: 100%;
}

.banner-credit {
  float: right;
  font-weight: 200;
  font-style: italic;
  font-size: 0.9em;
}

/* article link lists */
ul.hat-article-link-list {
  padding: 0px;
}

ul.hat-article-link-list li {
  list-style-type: none;
  margin-bottom: 1em;
}

/* Front page article list */
.hat-article-grid .article {
  display: inline-block;
  margin-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 0.9em;
}

.hat-article-grid .icon {
  float: right;
}

.hat-article-grid .title {
  display: block;
  font-weight: 800;
  font-size: 1.35em;
}

.hat-article-grid .synopsis {
  font-style: italic;
}

.hat-article-grid .category {
  display: block;
  font-weight: 800;
  float: right;
}

.hat-article-grid .thumbnail {
  width: 100%;
  padding-top: 0.5em;
  border-top: 1px solid;
}

/* Photo galleries */
.photo .thumbnail {
  text-align: center;
}

img.photo-full {
  width: 100%;
}

.photo-float-left {
  float: left;
  margin-right: 1em;
}

.photo-float-right {
  float: right;
  margin-left: 1em;
}

.photo-metadata {
  margin-top: 2em;
}

.photo-table .icon {
  float: right;
  margin-left: 12px;
}

.photo-table tbody tr {
  border-top: 1px solid;
  vertical-align: top;
  text-align: left;
}

.photo-table th,
.photo-table td {
  padding: 0.5em;
  font-size: 0.9em;
}

/*
.shutter .super {
    vertical-align: super;
    font-size: 0.8em;
}

.shutter .sub {
    vertical-align: sub;
    font-size: 0.8em;
}
*/
.photo-table .title,
.photo-table .timestamp {
  display: block;
  text-align: right;
}

.photo-table .description {
  margin-top: 1em;
  display: block;
}

/* Inline photos and galleries */
.hat-photo-cell, .hat-photo-grid .photo {
  text-align: center;
  margin-bottom: 1em;
}

.hat-photo {
  overflow: hidden;
  position: relative;
}

.hat-photo a.highres {
  width: 100%;
}

.hat-photo img {
  max-width: 100%;
}

.hat-photo .caption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.hat-photo .caption span.h3 {
  padding: 0.5em;
}

.hat-photo:hover .caption {
  transform: translateY(-100%);
}

/* Site footer */
.hat-site-footer {
  text-align: center;
  tex-transform: uppercase;
  margin-bottom: 2em;
}

.hat-site-footer hr {
  width: 50%;
  margin-top: 12em;
}

/* =============================================================================
   timestamp
   ============================================================================= */
.hat-timestamp .month {
  font-weight: bold;
}

.hat-timestamp .day {
  font-weight: bold;
}

/* =============================================================================
   title box
   ============================================================================= */
.hat-title-box {
  font-size: 2em;
}

/* =============================================================================
   Map styles
   ============================================================================= */
.hat-map-interactive {
  height: 400px;
}

.hat-map-interactive.feature-map {
  height: 540px;
}

.hat-map-attribution {
  font-size: 0.8em;
  margin-bottom: 1em;
}

.elevation-div {
  margin-top: 2em;
}

/* =============================================================================
 * Article styles. Various classes to be used on sections or divs in
   articles for varying formatting.
 * ============================================================================= */
span.small, span.small p,
.small, .small p {
  font-size: 14px;
  line-height: 1.2em;
}

.no-padding {
  padding: 0px;
  margin: 0px;
}

.no-top-padding {
  padding-top: 0px;
  margin-top: 0px;
}

.no-paragraph-padding p {
  padding: 0px;
  margin: 0px;
}

.full-width {
  width: 100%;
}

.centered {
  text-align: center;
}

.hat-clearfix {
  clear: both;
  margin-bottom: 1em;
}

blockquote.pull-quote p {
  font-size: 2em;
  padding: 0.5em;
}

blockquote.pull-quote {
  margin-left: -4em;
  margin-right: 4em;
  border-left: none;
}

blockquote.pull-quote span.attribution::before {
  content: "— ";
}

blockquote.pull-quote span.attribution {
  display: block;
  position: relative;
  left: 3em;
  font-size: 0.9em;
  font-style: italic;
}

blockquote {
  border-left: 2px solid;
  padding-top: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 0;
}

.hat-tag-cloud {
  padding: 1em;
  text-align: right;
  line-height: 1.75em;
}

.hat-tag {
  white-space: nowrap;
  margin: 0.25em;
}

.hat-tag.active {
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 4px;
}

button.mfp-arrow {
  display: none;
}

th {
  border-bottom: 1px solid #999;
}

tr {
  border-bottom: 1px solid #ddd;
}

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