@font-face {
    font-family: 'bold-houschka';
    src: url('/fonts/HouschkaAltPro-Bold.woff2'),
	 url('/fonts/HouschkaAltPro-Bold.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'extra-houschka';
    src: url('/fonts/HouschkaAltPro-ExtraBold.woff2'),
	 url('/fonts/HouschkaAltPro-ExtraBold.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'medium-houschka';
    src: url('/fonts/HouschkaAltPro-Medium.woff2'),
	 url('/fonts/HouschkaAltPro-Medium.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'light-houschka';
    src: url('/fonts/HouschkaAltPro-Light.woff2'),
	 url('/fonts/HouschkaAltPro-Light.woff');
	font-weight: normal;
	font-style: normal;
}



html{scroll-behavior: smooth;}
.centering{
    margin-left: auto; 
    margin-right: auto;
}


/*BUTTON*/
a.btn-secondary{
    font-family: 'bold-houschka';
    font-size: 18px; 
    background-color: #359A8E; 
    color: #fff; 
    -webkit-box-shadow: 0 7px #256D65;
    -moz-box-shadow: 0 7px #256D65;
    box-shadow: 0 7px #256D65;
    border: 0px; 
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 8px 48px;
    vertical-align: top ;
    margin-bottom: 2px;
}
a.btn-secondary:visited,
a.btn-secondary:active,
a.btn-secondary:hover{     
    border: 0px; 
    background-color: #359A8E; 
    -webkit-box-shadow: 0 5px #256D65;
    -moz-box-shadow: 0 5px #256D65;
    box-shadow: 0 5px #256D65;
    margin-top: 2px;
    margin-bottom: 0px;
}
a.btn-secondary.social{
    padding: 3px;
    display: inline-block;
    width: auto;
}
a.btn-secondary.social:hover{
    padding: 3px;
}



.logoBar {
    background-color: #4a0d66;
    text-align: center; 
    padding: 10px 0px; 
}

.logoBar h1 {
    display: none; 
}




.leftlogo{ 
    max-height: 25px; 
    width: auto;
}

.rightlogo{ 
    max-height: 45px; 
    width: auto;
}

.centerline{ 
    max-height: 50px; 
    width: auto;
}



@media (min-width: 576px) { 

    .leftlogo{ 
        max-height: 45px; 
        width: auto;
    }

    .rightlogo{ 
        max-height: 65px; 
        width: auto;
    }

    .centerline{ 
        max-height: 70px; 
        width: auto;
    }

}


#banner{
    background-image: url(../images/banner-background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 30px 75px;
/*    border-bottom: 5px solid #fff; */
    border-bottom: 0px;
}
#banner h2{ 
    font-family: 'light-houschka';
    font-size: 67px; 
    color: #fff; 
    line-height: 45px;
    text-transform: uppercase;
}
#banner h2 span{ 
    font-family: 'bold-houschka';
    font-size: 53px; 
    color: #fff; 
}
#banner button{
    margin-top: 50px; 
    margin-bottom: 170px; 
    background-color: transparent;
    display:block;
    background-image: url(../images/play-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px; 
    height: 110px; 
    margin-left: auto;
    margin-right: auto;
}
#banner button:hover{
    background-image: url(../images/play-button-over.png);
}
.bannerLinks,
.bannerLinks a{
    color: #fff; 
    text-transform: uppercase;
    
    font-family: 'medium-houschka';
}
.bannerLinks a{ color: #fff; text-decoration: underline;}
.bannerLinks a:hover{color: #4a0d66;}

@media (min-width: 100px) { 
    #banner button{ margin-top: 70px; margin-bottom: 80px; }
    #banner h2{font-size: 36px; line-height: 36px; }
    #banner h2 span{font-size: 29px; }
    .bannerLinks, .bannerLinks a{font-size: 18px;}
}
@media (min-width: 576px) { 
    #banner button{ margin-top: 50px; margin-bottom: 170px; }
    #banner h2{font-size: 55px;line-height: 45px; }
    #banner h2 span{font-size: 45px; }
    .bannerLinks, .bannerLinks a{font-size: 20px; }
}
@media (min-width: 768px) { 
    #banner button{ margin-top: 50px; margin-bottom: 170px; }
    #banner h2{font-size: 67px; line-height: 48px;}
    #banner h2 span{font-size: 55px; }
    .bannerLinks, .bannerLinks a{font-size: 26px; }
}

/*****************/
/*ALZHEIMERS CHORUS*/
#alzheimhersChorus{
    padding: 99px 0px 90px; 
    background-color: #4a0d66;
    background-repeat: no-repeat;
    background-image: url(../images/alzheimhers-about-choir.webp);
    background-size: cover;
}
#alzheimhersChorus h2{
    color: #fff; 
    font-family: 'medium-houschka';
    font-size: 32px; 
    text-transform: uppercase;
}
#alzheimhersChorus h2 span{
    font-family: 'bold-houschka';
    font-size: 38px;
}
#alzheimhersChorus p{
    font-family: 'medium-houschka';
    font-size: 22px; 
    color: #fff;
    line-height: 32px; 
}
#alzheimhersChorus p a{
    font-family: 'medium-houschka';
    font-size: 22px; 
    color: #fff;
    text-decoration: underline; 
}
#alzheimhersChorus p a:hover{
       color: #359a8e;
}

