a:hover {
    color: #369;
  }
  
  p {
    font-size: 12.5px !important;
    line-height: 1.4em !important;
  }
  
  #rightcontent ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  
  ul#spice-nav {
    font-weight: bold;
    font-size: 13px;
  }
  
  #spice-ul {
    display: block !important;
    list-style-type: disc !important;
    margin-top: 1em !important;
    margin-bottom: 1 em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
    font-size: 15px;
  }
  
  .spice-ol {
    font-size: 15px;
  }
  
  #spice-nav li {
    /*background: #a53800;
      background: #913100;*/
    background: #7f3c18;
  }
  
  #rightcontent li {
    margin-left: 0;
  }
  
  #spice-nav li a {
    color: white;
    padding: 5px;
    text-align: center;
    width: 100%;
    display: block;
  }
  
  #spice-nav li.active {
    background: #d14600;
  }
  
  h3 {
    font-size: 15px;
    color: #d14600;
  }
  
  h3#subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .urone a {
    font-weight: bold;
  }
  
  p#this-project {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
  }
  
  .full-width-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .instrument-img {
    width: 475px;
  }
  
  .partial-width-image {
    width: 475px;
    margin-bottom: 10px;
  }
  
  .urtwo {
    float: right;
  }
  
  .urone {
    float: none;
    width: auto;
  }
  
  /* .urone h2:first-child {
    width: 475px;
  } */
  
  .post-images {
    clear: both;
  }
  
  .image-pair {
    color: #585858;
  }
  
  .image-unit {
    float: left;
  }
  
  .image-unit {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  .image-unit img {
    margin-bottom: 10px;
    width: 100%;
  }
  
  /* People */
  /* .urone#people {
    width: 475px;
  } */
  
  .person {
    float: left;
    width: 151.667px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  
  .person img {
    width: 100%;
    margin-bottom: 3px;
  }
  
  .person a {
    font-weight: bold;
  }
  
  #people-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
  }
  
  #people-photos p {
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .person:nth-child(4), .person:nth-child(7) {
    clear: left;
  }

@media screen and (max-width: 425px) {
  .urtwo {
    float: none;
    margin: 0;
    width: auto;
  }

  .person {
    float: none;
    width: 48%;
  }

  .instrument-img {
    width: 100%;
    height: auto;
  }
}
  