#page_title_home{
	display: none;
}

#welcome_navigtion{
	text-align: center;

}
#welcome_header{
	text-align: center;
	font-size:30px;
	margin: auto;
	padding: 20px;
}

#not_you{
	text-align: center;
	width: 100%;
	margin: 5px 0px 40px 0px;
}


.welcome_navigation{
	padding: 40px;
}

.navigation_container{
	
}

.navigation_inner_container{
	display: flex;
	justify-content: space-evenly;
}
.navigation_tile_container{
	display: grid;
	padding: 4px;
	text-align: center;
	width: 100px;
	height: 100px;

}
.tile_block{
	width: 100%;
}
.navigation_tile{
	text-align: center;
	width: 100px;
	height: 100px;	
	-moz-border-radius:12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari, Chrome */
	-khtml-border-radius: 12px; /* KHTML */
	border-radius: 12px; /* CSS3 */	
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .2) inset;
	border: 3px solid #D0D0D0;	
	background-repeat:no-repeat;
	background-size: 100%;
}



#navigation_tile_shopping_cart{
	background-image:url(../../images/icons/basket.png);
	background-size: contain;
}
.navigation_question{
	width: 100%;
	text-align: center;
	font-size: 20px;
	
}
.navigation_tile{
	background-size: contain;
}
.navigation_tile_icon{
	background-repeat:no-repeat;
	background-size: 100%;
	background-size: contain;
}

.navigation_tile_text{
	margin: auto;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}

#search_results{
	width: 100%;
	float: left;
}