/** GLOBAL **/

  @font-face {
      font-family: RetroStereo;
      src: url(../fonts/Retro_Stereo_Thin.ttf);
  }

  .clear {
    clear: both;
  }

  html {
    background-color: #0e050d;
  }

  h1, h1 a {
    font-family: RetroStereo;
    color: #bacd6d;
  }

  h2 {
    font-family: RetroStereo;
    color: white;
    line-height: 20px;
  }

  h4 {
    font-family: RetroStereo;
    font-size: 24px;
    color: #bacd6d;
    margin-top: 2px;
  }

  h5 {
    font-family: RetroStereo;
    font-size: 20px;
    line-height: 24px;
    color: #bacd6d;
    margin-top: 2px;
  }

  p {
    font-family: "Avenir Next";
    font-size: 20px;
    color: white;
    line-height: 20px;
    margin-top: 10px;
  }

  .mz {
    font-family: RetroStereo;
    font-size: 17px;
    color: #bacd6d;
    font-style: initial;
  }

  a {
    color: white;
    text-decoration: none;
  }

  a:hover {
    color: #bacd6d;
  }

  .bold {
    font-weight: 600;
  }

  .italic {
    font-style: italic;
  }

  ul, ul a {
    font-family: RetroStereo;
    color: white;
    text-decoration: none;
  }

    ul a:hover {
      color: #bacd6d;
    }

    ul li {
      margin: 0 0 14px 0;
      line-height: 20px;
    }

  strong {
    font-weight: bold;
  }

  html, body {
    width: 100%;
  }

    header {
      width: 100%;
      margin-top: 2%;
    }

      #switch {
        width: 7.25%;
        max-height: 75px;
        float: left;
        margin: 1%;
        cursor: pointer;
      }

        #switch h1 {
          font-size: 6vw;
        }

        #close {
          display: none;
        }

      #bandname {
        float: left;
        margin: 1% 1% 1% 0;
        width: 81.5%;
      }

      #menuitems {
        visibility: hidden;
        margin: 1%;
        width: 7.25%;
        float: left;
      }

    nav {
      width: 7.25%;
      margin: 40px 1%;
      float: left;
      overflow: hidden;
      visibility: hidden;
    }

    .navigate {
      width: 32%;
      visibility: visible;
    }

    main {
      width: 81.5%;
      margin: 0 1% 0 0;
      float: left;
    }

    .shrunk {
      width: 56.75%;
    }

    main #stalk ul {
      margin: 60px 0 40px 0;
    }

    main #stalk li {
      display: inline-block;
      padding-right: 10px;
    }

    main #stalk li a {
      font-family: "Avenir Next";
    }

    main #stalk img {
      height: 12px;
      padding-right: 5px;
    }

/** GLOBAL END **/

/** HOME **/

        main #bio p {
          font-size: 24px;
          line-height: 26px;
          font-style: italic;
        }

        main #preorder {
          margin-top: 40px;
        }

          main #cover {
            float: left;
            width: 100%;
            max-width: 500px;
            margin: 0 20px 40px 0;
          }

          main #cover img {
            border: 2px solid white;
            max-width: 500px;
            width: 100%;
          }

          main #cover img:hover {
            border: 2px solid #bacd6d;
          }

          main #links {
            float: left;
            margin-top: 4px;
          }

          main #links h3 {
            display: block;
            margin: 0 0 20px 0;
          }

          main #links a {
            padding: 18px 10px 20px 10px;
            background-color: #bacd6d;
            color: white;
            font-family: RetroStereo;
            text-decoration: none;
            cursor: pointer;
            line-height: 4em;
          }

          main #links a:hover {
            background-color: white;
            color: black;
          }

          main #links p {
            font-size: 24px;
            line-height: 26px;
            margin: -6px 0 40px 0;
          }

          main #apple {
            margin-bottom: 20px;
          }

          main #apple a {
            padding: 0;
            background-color: transparent;
          }

          main #apple a:hover {
            background-color: initial;
          }

          main #spotify {
            margin-bottom: 40px;
          }

/** HOME END **/

/** WHO ARE THE MOONLANDINGZ? **/

    main #who {
      margin-top: 40px;
    }

/** WHO ARE THE MOONLANDINGZ? END **/

