@font-face {
  font-family: x14y24HeadUpDisplay;
  src: url("/static/fnts/x14y24pxHeadUpDaisy.ttf"); }

  body {
    background-color: #303030;
    margin: 0;
    min-height: 100vh;
    color: white;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT",
        "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L",
        Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }

    #site-header, #site-footer, #links li a, .entry, .entry .cart {
      -webkit-filter: drop-shadow(2px 2px 2px #222);
      filter: drop-shadow(2px 2px 2px #222); }

      #site-header h1, main #showing, #links h2 {
        color: white;
        font-family: "x14y24HeadUpDisplay", 'Franklin Gothic Medium', 'Arial Narrow', Arial,
                sans-serif; }

        #links li a, .entry .tag {
          color: lightblue;
          text-decoration: none; }

          #site-header, #site-footer {
            background: #626562;
            margin: 0;
            display: block;
            flex-grow: 0;
            flex-shrink: 0;
            padding: 8px;
            padding-left: 24px; }

            #site-header {
              background: #626562;
              padding: 8px;
              padding-left: 24px;
              margin-bottom: 24px; }
              #site-header h1 {
                margin: 0;
                font-size: 48px; }

#site-footer {
  text-align: center;
  margin-top: 24px; }

  main {
    flex-grow: 1;
    margin-left: 48px;
    margin-right: 48px; }
    main hr {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #626562;
      margin: 1em 0;
      padding: 0; }

#links ul {
  list-style: none;
  padding: 0; }
  #links li a {
    padding: 8px;
    display: block;
    min-height: 24px;
    background-color: #626562;
    border-radius: 2px; }
    #links li :after {
      content: ">";
      color: #303030;
      text-align: right;
      float: right; }
#links li + li {
  margin-top: 8px; }

#cart_list {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

  .entry {
    background: #626562;
    border-radius: 2px;
    margin-bottom: 8px;
    padding: 8px;
    display: block;
    width: 100%; }
    @media all and (min-width: 1200px) {
      .entry {
        max-width: 30%;
        width: 30%;   }
}
      @media all and (min-width: 900px) {
        .entry {
          max-width: 45%;
          margin-bottom: 16px;   }
}
        .entry .cart {
          margin: 0;
          margin-right: 16px;
          float: left; }
          .entry .info .name {
            font-family: "x14y24HeadUpDisplay", 'Franklin Gothic Medium', 'Arial Narrow', Arial,
                        sans-serif;
            font-size: 24px;
            text-align: center;
            margin-top: 0;
            margin-bottom: 8px; }
            .entry .info .description {
              text-align: justify; }
    .entry .tag {
      font-size: 0.8em;
      border-radius: 16px;
      border: solid 1px #303030;
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 2px;
      padding-bottom: 2px; }
      .entry .tag[data-active="true"] {
        background: white;
        color: #303030; }
