@font-face {
  font-family: 'heavy_equipmentregular';
  src: url('heavyequipment-webfont.woff2') format('woff2'),
    url('heavyequipment-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: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #8f8f8f;
      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;
          background-color: #0f0f0f;
          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: 'heavy_equipmentregular';
            display: inline-block;
            padding: 0.4em 1.3em;
            font-size: 1.5em;
            color: #7e7e7e;
            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: #2ca17d; }
              @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/banner.png);
    background-size: cover;
    background-position-x: center;
    height: 30em;
    max-height: 50vw;
    border-bottom: 0.4em solid black;
    box-shadow: 0 0 15em black inset; }
    header #banner_bg::after {
      content: '';
      display: block;
      position: absolute;
      height: 30em;
      max-height: 50vw;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      background-image: radial-gradient(black 33%, transparent 33%);
      background-size: 4px 4px; }
  header #banner_content {
    display: block;
    position: absolute;
    height: 30em;
    max-height: 50vw;
    left: 0;
    right: 0;
    top: 0;
    padding: 3em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden; }
    header #banner_content > img {
      bottom: 1em;
      max-width: 80%;
      position: absolute;
      height: auto; }
      @media screen and (max-width: 910px) {
        header #banner_content > img {
          max-width: 100%;   }
}

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

  h1, h2, h3, h4, h5, h6 {
    font-family: 'heavy_equipmentregular';
    color: #9ac5b8;
    font-weight: normal;
    font-variant: small-caps;
    margin-top: 2em; }
    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child,
    h6:first-child {
      margin-top: 0; }

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; }

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

  a {
    text-decoration: none;
    color: #2ca17d; }

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

      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: #7e7e7e; }

          .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: #2ca17d; }
  .misc h3:first-child {
    margin-bottom: 0; }
    .misc h3 + p {
      margin-top: 0.5em; }

.concert .date {
  margin-bottom: 0;
  color: #2ca17d;
  font-family: 'heavy_equipmentregular'; }
  .concert .title {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0.3em;
    font-family: 'heavy_equipmentregular';
    text-align: left; }
    .concert .address {
      margin-top: 0;
      font-size: 0.8em;
      color: #a1a1a1; }
      .concert .address a {
        color: #4b8271; }

.social-link {
  display: inline-block; }
  .social-link .social-logo {
    width: 8em; }

.centering {
  text-align: center; }

  .fotos img {
    max-height: 18em;
    max-width: 100%; }
