/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.menu-link {
	font-family:Lato;
	font-size:14px;
}

.menu-item.current > .menu-link {
	font-family:Lato;
	font-size:14px;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #F90000;
	font-family:Lato;
	font-size:14px;
}
@font-face {
	font-family: 'Crayon';
	src: url('fonts/Crayon.otf') format('opentype');
}
@font-face {
	font-family: 'Geoslab';
	src: url('fonts/GeoSlab703_Md_BT_Medium.ttf') format('truetype');
}			  
@font-face {
	font-family: 'GeoslabBold';
	src: url('fonts/GeoSlab703_Md_BT_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	src: url('fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayItalic';
	src: url('fonts/Raleway-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayBold';
	src: url('fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewaySemiBold';
	src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'RalewayBoldItalic';
	src: url('fonts/Raleway-BoldItalic.ttf') format('truetype');
}
