/* Styling for fancyBox demo pages */

code {
  background-color: #f1f2f3;
}

.card {
  transition: background .2s;
  background: #f1ecec;
  border: 0;
}

.card:hover {
  background: rgb(234, 229, 229);
}

.card-body {
  cursor: pointer;
}

.imglist {
    font-size: 0;
    position: absolute;
    margin-top: -292px;
    margin-left: 70px;
}
.imglist {
  font-size: 0;
}

.imglist a {
    display: inline-block;
    /* margin: 10px 10px 0 0; */
    margin-top: -150px;
}

.imglist a:last-of-type {
  margin-right: 0; 

}

.imglist a img {
    vertical-align: top;
    margin-left: 65px;
    height: 220px;
    width: 250px;
}

.btn {
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 0.375rem 1rem;
}

.btn-primary {
  background-color: #ff5268;
  border-color: #ff5268;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #ed475c;
  border-color: #ed475c;
  box-shadow: none;
}