@charset "utf-8";

/* CSS Document */


/************************************************************************************************

/*********GLOBAL*************************/

body {   
	font-family: motor, frecsa;
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
/*	background-color: #3F7373; */
	background-color: #8f0202;
}


a {
	text-decoration: none;
	color: #ffffff;
}


/********HEADERS TITLES*******************************************************/

h1 {
	font-family: 'league_gothicregular',Arial, Times, "Times New Roman", "serif";
	font-size: 28px;
	letter-spacing: 2px;
}

h2 {
	font-family: "LondrinaSolid_Regular",Arial, Times, "Times New Roman", "serif";
	font-size: 24px;
	letter-spacing: 2px;
}

h3 {
    /*	font-family: ,'league_gothicregular',Arial, Times, "Times New Roman", "serif"; */ 
	font-size: 20px;
    letter-spacing: 1px;
    font-family: "azo-mono", goodlife-sans-condensed;
    font-style: normal;
    font-weight: 400;
}

h4 {
    font-family: motor;
    font-size: 22px;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 400;	
}

h5 {
	font-family: motor, acme,Arial, Times, "Times New Roman", "serif";
	font-size: 22px;
	letter-spacing: 1px;
}


.title {
	font-family: "azo-mono", goodlife-sans-condensed, motor-stencil;
	font-size: 18px;
}


.subtitle {
    font-family: "azo-mono", goodlife-sans-condensed, motor;
    font-style: normal;
    font-weight: 400;
	font-size: 18px;
}



/****** COLORS  ************************************/

.titlebkg {
/*	background-color:#BC7D3F;  */
	background-color: #f7a202;
}

.raceinfo {
	background-color: #8f0202;
}


.background {
	background-color: #BABDBF;
}

