@font-face {
  font-family: 'arconregular';
  src: url('arcon-regular-webfont.woff2') format('woff2'),
    url('arcon-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

  * {
    box-sizing: border-box; }

    html {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      font-family: 'arconregular';
      color: #ffffff;
      background-color: #0d0d0d;
      font-size: 22px;
      scroll-padding-top: 4rem;
      scroll-behavior: smooth; }

      nav {
        user-select: none; }
        nav .nav-links {
          z-index: 997;
          width: 100%;
          position: fixed;
          left: 0;
          top: 0;
          backdrop-filter: blur(10px);
          background-color: rgba(0, 0, 0, 0.65);
          border-bottom: 1px solid #313131;
          box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7);
          width: 100%;
          text-align: center;
          transition: transform 0.2s ease; }
          nav .nav-links > a {
            font-family: 'arconregular';
            display: inline-block;
            padding: 0.8em 1.3em;
            font-size: 1.1em;
            color: #9f9f9f;
            font-variant: small-caps;
            text-decoration: none;
            height: 100%;
            transition: color 0.3s ease;
            -webkit-tap-highlight-color: transparent; }
            nav .nav-links > a.active, nav .nav-links > a:hover.active,
            nav .nav-links > a:hover {
              color: #ffffff; }
              @media screen and (max-width: 910px) {
                nav .nav-links {
                  transform: translateY(-100%);
                  font-size: 1em;   }
                  nav .nav-links > a {
                    display: block;   }
}
        nav #menuButton .icon, nav #menuButton input {
          position: fixed;
          right: 0.5em;
          top: 0.5em;
          width: 1.2em;
          height: 1.2em;
          font-size: 2.2em; }
          nav #menuButton .icon {
            z-index: 998;
            display: none;
            line-height: 1.3em;
            background-color: #313131;
            box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
            border-radius: 0.2em;
            text-align: center;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            outline: none;
            cursor: pointer; }
            nav #menuButton input {
              z-index: 999;
              display: none;
              opacity: 0;
              cursor: pointer;
              -webkit-touch-callout: none;
              -webkit-tap-highlight-color: transparent; }
              nav #menuButton input:checked ~ .nav-links {
                transform: translateY(0%); }
                @media screen and (max-width: 910px) {
                  nav #menuButton .icon, nav #menuButton input {
                    display: block;   }
}

header {
  width: 100%;
  text-align: center; }
  header #banner_bg {
    background-image: url(img/cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    height: 30em;
    border-bottom: 0.4em solid black;
    box-shadow: 0 0 15em black inset; }
    header #banner_content {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      padding: 3em;
      font-size: 1.5em;
      overflow: hidden; }
      header #banner_content h1 {
        margin-top: 1em; }
        header #banner_content h1, header #banner_content h2, header #banner_content h3,
        header #banner_content h4, header #banner_content h5, header #banner_content h6 {
          display: block; }
  header #banner_content > img {
    top: 3em;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 910px) {
      header #banner_content > img {
        max-width: 200%;   }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0em; }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'arconregular';
    color: #ffffff;
    font-weight: normal;
    text-shadow: 0.1em 0.1em 0.1em black; }

    main section {
      text-align: center;
      width: 100%;
      background-color: #222222;
      padding: 1em; }
      main section:nth-child(even) {
        background-color: #161616; }
        main section > * {
          text-align: left;
          max-width: 1024px;
          margin: auto; }
          main section > * p {
            text-align: justify; }
    main article, main #legal {
      max-width: 1024px;
      margin: auto;
      padding: 1em; }
      main article p, main #legal p {
        text-align: justify; }

#legal {
  font-size: 1em;
  clear: both;
  color: #7e7e7e;
  text-align: justify;
  max-width: 800px;
  padding: 2em; }

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

    a:hover {
      text-decoration: underline;
      color: #c99e6d; }

      footer {
        border-top: 1px solid #313131;
        width: 100%;
        text-align: center;
        padding: 2em;
        box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7); }

        .dimmed {
          color: #9f9f9f; }

          .concert, .misc {
            padding-bottom: 1em;
            margin-bottom: 2em;
            border-bottom: 1px solid #5e5e5e; }
            .concert:last-child, .misc:last-child {
              padding-bottom: 0;
              margin-bottom: 0;
              border-bottom: none; }

.misc h3 {
  color: #a17d54;
  font-family: 'arconregular'; }
  .misc h3:first-child {
    margin-bottom: 0; }
    .misc h3 + p {
      margin-top: 0.5em; }

.concert .date {
  margin-bottom: 0;
  color: #a17d54; }
  .concert .title {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.3em; }
    .concert .address {
      margin-top: 0;
      font-size: 0.8em;
      color: #a1a1a1; }
      .concert .address a {
        color: #7c7b79; }
.concert .description {
  margin-top: 0;
  font-size: 0.8em;
  color: #a1a1a1; }

.post-list {
  padding-left: 0; }
  .post-list li {
    list-style-type: none;
    margin-bottom: 1.8em; }
    .post-list li h2 {
      font-size: 1.1em;
      margin-bottom: 0.05em; }
      .post-list li p {
        margin-top: 0; }

.post-header {
  margin-top: 1em; }

  .bottomcut {
    margin-bottom: 0; }

    .topcut {
      margin-top: 0; }

      .blogNav {
        text-align: center;
        display: grid;
        grid-template-columns: 0.5fr 0.5fr; }
        .blogNav .back {
          text-align: center;
          grid-column-start: 1;
          grid-column-end: 3;
          margin-bottom: 0.5em; }
          .blogNav .prev {
            text-align: left; }
            .blogNav .next {
              text-align: right; }

.post-content img {
  max-width: 70%; }
