/********************************/


/* EXPERIENCE */
/*BASIC SETUP FOR HOMEPAGE*/
#shareYourExperience h2,
#advocateStories h2,
#advocateStories p,
#theForumInAction h2,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#experience #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#experience #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
#experience #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#experience #banner .bannerCopy > h2{
    color: #fff;
}
@media (max-width:767px ) {
    #experience #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 10%;   /* margin-bottom: 3%;  */
    }
    #experience #banner .bannerCopy > h2{
        margin: 0px;
    }  
}

/*SHARE YOUR EXPERIENCE*/
#shareYourExperience{
    background-color: #fff;  
    padding: 0px 0px 50px 0px;
    text-align: center;
}
#shareYourExperience h2{
    margin-top: 90px;
    color: #4a0d66;
    font-size: 30px;
}
#shareYourExperience p{
    margin-bottom: 30px;   
}

/*ADVOCATE STORIES*/

#advocateStories{
    background-color: #3eb4a6;   
    padding: 0px 0px 50px 0px;
    text-align: center;
}
#advocateStories .container{
    margin-top: 40px;   
}
#advocateStories h2{
    color: #fff;   
    font-size: 30px;
    margin-bottom: 30px;
}
#advocateStories p a,
#advocateStories p{
    color: #4a0d66;
    font-size: 24px;
}
@media (max-width:767px ) {
    #advocateStories #imgBarkwell,
    #advocateStories #imgBerry,
    #advocateStories #imgKelley,
    #advocateStories #imgMelo,
    #advocateStories #imgRussell,
    #advocateStories #imgBouchard,
    #advocateStories #imgWilliams,
	#advocateStories #imgRapp{
        width: 75%;   /*  width: 75%;  */
        height: auto;
    }
	
	
}
#advocateStories p.name{
    margin-bottom: 20px;
}




/*THE FORUM IN ACTION*/
#theForumInAction{
    background-color: #fff;
    text-align: center;
    padding: 70px 0px;
}

#theForumInAction h2{
    color: #4a0d66;
    font-size: 30px;
    margin-bottom: 20px;
}
#theForumInAction iframe{
    width: 853px;
    height: 480px;
    
}



@media (max-width:767px ) {
    #theForumInAction iframe{
        width: 300px;
        height: 169px;
    }
}
@media (min-width: 768px) {
    #theForumInAction iframe{ 
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    #theForumInAction iframe{   
        width: 853px;
        height: 480px;
    }
}
@media (min-width: 1200px) {
    #theForumInAction iframe{
        width: 853px;
        height: 480px;
    }
}































