/* CSS Document */



@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
  font-style: bold;
  font-weight: 700;
}



body {
	/*font-family: Arial Narrow, Arial, sans-serif;*/
	/*font-stretch: condensed;*/
	/*font-family: "Roboto", Arial, sans-serif;*/
	/*font-family: "Lora", Marryweather, serif;*/
	/*font-family: "Myriad Pro Regular", Arial, sans-serif;*/
	/*font-family: "SortsMillGoudy", Times New Roman, serif;*/
	/*font-family: "QuicksandLight", sans-serif;*/
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight: normal;	

	/*-webkit-text-stroke: 1px white;
	text-shadow:0px 0px 10px #fff, 0px 0px 10px #ccc;*/	
}


div#section-container {
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight: normal;	
	
}


nav div li {
/*  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .8px;*/
}

