.main_header
{
	background-color: orange;
}

.header_logo
{
	width: 70px;
	height: 60px;
	margin-right:15px;
}

.main_navbar
{
	width:100%;
	background-color: #ebe9e9;
	-webkit-box-shadow: 1px 4px 8px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    1px 4px 8px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         1px 4px 8px 0px rgba(50, 50, 50, 0.15);
}

.main_nav_item
{
	margin-top: 10px;
	margin-right: 10px;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
}

.main_body
{
	background-color: #f3f8f2;
}

.main_footer
{
	background-color: #ebe9e9;
}

.cookie_compliance_popup
{
	position: fixed;
	bottom: 10px;
	right: 10px;
}