/*****************/

#callToAction{
    background-color: #5c2575;
    padding: 90px 0px; 
    
}
#callToAction h2{
    color: #fff; 
    font-family: 'medium-houschka';
    font-size: 32px; 
    text-transform: uppercase;
    text-align: center;
}
#callToAction h2{
    color: #fff; 
    font-family: 'medium-houschka';
    font-size: 32px; 
    text-transform: uppercase;
}
#callToAction p{
    font-family: 'medium-houschka';
    font-size: 22px; 
    color: #fff;
    line-height: 32px; 
    text-align: center;
}
/*****************/
/*womenAndAlzheimers*/
#womenAndAlzheimers{
    padding: 90px 0;
}
#womenAndAlzheimers h2{ 
    font-family: 'medium-houschka';
    font-size: 32px; 
    color: #4a0d66;
    text-transform: uppercase; 
}
#womenAndAlzheimers h3{
    font-family: 'medium-houschka';
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.625rem;
    color: #58595B;
    font-weight: normal;
}
#womenAndAlzheimers h3 strong{ 
    font-family: 'bold-houschka';
    color: #4a0d66; 
    font-size: 2rem;
}
#womenAndAlzheimers .facts{
    display: table;
    height: 300px; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
    
}
#unitedStatesAlone.facts{background-image: url(../images/quickfacts-maps.png);}
#twoThirdsOfAmericans.facts{background-image: url(../images/quickfacts-2outof3women.jpg);}
#womenInTheir60s.facts{background-image: url(../images/quickfacts-brain.png);}
#sixtyPercent.facts{background-image: url(../images/quickfacts-family.jpg);}
#moreCaregivingTasks.facts{background-image: url(../images/quickfacts-wheelchair.png);}
#nineteenPercentQuitWork.facts{background-image: url(../images/quickfacts-professional-women.jpg);}

/*****************/
/*alzheimersChoir*/
#alzheimersChoir{
    background-color: #6e3d85;
    padding: 75px 0px; 
}
#alzheimersChoir h2, #alzheimersChoir h3, #alzheimersChoir p, #alzheimersChoir a{ color: #fff;}
#alzheimersChoir h2{ 
    font-family: 'medium-houschka';
    font-size: 32px; 
    font-weight: normal;
    text-align: center; 
    text-transform: uppercase;
    margin-bottom: 40px;
}
#alzheimersChoir h2 strong{
    font-weight: normal;
    font-family: 'extra-houschka';
}
#alzheimersChoir h3{ 
    font-family: 'medium-houschka';
    font-size: 26px; 
    font-weight: normal;
    text-align: left; 
    margin-top: 20px;
    margin-bottom: 0px;
}
#alzheimersChoir p{ 
    font-family: 'medium-houschka';
    font-size: 18px; 
    line-height: 27px;
    font-weight: normal;
    text-align: left; 
    margin-top: 0px;
}
#alzheimersChoir a{ text-decoration: underline;}
#alzheimersChoir a:hover{ text-decoration: underline; color: #359a8e;}

#alzheimersChoir a.carrot{text-decoration: none;}
#alzheimersChoir a.carrot:hover{text-decoration: none;}
#alzheimersChoir a.carrot span{text-decoration: underline;}
#alzheimersChoir a.carrot:hover span{text-decoration: underline;}

#footer{
    padding: 25px 0px; 
}
#footer .backToTop{
    text-transform: uppercase;
    color: #481268;
    background-image: url(../images/up-arrow.png);
    padding: 46px 0 0;
    background-position: center 0px; 
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block; 
    margin-bottom: 30px; 
}
#footer p{
     font-family: 'medium-houschka'   ;
    font-size: 18px; 
    color: #000000; 
    
}
    
#footer a{
    color: #359a8e;
    text-decoration: underline;
}

#footer a:hover{
    color: #21615a;
    text-decoration: underline;
}
    
.videoEmbed iframe, .videoEmbed object, .videoEmbed embed, .videoEmbed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.videoEmbed {
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
}



.social-media-links {
    color: transparent;
    width: 48px;
    height: 48px;
    padding: 0 0 0 0;
    display: inline-block;
    font-family: 'bold-houschka';
    font-size: 36px;
    background-color: #359A8E;
    color: #fff;
    box-shadow: 0 7px #256D65;
    border: 0px;
    transition: none;
    vertical-align: top;
    margin-bottom: 2px;
    border-radius: 6px;
}



.social-media-links:hover {
    color: #fff;
    margin-top: 2px;
    margin-bottom: 0px;
    transition: none;

}




.social-media-icons-container{
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; 

}

.social-media-icons-container .twitter-link{
    display: block; 
    order: 2;    
}

 .social-media-icons-container .linkedin-link{
    display: none; 
    order: 2;
}

/* Dean note: hiding this icon since we don't use. */
.social-media-icons-container .facebook-link{
   display: block; 
   order: 1;
}

/* Dean note: hiding this icon since we don't use. */
.social-media-icons-container .instagram-link{
    display: none; 
    order: 4;
}

/* Dean note: hiding this icon since we don't use. */
 .social-media-icons-container .tiktok-link{
    display: none; 
    order: 5;
 }