ul {
  list-style-type: none;
}
body {
  font-family: sans-serif;
}



.jumbotron {
  background-color: #00E6E6;
}

.jumbotron .name {
  position: relative;
  color: #505050;
}

.jumbotron h1 {
  font-size: 50px;
  text-shadow: none;
}

.learn-more {
  color:black;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
}

.learn-more ul.nav-pills{
  display: inline-block;
}

.learn-more li{
  display: inline;
}

.nav-pills a{
  float: left;
  background: white;
}

.nav li.active a, .nav li.active a:hover, .nav li.active a:focus {
  background-color: #505050;
}

.nav li a, .nav li a:hover {
  color: #505050;
}


.content {
  left: -15px
}

.tab {
  background: transparent;
  position: absolute;
  display: none;
  width: 100%;
  padding-bottom: 20px;
}


.active-tab {
  background: transparent;
  position: absolute;
  display: block;
  width: 100%;
}


.section {
  color: #505050;
  background: #00E6E6;
  border-radius: 20px;
  margin-top:20px;
  padding:10px 40px;
}




.pub-data {
  border-left: solid thin;
}

.sec-description {
  margin-bottom: 10px
}

.pub {
  margin-top:20px;
  margin-bottom:10px;
}

.pub-location{
  list-style:none;
  padding-left:0;
}

.main-location{
}

.pub-title{
  font-weight: bold;
}

.pub-link{
  text-align: center;
}



.one-line .nav{
  display: inline-block;
}

.circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #505050;
  background-color: cyan;
}

.captioncircle {
  background-color: white;
  padding:0px 0px;
}

.teaching.circle {
  border-radius: 0px;
}

.research.circle {
  border-radius: 0px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.studying.circle {
}

.extra-info{
  position: relative;
  left: 20px;
  font-style: italic;
}



.contact .section{
  text-align: center;
}

