﻿.Header {    
   /* background-color: rgba(72,71,71,0.4);*/
   background-color: rgba(14, 124, 193,0.4);
}
.Title_Section {
    position: relative;
}
.Title_Section:after {

/*    background-color: rgba(14, 124, 193, 0.8);*/
/*    background-color: rgba(0, 127, 199, 0.8);*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0075bf+12,0075bf+100&0.75+27,0+100 */
background: -moz-linear-gradient(-45deg,  rgba(0,117,191,0.75) 12%, rgba(0,117,191,0.75) 27%, rgba(0,117,191,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,117,191,0.75) 12%,rgba(0,117,191,0.75) 27%,rgba(0,117,191,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,117,191,0.75) 12%,rgba(0,117,191,0.75) 27%,rgba(0,117,191,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0075bf', endColorstr='#000075bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}