#psych-ref:hover img, #sensory-ref:hover img, #heart-ref:hover img, #muscle-ref:hover img, #balance-ref:hover img, #walking-ref:hover img{
    filter: brightness(1.3) saturate(2) !important;
}


.btn.disabled {
pointer-events: auto;
}

.featurette {
box-shadow: 0 0 100px rgba(137, 186, 217, 0.3) !important;
}

.carousel-caption {
bottom: 0;
top: auto;
left: 3%;
right: auto;
text-shadow: 2px 2px 2px rgba(3, 72, 115, 0.5) !important;
}

.btn-carousel {
background-color: #034873
}

.blue-line{
background-color: #5496BF;
border-color: #27668C; 
height:5px; 
opacity:1;
margin-left:auto;
margin-right:auto;
}
.blue-underline{
border-bottom: 5px solid #5496BF;
}
.feedback-text {
display: -webkit-box;
-webkit-line-clamp: 4;   /* show 3 lines */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
transition: max-height 0.3s ease;
}

.feedback-text.expanded {
-webkit-line-clamp: unset !important;
}

.btn-primary, .btn-secondary{
font-family: 'Gotham Medium';
}