body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}


footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}


.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}



/* blue nav bar */
.navbar-inverse {
    background-color: #3d72b8;
    border-color: #3d72b8;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
    color: rgb(200, 200, 200);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: rgb(255, 255, 255);
    background-color: transparent;
}


/* hidden links */
a.normaltext, a.normaltext:hover, a.normaltext:focus {
  background-color:transparent;
  color: #444444;
}
ul.address {
  list-style: none outside;
  margin-top: .5em;
  padding-left: 0;
}

/* ensure that headings are not hidden by navbar when jumping to them with relative links */
h2[id], h3[id] {
  padding-top: 70px;
  margin-top: -50px;
}
/* disable printing of links */
@media print {
  a[href]:after {
    content: none;
  }
}

h2 {
    border-bottom: 2px solid #eee;
}

/* some space between images in sidebar */
div.sidebar-module * img {
    margin-bottom: 1em;
}


/* DBLP style colors */
ul.publications {
    list-style: none;
    padding:0;
    margin:0;
}

ul.publications li {
    padding-left: 2em;
    text-indent: -1.5em;
    margin-bottom: .3em;
}

ul.publications li:before {
    content: "■";
    padding-right: .5em;
}

/* DBLP colors */
ul.publications li.book:before             {color: #f8c91f;} /* books ... */
ul.publications li.thesis:before           {color: #f8c91f;} /* and theses */
ul.publications li.article-journal:before  {color: #ab4173;} /* journal articles */
ul.publications li.paper-conference:before {color: #3262a4;} /* conference and workshop papers */
ul.publications li.chapter:before          {color: #ef942d;} /* parts in books or collections */
ul.publications li.dataset:before          {color: #885522;} /* data and artifacts */
ul.publications li.speech:before           {color: #626a70;} /* informal and other publications */

.altmetric-embed { display: inline-block; text-indent: 0pt;}
.opt {margin-right: 5pt; }

.anchor {
    color: #eee;
}

/* heading links
 * source: https://github.com/allejo/jekyll-anchor-headings/wiki/Examples

h1 {
  margin-left: -20px;
  padding-left: 10px;
}

h2 {
  margin-left: -18px;
  padding-left: 10px;
}

h3 {
  margin-left: -16px;
  padding-left: 10px;
}

h4 {
  margin-left: -14px;
  padding-left: 10px;
}

h5 {
  margin-left: -12px;
  padding-left: 10px;
}

h6 {
  margin-left: -10px;
  padding-left: 10px;
}

h1 .octicon, h2 .octicon, h3 .octicon, h4 .octicon, h5 .octicon, h6 .octicon  {
  visibility: hidden;
}

h1:hover .octicon, h2:hover .octicon, h3:hover .octicon, h4:hover .octicon, h5:hover .octicon, h6:hover .octicon {
  visibility: visible;
}

.octicon {
  fill: currentColor;
  padding: 0;
  margin-left: -16px;
  vertical-align: middle;
}
 */
