a:hover{
  color: #369;
}

#rightcontent ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul#sublime-nav{
  font-weight: bold;
  font-size: 13px;
}

#sublime-nav li {
  /*background: #a53800;
  background: #913100;*/
  background: #7f3c18;
}

#rightcontent li{
  margin-left: 0;
}

#sublime-nav li a{
  color: white;
  padding: 5px;
  text-align: center;
  width: 100%;
  display: block;
}

#sublime-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;
}

.partial-width-image {
  width: 475px;
  margin-bottom: 10px;
}

#collage-container {
  display: flex;
  justify-content: center;
}

#collage {
  width: 85%;
  margin: 0 auto;
  /* margin-left: 50px;
  margin-right: 50px; */
}

/* p#special-thanks {
  margin-top: 50px;
} */

/* sup {
  top: 0;
} */

sub{
  vertical-align: baseline;
}

.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%;
}

#ice-gas {
  text-align: center;
  margin-top: 5px;
}

#ice-gas a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}

/* People */

.person {
  margin-bottom: 20px;
}

#people img {
  width: 475px;
}

#rightcontent .person h3 {
  margin-bottom: 2px;
}

.person p {
  margin-bottom: 5px;
}

.person a {
  color: inherit;
}

#collaborators p {
  margin-bottom: 5px;
}

#group-photo {
  margin: 15px 0;
}

/* Publications */
.p-group {
  margin-bottom: 20px;
}

/* Experiment */
.caption {
  margin-top: -8px;
  font-style: italic;
  color: #595959;
}

#experiment-schematic-container {
  display: flex;
  justify-content: center;
}

#experiment-schematic {
  width: 80%;
  margin-bottom: 16px;
}

@media screen and (max-width: 700px) {
  #collage {
    width: calc(100vw - 100px);
  }
}

@media screen and (max-width: 590px) {
  .urtwo {
    width: auto;
    margin: 0 auto;
    float: none;
  }

  .urone {
    width: calc(100vw - 32px);
  }

  .urone h2:first-child {
    width: auto;
  }

  #people img {
    width: calc(100vw - 32px);
  }

  .partial-width-image {
    width: calc(100vw - 32px);
  }
}