/** LIVE PALAVERS **/

    main #tour-poster {
      width: 100%;
    }

      main #tour-poster img {
        width: 99%;
        border: 2px solid white;
        margin: 40px 0;
      }

      main #tour-poster img:hover {
        border: 2px solid #bacd6d;
      }

      .events {
        font-family: RetroStereo;
        text-align: center;
        margin-top: 50px;
        color: white;
      }

        .events .venue {
          color: #bacd6d;
        }

        .events .tickets {
          padding-top: 10px;
          display: inline-block;
        }

      .events li {
        list-style: none;
        line-height: 1.3em;
        padding-bottom: 20px;
      }

    #planet {
      position: absolute;
      top: 90%;
      right: 10%;
    }

    @media screen and (max-width: 950px) {
      #planet {
        display: none;
      }
    }

    footer {
      width: 100%;
    }

      footer img {
        width: 100%;
      }

/** LIVE PALAVERS END **/

/** RELEASES **/

    main #releases {
      width: 100%;
      margin: 40px 0 0 0;
    }

      main #releases ul, main #releases ol {
        color: white;
        font-family: "Avenir Next",sans-serif;
      }

      main #releases ol {
        list-style-type: decimal;
        padding-left: 40px;
        margin-bottom: 20px;
      }

      main #releases ul  li {
        display: inline-block;
        font-size: 20px;
        padding-right: 20px;
      }

      main #releases a {
        font-family: "Avenir Next", sans-serif;
        font-size: inherit;
        cursor: pointer;
      }

        main #releases a:hover {
          color: #bacd6d;
        }

      main #releases ol li {
        line-height: 24px;
      }

      main #releases .cover {
        width: 100%;
        max-width: 500px;
        float: left;
        margin: 0 20px 20px 0;
      }

      .release {
        margin-bottom: 40px;
      }

      main #releases .cover img {
        width: 100%;
        border: 2px solid white;
      }

      main #releases .info {
        float: left;
      }

      main #releases .release_title {
        margin-bottom: 20px;
      }

      main #releases .release_title p {
        font-size: 20px;
      }

      main #releases .tracklist {
      }

/** RELEASES END **/

/** OUR STORY SO FAR **/

      main #story-so-far {
        width: 100%;
        margin-top: 40px;
      }

        main .story-imgs {
          width: 100%;
          margin: 40px auto 0 auto;
          padding: 0;
          list-style: none;
        }

        main .story-title {
          margin-top: 20px;
        }

        main .story-title h2:hover {
          color: #bacd6d;
        }

        main .story-imgs li {
          width: 31%;
          display: inline-block;
          *display:inline;/*for IE6 - IE7*/
          vertical-align:top;
          box-sizing:border-box;
          margin:0 1% 20px 0;
          padding:0;
        }

        main .story-imgs img:active {
          position: fixed;
          top: 50%;
          right: 0;
          bottom: 0;
          left: 0;
          width: 50%;
          padding: 25%;
          transform: translateY(-50%);
          margin: 0 auto;
          background-color: black;
        }

        @media screen and (max-width: 1123px) {
          main .story-imgs li {
            width: 48%;
          }
        }

        @media screen and (max-width: 896px) {
          main .story-imgs img:active {
            position: initial;
            top: initial;
            right: initial;
            bottom: initial;
            left: initial;
            width: 100%;
            padding: initial;
            transform: initial;
            margin: 0;
            background-color: initial;
          }
        }

        @media screen and (max-width: 480px) {
          main .story-imgs li {
            width: 100%;
            margin: 0;
          }
        }

        main .story-imgs img {
          width: 100%;
        }

/** OUR STORY SO FAR END **/

/** FOOTER **/

      main #subscribe {
        margin-top: 40px;
      }

        .mc-field-group input {
          height: 24px;
          width: 100%;
          max-width: 504px;
          color: white;
          background-color: transparent;
          margin: 20px 0 0 0;
          padding: 0;
          border: 0;
          border-bottom: 2px solid white;
        }

        .mc-field-group input:focus {
          outline-offset: 0;
          outline: 0;
          border-bottom: 2px solid #bacd6d;
        }

        #mc-embedded-subscribe {
          background-color: white;
          border: none;
          height: 48px;
          margin-top: 20px;
          width: 103px;
          font-family: RetroStereo;
          font-size: 14px;
        }

        #mc-embedded-subscribe:hover {
          background-color: #bacd6d;
        }

  @media screen and (max-width: 617px) {
    .navigate {
      width: 98%;
      visibility: visible;
      margin-bottom: 0;
    }

    .shrunk {
      width: 81.5%;
      margin-left: 9.25%;
    }
  }
