body{
	background-color: rgba(247, 247, 248, 0.882);
	/* background-color: rgb(241, 241, 241); */
	/* background-color: rgba(245, 245, 245, 0.555); */
}
.pad {
	padding-top: 5px;
  padding-right: 5px;
  /* padding-bottom: 5px; */
  padding-left: 5px;
}
.slide {
  height:65vh;
}
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(253, 253, 253);
  /* text-align: center; */
}
.image-size {
  max-width: 170px;
  max-height: 170px;
  margin-bottom: 10px;
}
.image-size-small {
  max-width: 150px;
  max-height: 150px;
}
.btn-link:hover {
  color:rgb(27, 74, 246)
}
.btn-link {
  color:black
}

@media all and (min-width:0px) and (max-width: 500px) {
  .small-screen-margin {
    margin-top: 14vh;
  }
}