@import url("https://fonts.googleapis.com/css?family=Roboto");


.Header__searchSection {
    background-color: #f6f6f6;
}

body{
	font-family:'Roboto Light', sans-serif
}
h1,h2,h3,h4,h5,h6{
	font-family:'Roboto Medium', sans-serif
}
.itfactory-footer{
	padding:40px;
	background-color:#f6f6f6;
	display:flex;
	flex-wrap:wrap;
	justify-content:center
}
.itfactory-footer span a{
	color:#01CB00;
	font-size:13px;
	font-family:'Roboto Light', sans-serif
}

.menu-top-header-container{
	padding:7px;
	background-color:#f6f6f6
}
.menu-top-header-container ul.header-secondary-menu{
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center
}
.menu-top-header-container ul.header-secondary-menu li{
	padding:0 8px
}
.menu-top-header-container ul.header-secondary-menu li a{
	font-family:'Roboto', sans-serif;
	font-size:12px;
/* 	letter-spacing:1.75px; */
/* 	text-transform:uppercase */
  	color:#01CB00;
}

	.menu-top-header-container{
		padding:7px;
		background-color:#f6f6f6
}
	.menu-top-header-container ul.header-secondary-menu{
		list-style-type:none;
		margin:0;
		padding:0;
		display:flex;
		flex-wrap:wrap;
		justify-content:center
}
	.menu-top-header-container ul.header-secondary-menu li{
		padding:0 8px
}
	.menu-top-header-container ul.header-secondary-menu li a{
		font-family:'Roboto', sans-serif;
		font-size:12px;
		color:#01CB00;
/* 	letter-spacing:1.75px; */
/* 	text-transform:uppercase */
}

