.container {
  max-width: 800px; }

h1{
  text-align:center;
  margin-top: 7.5%;
  /* background:url(../kiwi-new.png);
  background:opacity(0.5);
  background-size:40rem;;  
  background-repeat: no-repeat;
  background-position: top center; */
}

h2{

  text-align: center;
  margin-top: 2rem;
}

ol {
    margin-left: 2em;
    list-style-position: outside;
}

#research #pub-year{
  margin: 0;
  padding: 0;
}

#research .publication .pubimg{
  float: left;
}

#research  .publication .pub-details{
  float: left;
  margin-right: 0px;
}

#research  .publication .pub-links{
  float: right;
  margin-left: 0px;
  margin-right:0px;
  max-width: 100%;
}

#research .publication .links{
  margin-top: 10px;
}

#research .publication .links img{
  padding: 0px 5px 5px 0px;
}

span.highlight{
  font-weight:bold;
}

#research .publication .pubimg img {
  float: left;
  padding: 5px;
  border-width: 1px; /* 1px 2px 1px; */
  border-style: solid;
  /* border-color: rgb(240,240,240) rgb(240,240,240) rgb(204,204,204) rgb(240,240,240); */
  border-color: #c3c3c3;
  /* border-radius: 5px 5px 5px 5px;   */
}

#research  .publication .pub-details{
  text-align: justify;
}

#research .publication .pub-details span.note{
  font-weight: bold;

}

/* #research .publication .pub-details span.links img{ */
  /* padding: 7.5px 5px 0px 0px; */
 /* padding: 7.5px 5px 5px 0px;
} */

#research #pub-nav{
  margin-top: 15px;
}

#research #pub-nav p{ 
  text-align: center;
  padding: 0;
  margin: 5px 0 0 0;
}

.footer{
  text-align: center;
  width: 100%;
  height: 6.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-right: 35px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #222;
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    margin-left: 25px;
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-item-right {
    position: relative;
    float: right;
    margin-bottom: 0;
    margin-right: 0px;
  }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0;
    pointer-events: none;}
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }
}