/* Enter Your Custom CSS Here */

.et_pb_fullwidth_header .header-content{
padding-top: 200px;
   background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(8,47,109,0.01), rgba(8,47,109,0.25)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(8,47,109,0.01), rgba(8,47,109,0.25)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(8,47,109,0.01), rgba(8,47,109,0.25)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(8,47,109,0.01), rgba(8,47,109,0.25)); /* Standard syntax */
}