/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden;
  padding-top: 0;
  text-align: justify;
}
footer {
  padding: 10px 0;
}
.authors {
  font-size: 20px;
}
.authors a {
  color: #0645ad;
}
.authors a:hover {
  color: #0645ad;
}
.container {
  max-width: 1000px;
}
p {
  font-size: 16px;
}
li {
  font-size: 16px;
}
h2 {
  text-align: center;
}
.jumbotron {
  text-align: center;
}
.btn {
  font-size: 18px;
}
.jumbotron h2 {
  font-size: 36px;
}
.section {
  padding-top: 30px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vcontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gif {
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.caption {
  width: 75%;
  font-size: 14px;
}
.bibtexsection {
  font-family: "Courier", monospace;
  font-size: 16px;
  white-space: pre;
  background-color: #f4f4f4;
  text-align: left;
  padding: 24px 32px;
}
.canvas-row canvas {
  max-width: 100%;
}
.padding-0 {
  padding-right: 0;
  padding-left: 0;
}
.vspace-top {
  margin-top: 30px;
}
