/********************************/



/*STORY*/
/*BASIC SETUP FOR HOMEPAGE*/
#advocateStory  h2,
#forumNotes h3,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#story #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#story #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width:767px ) {
    #story #banner img.advocateImg{
        /*display: none; */
        width: 30%;
        bottom: 0px;
        
    }
}

#story #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#story #banner .bannerCopy > h2{
    color: #fff;
}
@media (min-width:100px ) {
    #story #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 3%;
    }
    #story #banner .bannerCopy > h2{
        margin: 0px;
        font-size: 24px;
        margin-top: 20px; 
    }  
}
@media (min-width:768px ) {
    #story #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 3%;
    }
    #story #banner .bannerCopy > h2{
        margin: 0px;
        font-size: 24px;
        margin-top: 100px; 
    }  
}
@media (min-width:992px ) {
    #story #banner .bannerCopy > h2{
        margin: 0px;
        font-size: 24px;
        margin-top: 50px; /* this adjusts where round head image appears on the banner image */
    }  
}



/*ADVOCATE STORY  */

#advocateStory h2{
    text-align: center;
    color: #4a0d66;
    font-size: 30px;
}





