/********************************/



/* LETTER */
/*BASIC SETUP FOR HOMEPAGE*/
#letterContent  h2,
#forumNotes h3,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#letter #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#letter #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;	
}


@media (max-width:767px ) {
    #letter #banner img.advocateImg{
        /*display: none; */
        width: 30%;
    }
}

#letter #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px; 
    left: 20%;
    right: 20%;
    text-align: center;
}
#letter #banner .bannerCopy > h2{
    color: #fff;
	margin: 15px; /* this margin setting sets the position of the round headshot */
}



@media (max-width:767px ) {
    #letter #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 3%;
    }
    #letter #banner .bannerCopy > h2{
        margin: 0px;
        font-size: 24px;
    }  
}



/*ADVOCATE STORY  */

#letterContent h2{
    text-align: center;
    color: #4a0d66;
    font-size: 30px;
}





