.sidebar-nav .navbar-header{ float: none;
    width:100%;
}
.navbar-default li{
    background-color: white;
}

@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }

  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/*Sidebar widths - needed for sticky navbar*/
@media (min-width: 768px){
    .sidebar {
        width: 150px;
    }
}
@media (min-width: 992px){
    .sidebar {
        width:200px
    }
}
@media (min-width: 1200px){
    .sidebar {
       width:250px
    }
}

/*Hide RSS Feed*/
@media (max-width: 768px){
    .xs-vanish {
        display:none;
    }
}
@media (max-height: 1200px){
    .md-h-vanish {
        display: none;
    }
}
@media (max-height: 900px){
    .xs-h-vanish {
        display: none;
    }
}

/*Stick footer*/
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}

/* Margin bottom by footer height */
body {
  margin-bottom: 80px;
  background-color: rgb(0,33,71);
  font-family: 'Open Sans', sans-serif !important;
}

/*Link colours*/
a {
    color: #111 !important;
    /*#color: #BF4D28;*/
}
a:hover {
    color: rgb(0,33,71);
}
.navbar-nav a:hover{
    color: #BF4D28 !important; 
}
#events li a {
    color: #111; !important;
}
#events li {
    padding-top: 6px;
    padding-bottom: 6px;
}

#res li a {
    color: #111; !important;
}
#res li {
    padding-top: 6px;
    padding-bottom: 6px;
}

.content {
    background-color: white;
    padding: 10 25;
    border-radius: 5px;
}
@media (min-width:768px){
    .content{
        min-height:850px;
    }
}
@media (max-width: 768px){
    .content {
        margin:0 15;
    }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: white;
}
.footer .text-muted {
    margin: 20px 0px;
}

.footer .text-dark {
    margin: 20px 0px;
}


.indent {
    margin-left:1em;
    text-indent:-1em;
}

.thumbnail {
    width: 100px;
    float: none;
    margin: 0 auto;
    border: 0px;
}
.thumbnail img{
    margin: 5 auto;
}
.thumbnail p{
    text-align: center;
    font-weight: bold;
}

.research {
    margin: 50 0 50 5;
}

.img-circle {
    border: 2px solid lightgrey;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.row-left {
    text-align:left;
}
.col-centered {
    display:inline-block;
    float:none;
    vertical-align:top;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/*Publications*/
.bibtex-biblio {
    clear: both;
    width: 100%;
    margin-bottom: 0px;
    font-size:inherit;
}
.bibtex-entry{
    width: 100%;
}
.bibtex-natbib{
}
.bibtex-citation{
    padding-bottom: 7;
}
.bibtex-article{
}
.bibtex-author{
}
.bibtex-year{
}
.bibtex-title{
    font-weight: bold;
}
.bibtex-jname{
    font-style: italic;
}
.bibtex-volume{
}
.bibtex-number{
}
.bibtex-pages{
}

.carousel-indicators li {
    background-color: rgb(0,33,71);
    height: 15px;
    width: 15px;
}
.carousel-indicators .active {
    background-color: #BF4D28;
    height: 15px;
    width: 15px;
}
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  line-height: 1.42;
  border-radius: 25px;
}
#toTop {
    text-align:center; 
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    background-color:#BF4D28;
}
#toTop:hover {
    background-color:orange;
