body {
    background-color: lightblue;
}

/* h1 {
    text-align: center;
    text-decoration: underline;
    font-weight: bolder;
} */

main{
    padding-top: 35px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.thumbnail {
    height: -webkit-fill-available;
    height: 100%;
    margin-bottom: 0;
    background: transparent;
    border: none;
    &:hover {
        background: lightcyan;
        box-shadow: 0 0 30px #515151;
        .btn-book-appointment{
            display: block;
        }
    }

    ul {
        margin-bottom: 42px;
    }
    img{
        border-radius: 16px;
    }
}

.btn-book-appointment {
    display: none;
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0 20px 4px 19px;
}

/* .jumbotron {
    background-color: cadetblue;
    color: #fff;
} */

div [class*='col-'] {
    margin-top: 4px !important;
}

.services-container{
    min-height: calc(100vh - 100px);
  }

  .rating{
    text-align: right;
    .fa-star.checked {
        color: orange;
    }
  }