.link-secondary,
Address.text-secondary
{
    color:black !important;
    font-size:1.2em;
    
}

.availability tr td {
    text-align: center;
}

p.text-secondary.lead {
    font-weight: 600;
    font-size: 2.4em;
}

.card-header h3 {
    font-size: 1.2em;
}
.lead{
    
    font-weight:400;
}
.headshot{
    max-width:400px;
}
@media (max-width: 380px) {
    .fs-4 {
        font-size: 1.2rem !important;
    }
    
}

@media (max-width: 990px) {
    .bg-cover.faded {
        opacity: 33% !important;
    }
    .headshot{
  min-width:100%;
}
}
