html {
  height: 100%; }

body {
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0 1em 0em 0;
  min-height: 100%;
  box-sizing: border-box;
  border: 1em solid yellow;
  -webkit-text-size-adjust: 100%; }

header {
  margin: -0.5em 0 0 -0.5em; }
  header .logo-small {
    width: 50%;
    vertical-align: middle; }
  header .avatar {
    border-radius: 25px;
    width: 50px;
    vertical-align: middle; }
    header .avatar.gus {
      -webkit-animation: spin 36s infinite linear;
      -moz-animation: spin 36s infinite linear; }
    header .avatar.jeffrey {
      -webkit-animation: counter-spin 18s infinite linear;
      -moz-animation: counter-spin 18s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes counter-spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg); } }

@-moz-keyframes counter-spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg); } }

#index h1, #location h1, #contact h1 {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  padding: 4px 8px;
  background-color: yellow;
  margin: 0 0 0 -1.5em; }

#index {
  margin-top: 1em; }
  #index hr {
    border: none;
    height: 1em; }
  #index ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 1px;
    margin: 0; }
    #index ul .coming-soon .url {
      pointer-events: none;
      -webkit-user-select: none;
      color: rgba(0, 0, 0, 0.3);
      border-bottom: 2px solid rgba(0, 0, 255, 0.3) !important; }
    #index ul .coming-soon .meta-link {
      opacity: 0.3; }
    #index ul li .info {
      padding-left: 0.5em;
      margin-bottom: 4px; }
      #index ul li .info h2 {
        display: inline-block;
        font-size: 1em;
        font-weight: normal;
        margin: 0;
        padding: 0 1px; }
      #index ul li .info .date {
        display: inline-block;
        font-size: 0.5em;
        background: lightblue;
        padding: 0 1px; }
      #index ul li .info .artist {
        font-size: 0.5em;
        background: lime;
        padding: 0 1px; }
      #index ul li .info .press {
        font-size: 0.5em;
        color: yellow;
        background: red;
        padding: 1px 2px 2px 2px;
        text-transform: uppercase; }
        #index ul li .info .press.old {
          background: #ffcccc;
          color: #888; }
    #index ul li .website {
      display: inline-block;
      position: relative; }
      #index ul li .website .url {
        font-size: 2.0em;
        margin-left: 8px;
        background: #fff7ed;
        border-bottom: 2px solid blue; }
      @media (max-width: 480px) {
        #index ul li .website .url {
          font-size: 1em; } }
      #index ul li .website .status-wrapper {
        pointer-events: none;
        position: absolute;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      #index ul li .website .status {
        font-family: Verdana;
        margin: auto;
        font-style: italic;
        vertical-align: middle;
        font-size: 0.5em;
        padding: 0px 3px;
        text-transform: uppercase; }
        #index ul li .website .status.under-construction {
          color: red;
          background-color: yellow; }
        #index ul li .website .status.planned {
          color: white;
          background-color: blue; }
    #index ul li .meta-link {
      font-size: 0.5em;
      margin: 0;
      padding: 1px;
      background: #dddddd;
      color: black;
      vertical-align: top;
      display: inline-block; }

#location {
  margin-top: 30px;
  margin-bottom: 30px; }
  #location .wrapper {
    margin: 0.5em 0 0.5em 0.5em; }
  #location p {
    background: url("/images/gallery.png");
    background-size: 100%;
    margin: 0;
    width: 250px;
    height: 180px;
    padding: 0.5em;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -webkit-font-smoothing: antialiased; }
    #location p a {
      color: white;
      text-decoration: none; }
    @media (max-width: 480px) {
      #location p {
        width: 200px;
        height: 150px; } }
  #location .directions {
    margin: 0 0 0.5em 0;
    padding: 0.5em;
    border: 2px solid blue;
    display: inline-block;
    font-size: 0.8em;
    max-width: 100px;
    background-color: #fff7ed;
    vertical-align: top; }

#contact .wrapper {
  margin: 0.5em 0 0.5em 0.5em; }
#contact .mailing-list input {
  padding: 0.4em;
  margin: 0;
  font-size: 1em;
  width: 210px; }
  @media (max-width: 480px) {
    #contact .mailing-list input {
      width: 150px;
      font-size: 0.8em; } }
#contact .mailing-list button {
  font-size: 1em;
  padding: 0.4em;
  margin: 0 0 0 0.5em;
  background: yellow; }
  @media (max-width: 480px) {
    #contact .mailing-list button {
      font-size: 0.8em; } }
#contact .email-link {
  vertical-align: top;
  font-size: 1.5em;
  display: inline-block;
  color: blue;
  background: lime;
  padding: 0.5em;
  margin: 2em; }
  #contact .email-link a {
    text-decoration: none; }
#contact .appointment {
  background: white;
  color: black;
  padding: 1em;
  display: inline-block;
  margin: 1em;
  font-size: 0.8em;
  width: 130px;
  border: 2px solid black; }
