.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 360px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

/* Navbar */
.navbar {
	background-color: #4376A5;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.nav-menu li a {
	color: #FAF4AA;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: bold;
}

.home .entry-header {
display: none;
}

.main-navigation {
text-align: center;
}

/* For widget background and text color */
.widget {
background-color: #fff;
color: #fff;
}

.site-footer {
	background-color: #4376A5;
	color: ##FFFFFF;
	font-size: 14px;
	text-align: center;
}

.site-footer a {
    color: #FAF4AA;
}
