html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

a {
  text-decoration: none;
  color:#6B0707
}

.footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  border-top: 1px solid #dddddd;
  z-index: 99;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

@media (min-width: 550px) {
  /* Navbar */
  .navbar {
    border-top-width: 0; 
  }
  .navbar, .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #ffffff;
    z-index: 99;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; 
  }
  .navbar-spacer {
    display: none; 
  }
  .navbar > .container {
    width: 100%; 
  }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; 
  }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; 
  }
  .navbar-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; 
  }
  .navbar-link.active {
    color: #33C3F0; 
  }
  .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%; 
  }
  .blankspace {
  height: 30px;
  display: block;
  }
}

@media (max-width: 550px) {
  /* Navbar */
  .navbar {
    border-top-width: 0; 
  }
  .navbar, .navbar-spacer {
    display: block;
    width: 100%;
    /*height: 6.5rem;*/
    background: #ffffff;
    z-index: 99;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee; 
  }
  .navbar-spacer {
    display: none; 
  }
  .navbar > .container {
    width: 100%; 
  }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; 
  }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; 
  }
  .navbar-link {
    text-transform: uppercase;
    font-size: 6px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 4px;
    text-decoration: none;
    line-height: 1rem;
    color: #222; 
  }
  .navbar-link.active {
    color: #33C3F0; 
  }
  .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%; 
  }
  /* usually used */
  .blankspace {
    height: 60px;
    display: block;
  }

}

.textwrap{
  word-wrap: break-word;
}

.researchlist{
  /*font-size: 14px;*/
  font-weight: 500;
  text-decoration: none;
}


/* specific */
#photo{
  text-align:center;
/*  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);*/
  image-orientation: from-image;
}

.PV{
  display: none;
}

.PVbutton{
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
}
