.site-footer {
	background-color: #ffffff;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1600px;
	min-height: 450px;
padding: 0 20px;
	text-decoration: none;
	width: 100%;	
}

/* Navbar */
.navbar {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.widget {
background-color: #FFFFFF;
}

/* Header */
.site-header {
	border-bottom: 2px solid #999;
}

/* Footer */
.site-footer {
	border-top: 2px solid #999;
}

