

@media only screen and (max-width:800px){
    #overlayImage {
            margin-top:75px;
    }
    .header-container h1{
        font-size: 40px !important;
    }
        .header-container h5{
        font-size: 20px !important;
    }
    .header-container{
        padding-top:20px !important;
    }
}