
.custom-card-bg {
  background-color: #f0f8ff; /* AliceBlue */
}
.nav-link { color:white; }

.bip {padding-right: 0.5rem;}

.bg-blue {
    background-image: url('/static/img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-no {
    background-image: url('/static/img/bgno.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-yes {
    background-image: url('/static/img/bgyes.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.placeholder {
    background-color: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(5px); 
    opacity: inherit;
}

.small-book {
    max-width: inherit; 
    height: inherit;
}

.nav-link:hover {
    color: #c8e7f9;
}

