@font-face {
    font-family: 'TimeBurner';
    src: url('/media/font/timeburner_regular-webfont.eot');
    src: url('/media/font/timeburner_regular-webfont.eot#iefix') format('embedded-opentype'),
         url('/media/font/timeburner_regular-webfont.woff') format('woff'),
         url('/media/font/timeburner_regular-webfont.ttf') format('truetype'),
         url('/media/font/timeburner_regular-webfont.svg#timeburnerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'TimeBurner';
}

.header h1 {
	font-size: 5em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-shadow: 1px 1px 5px #000000;
	text-align: center;
}

.services {
	background-color: #ff8e00;
}