#btheadimage {
    text-align: center;

    max-width: 900px;
    margin: 30px auto 0px auto;
}


#btheadbuttons {
    text-align: center;
    margin-top: 25px;
}

#btheadbuttons a {
    background: #dc3e79;
    color:#fff;
    border:1px solid #dc3e79;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    min-width: 190px;
    padding:8px 5px;
    box-sizing: border-box;
    margin:10px 10px 5px 10px;
}

#btheadbuttons a.btheadon,
#btheadbuttons a:hover{
    color:#dc3e79;
    background: #fff;
    
}

#btheadimage img {
    max-width: 100%;
}

#btheadimage {
    font-size: 0;
}


#textoverlay {
    background: rgba(0,0,0,0.5);
    color:#fff;
    font-size: 23px;
    padding-left:30px;
    padding-top:5px;
    box-sizing: border-box;
    height: 63px;
    margin-top: -63px;
    position: relative;
    z-index: 10;
    display: none;
}

#textoverlay span{
    display: block;
    font-weight: bold;
    text-align: left;
}

#textoverlay small{
    display: block;
    font-size: 12px;
    text-align: left;
}

.btheadbox {
    display: none;
}

.btheadbox.btheadon {
    display: block;
}

.btheadimage img{
    max-width: 100%;
}

#buttonsheadoutermob {
    max-width: 800px;
    margin: 30px auto 0px auto;
}

.btheadcontentarea {
    margin-top: -2px
}

#buttonsheadoutermob .btheadcontent {
    padding-bottom: 20px;
}

#buttonsheadoutermob h3 {
    font-weight: bold;
}

#buttonsheadoutermob .logo {
    width:100px;
    height: 100px;
    background:url(../images/logo.gif) center center no-repeat;
    background-size: 100% auto;
    margin-top: -80px;
    position: relative;
    z-index: 100;
    margin-bottom: 18px;
}

#buttonsheadoutermob .logo,
#buttonsheadoutermob h3,
#buttonsheadoutermob .btheadcontent {
    margin-left: 20px;
    margin-right: 20px;
}


.btheadcontentarea {
    display: none;
}


@media screen and (max-width: 750px) {
    #textoverlay {
        font-size: 22px;
    }
    
    #textoverlay small{
        font-size: 11px;
    }

    
}


@media screen and (max-width: 450px) {

    
    #textoverlay {
        font-size: 20px;
    }
    
    #buttonsheadoutermob .logo {
        width:91px;
        height: 91px;
        margin-top: -80px;
    }

    
}


@media screen and (max-width: 400px) {

    
    #textoverlay {
        font-size: 18px;
    }

    
}