.slideshow-container{
  position: relative;
  margin: auto;
  box-sizing: border-box;
}

.slide{
  display: none;
  box-sizing: border-box;
  text-align: center;
  font-size: 11pt;
}

.pres-link{
  color: #0A65AD;
  /*text-decoration-color: #B4D5EE;*/
  text-decoration: none;
  /* border-bottom: solid 3px; */
  /* border-color: #E3EFF9; */
  padding: 5px;
  cursor: pointer;
}



.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  user-select: none;
  box-sizing: border-box;
}

.next{
  right: 0;
}


/* .dot{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

.active, .dot:hover{
  background-color: #717171;
} */

.interact-buttons{
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
  font-size:11pt;
  text-align:center;
  line-height: 1.8em;
}

.active{
  /* border-color: #0A65AD; */
  background-color: #0A65AD;
  color: white;
  padding: 5px;
  border-radius: 5px;
}
