/* Custom CSS for VSR Website */


.text-muted  {
    font-style: italic;
}
/* Add your custom styles below */
.card-body li,
.container li {
  line-height: 2;
}

.shadow-sm {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15) !important;
}

.card .if-width {
  width: 50% !important;

}

.pic-holder {
 padding: 40px
}
.headerGif {
  width:75% !important;
  max-width: 100% !important;
  max-width: 100%; 
  height: auto!important;
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border:
    --bs-btn-border-color: #2d2d2d;
    --bs-btn-hover-color: #454343;
    --bs-btn-hover-bg: #d8d8d8;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}