/********************************/


/* LOCATION */
/*BASIC SETUP FOR HOMEPAGE*/
#hotel h2,
#forumNotes h3,
.bannerCopy > h2{ 
    font-family: 'houschka_alt_proextrabold';
}

/* BANNER */
#location #banner{
    overflow: hidden;
    height: auto;
    position: relative;
}
#location #banner img.bannerImg{
    width: 100%;
    height: auto;
    display: block;
}
#location #banner .bannerCopy{
   z-index: 10;
    position: absolute;
    bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    left: 20%;
    right: 20%;
    text-align: center;
}
#location #banner .bannerCopy > h2{
    color: #fff;
}
@media (max-width:767px ) {
    #location #banner .bannerCopy{
        bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 3%;
    }
    #location #banner .bannerCopy > h2{
        margin: 0px;
    }  
}

/*HOTEL*/

#hotel {
    text-align: center;
    font-size: 13px;  
    padding: 0 0 60px;
}
#hotel .info{
    margin-left: 15%;
    margin-right: 15%;
}

@media (max-width:767px ) {
    #hotel .info{
        margin-left: unset;   
        margin-right: unset;   
    }

}
#hotel h2{
    color: #4a0d66;
    font-size: 30px;
    margin-top: 50px;
}   

#hotel .btn.reserve{
    padding: 10px 24px; 
    
}






























