#imageheaderpurple {
    background: #b80940;
    background: rgba(184,9,64,0.6);  
    width: 100%;
    float: left;
    padding: 45px 0 50px 0;
    text-align: center;
}

#imageheaderouter {
    background-size: 100% auto;
    overflow: hidden;
    background-repeat: no-repeat;
}

#imageheadertitle {
    font-size: 36px;
    color:#fff;
}

#imageheadersubtitle {
    font-size: 28px;
    color:#fff;
}






@media screen and (min-width : 1080px) {
    #imageheaderpurple {
        padding: 45px 0 50px 0;
    }
    
    #imageheadertitle {
        font-size: 38px;
    }
    
    #imageheadersubtitle {
        font-size: 30px;
    }
}

@media screen and (min-width : 1300px) {
    #imageheaderpurple {
        padding: 55px 0 70px 0;
    }
}


@media screen and (max-width : 1000px) {
    #imageheaderpurple {
        padding: 25px 0 30px 0;
    }
    
    #imageheadertitle {
        font-size: 34px;
    }
    
    #imageheadersubtitle {
        font-size: 26px;
    }
}


@media screen and (max-width : 750px) {
    #imageheaderpurple {
       
        padding: 22px 0 27px 0;
    }
    
    #imageheadertitle {
        font-size: 26px;
    }
    
    #imageheadersubtitle {
        font-size: 18px;
    }
}






@media screen and (max-width : 500px) {
    #imageheaderpurple {
        padding: 5px 0 10px 0;
    }
    
    #imageheadertitle {
        font-size: 16px;
    }
    
    #imageheadersubtitle {
        font-size: 12px;
    }
}




