/* 
Client Footer Includes
homepage hero tagline subtitle and button in one line */
.home-page .hero-tagline h1 { display: inline; }
.home-page .hero-tagline h1 .title { margin-bottom: 2rem; } 
.home-page .hero-tagline h1 .subtitle { display: inline; } 
.home-page .hero-tagline .button { margin: 2rem 2rem 0 2rem; }


/* Makes sure tagline is legible: adds subtle gradient */
.home-page .hero-tagline .column { padding-bottom: 0; }

.home-page .hero::after {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background: linear-gradient(#0000, #2225, #222a);
}

/* Adjust Links for Dr Garcia Video section */
.drGarciaLinks {
    max-width: 1000px;
    margin: 3rem auto; 
    display: flex; 
    justify-content: space-between;
}
@media (max-width: 800px) { .drGarciaLinks { 
    flex-direction: column; 
    align-items: center; 
}}

/* Announcement intro centering */
section[data-lucid-group="Announcement A (2)"] p {
    text-align: center;
}