

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.orange_bgnd
{
	background-image : url( 'Background.jpg');
	background-repeat : repeat-x;
	background-color : #F79A23;
}

.blue_color
{
  	color : #1974FF;
}

.orange
{
  	color : #FFA83A;
}

.black_col
{
	color: #000000;
}


.white-col
{
  	color : #ffffff;
}

span.header
{
	font-family: Vijaya,sans-serif; 
	font-size: 2.4em; 
	color: white;
}

@media screen and (max-width: 768px) 
{
	span.header
	{
		font-size: 1.2em; 
	}
}

@media screen and (min-width: 768px) {
	span.header
	{
		font-size: 2.4em; 
	}
}


span.extra
{
	font-size: 2em; 
	color: orange;	
}
span.extra2
{
	font-size: 0.9em; 
	color: orange;	
}

span.liste
{
	font-size: 1.2em; 
	color: black;	
}

p
{
	font-size: 1.1em;
}




