@font-face {
    font-family: 'DIN1451StdEngschrift';
    src: url('dinengschriftstd.eot');
    src: url('dinengschriftstd.eot') format('embedded-opentype'),
         url('dinengschriftstd.woff') format('woff'),
         url('dinengschriftstd.ttf') format('truetype'),
         url('dinengschriftstd.svg#DIN1451StdEngschrift') format('svg');
}
.eng_heading
{
	color: #ffffff;
    font-family: DIN1451StdEngschrift;
    font-size: 32px;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

/********************* BLUE ********************/

.blue_heading_1 {font-family:DIN1451StdEngschrift;font-size:32px;color:#093b62;}

.blue_heading_2{font-family:DIN1451StdEngschrift; font-size:24px; color:#093b62;}

.blue_heading_3{font-family:DIN1451StdEngschrift; font-size:18px; color:#093b62;}


/********************* LIGHT BLUE ********************/

.light_blue_heading_1 {font-family:DIN1451StdEngschrift;font-size:32px;color:#0072b9;}

.light_blue_heading_2{font-family:DIN1451StdEngschrift; font-size:24px; color:#0072b9;}

.light_blue_heading_3{font-family:DIN1451StdEngschrift; font-size:18px; color:#0072b9;}



/********************* WHITE ********************/

.white_heading_1 {font-family:DIN1451StdEngschrift;font-size:32px;color:#FFFFFF;}

.white_heading_2{font-family:DIN1451StdEngschrift; font-size:24px; color:#FFFFFF;}

.white_heading_3{font-family:DIN1451StdEngschrift; font-size:18px; color:#FFFFFF;}








