/*
Template: Custom CSS
	
*/


#header h1 a, #header h2 a {
	min-width: 325px;
}

#header {
	background: #000 url(/blog/wp-content/uploads/2016/06/nicmaxx-blog-header.jpg) no-repeat;
	background-size: 100%;
	max-width: 100%;
}


img.featured_img {
	max-width: 100%;
	border: 5px solid #ccc;	
	box-sizing: border-box;
}

#navigation ul li {
	width: 100px;
}

#navigation ul li a {
	color: #fff;
	text-transform: uppercase;
}

.date_con_handler .featured-thumbnail {
	margin-top: 10px;
}