/********************************/



/*ABOUT */
/*BASIC SETUP FOR HOMEPAGE*/
#greetings  h2,
#forumNotes h3,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#about #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#about #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
#about #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;  
    padding-bottom: 30px;  
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#about #banner .bannerCopy > h2{
    color: #fff;
}
@media (max-width:767px ) {
    #about #banner .bannerCopy{
        bottom: 0px;   /*  bottom: 0px;  */
        padding-bottom: 0px;
        margin-bottom: 10%;   /*margin-bottom: 3%;  */
    }
    #about #banner .bannerCopy > h2{
        margin: 0px;
    }  
}

/*GREETINGS*/

#greetings .container{
    text-align: center;
    padding: 60px 0px 0px 0px;
}
#greetings h2{
    font-size: 30px;
    color: #4a0d66;
    margin-top: 40px;
}
#greetings .btn{
    padding: 15px 40px;
    margin-top: 20px;
}

#greetings p{
    margin-left: 15%;
    margin-right: 15%;
    font-size: 13px; 
    font-family: 'Arial', Helvetica, sans-serif;
    line-height: 18px;
}
#greetings a.btnTarquoise:hover{
    background-color: #FFF;   
}

/*FORUM NOTES*/
#forumNotes{
    background-color: #4a0d66; 
    text-align: center;
}
#forumNotes .container{
    padding: 60px 0px ;   
}
#forumNotes h3{
    color: #fff;
    font-size: 30px;
}
#forumNotes p{
    font-size: 13px; 
    font-family: 'Arial', Helvetica, sans-serif; 
    color: #fff;
}


/*THE Video in the Purple band WENDI added 2/13/18 */
#VideoPrplBand{
    background-color: #4a0d66;
    text-align: center;
    padding: 0px 0px;
}

#VideoPrplBand .containerV{
    background-color: #4a0d66;
    text-align: center;
    padding: 35px 0px;
}

#VideoPrplBand .containerV h2{
    color: #fff;
    font-size: 30px;
	margin-bottom: 40px;
}
#VideoPrplBand iframe{
    width: 853px;
    height: 480px;
    
}


@media (max-width:767px ) {
    #VideoPrplBand iframe{
        width: 300px;
        height: 169px;
    }
	
	#VideoPrplBand .containerV h2{
        color: #fff;
    font-size: 20px;
    margin-bottom: 34px;
    }
}
@media (min-width: 768px) {
    #VideoPrplBand iframe{ 
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    #VideoPrplBand iframe{   
        width: 853px;
        height: 480px;
    }
}
@media (min-width: 1200px) {
    #VideoPrplBand iframe{
        width: 853px;
        height: 480px;
    }
}

/* wendi X end */









