/********************************/


/* THANK YOU */
/*BASIC SETUP FOR HOMEPAGE*/
#thankYouMessage h2,
#thankYouMessage h3,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#thankYou #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#thankYou #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
#thankYou #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#thankYou #banner .bannerCopy > h2{
    color: #fff;
}
@media (max-width:767px ) {
    #thankYou #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 3%;
    }
    #thankYou #banner .bannerCopy > h2{
        margin: 0px;
    }  
}

/*thankYouMessage*/

#thankYouMessage{
    text-align: center;
    font-size: 13px;
}
#thankYouMessage h2{
    color: #4a0d66;
}
#thankYouMessage p{
    margin-left: 20%;
    margin-right: 20%;
}


























