.title-font {
  font-family: "Abril Fatface";
}

div.heading {
  padding: 2rem 1rem !important;
  margin-top: 30px;
  background-color: rgb(245, 245, 245);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  border: 1px lightgray solid;
}

#spolinbot-demo {
  height: 500px;
  width: 100%;
}

@media (max-width: 1200px) {
  #spolinbot-demo {
    height: 600px;
  }
}
.vspacing {
  margin: 10px 0px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.thumbnail:hover {
  cursor: default;
}

@media (max-width: 500px) {
  .thumb {
    width: 300px !important;
  }
}
#info > div {
  margin: 30px 0px;
}

.yesand-example-wrapper img {
  width: 100%;
  padding: 3px;
  border: solid 1px lightgray;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.yesand-example-wrapper .yesand-text {
  display: inline-block;
}

#paper .img-wrapper {
  position: relative;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
#paper .img-wrapper .img-fluid {
  opacity: 0.5;
}
#paper .img-wrapper .img-overlay:before {
  content: " ";
  display: block;
  height: 40%;
}
#paper .img-wrapper .img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}
#paper .citation-wrapper .citation {
  margin-bottom: 0;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

#authors .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
#authors .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  vertical-align: middle;
  border-style: none;
}
#authors .card-body {
  padding: 0.5rem;
  flex: 1 1 auto;
}
#authors .headshot {
  width: 7.5rem;
  margin: 0.4rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.example-gallery {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 450px;
}

.example-caption {
  text-align: center;
  color: grey;
}

@media (max-width: 1200px) {
  .example-gallery {
    width: 480px;
  }
}
@media (max-width: 700px) {
  .example-gallery {
    width: 400px;
  }
}
.mySlides {
  display: none;
}
.mySlides img {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 300px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
  left: -45px;
}

.next {
  right: -45px;
}

.prev:hover,
.next:hover {
  background-color: rgba(145, 145, 145, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.logo img {
  width: 100%;
}

.row {
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 20px;
}

/*# sourceMappingURL=research_style.css.map */