


    /*.wrap > h1 {
      color: rgb(221, 142, 22);
      margin: 14px auto 0;
   } */
    #showcase {
      height: 570px;
      overflow: visible !important;
    }
    .card {
      width: 200px;
      padding: 7px;
      text-align: center;
      background-color: #fff;
      border:none;
      border-radius: 5px;
	  box-shadow:0 1px 8px rgba(0,0,0,0.3);
    }
    .card h4 {
      margin: 7px 0 0 0;
    }
/*    .card a {
      font-size: 18px;
      display: block;
    }
*/    .card p {
      font-size: 15px;
    }
    .nav {
      width: 30px;
      height: 30px;
      color: #fff;
      text-align: center;
      background:#313131;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      position: absolute;
      top: 33%;
	  border:none;
	  outline:none;
	  text-align:center;
	  border-radius:50%;
    }
    .nav:active,
    .nav.down {
      border: solid 2px rgba(0, 0, 0, 0.55);
    }
    .nav.left {
      left: 16px;
    }
	.nav.left i {
      margin-left:7px;
    }
    .nav.right {
      right: 16px;
    }
    .nav.right i {
      margin-left:7px;
    }

    footer hr {
      width: 6px;
    }
    #share {
      top: -84px;
    }
    #credits {
      top: -78px;
    }
    #photo-credits {
      text-align: center;
    }
    #photo-credits h1 {
      font-size: 1em;
      margin-top: 0;
      margin-bottom: 6px;
    }
    #photo-credits > ul {
      list-style: none;
      padding: 0;
      margin-top: 0;
    }
  