@charset "utf-8";
/* CSS Document */

/*
Theme Name: Burning Sky
Author: KutyaMacskaWeb
Author URI: http://kutyamacskaweb.hu/
Description: Business Theme for WordPress
Version: 1.0.1
*/

@font-face {
    font-family: 'bebas_neueregular';
    src: url('http://www.burningskycoon.hu/font/BebasNeue-webfont.eot');
    src: url('http://www.burningskycoon.hu/font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.burningskycoon.hu/font/BebasNeue-webfont.woff') format('woff'),
         url('http://www.burningskycoon.hu/font/BebasNeue-webfont.ttf') format('truetype'),
         url('http://www.burningskycoon.hu/font/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #383838 url(../images/bgstart.png) repeat fixed left top;
}
a:link {
	color:#79797a;
	text-decoration:none
}
a:visited {
	color:#79797a;
	text-decoration:none
}
a:hover {
	color:#93211c;
	text-decoration:none;
}
a:active {
	color:#93211c;
	text-decoration:none
}

.bold {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 51px; 
	color: #fff;
	text-transform:uppercase;
}
