body	{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-image:url(images/background_homepage2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
}

#header {
	width: 100%;
	height: 100px;
	background-color:#000;
	/*position: fixed; (might use)*/
}

#main-menu-left {
	font: Tahoma, Arial;
	font-weight: bold;
	float: left;
	padding-top: 30px;
	margin: auto;
	width: 40%;
}

#main-menu-left a {
	text-decoration: none;
	text-align: center;
	font-family: Tahoma, Arial;
	color: #FFF;
	float: left;
	display: block;
	font-size: 24px;
	margin: auto;
	width: 33.3%;
}

#main-menu-right {
	font: Tahoma, Arial;
	font-weight: bold;
	float: right;
	padding-top: 30px;
	margin: auto;
	width: 40%;
}

#main-menu-right a {
	text-decoration: none;
	text-align: center;
	font-family: Tahoma, Arial;
	color: #FFF;
	float: left;
	display: block;
	font-size: 24px;
	margin: auto;
	width: 33.3%;
}

#main-menu-logo	{
	width: 20%;
	float: left;
	margin: auto;
	text-align: center;
}

#main-menu-left a:hover {
	color: #3FB19E;
}

#main-menu-right a:hover {
	color: #3FB19E;
}

#highlight	{
	height: 900px;
}

#footer	{
	background-color: #000;
	width: 100%;
	height: 400px;
	padding-top: 50px;
}

#horizontal-logo {
	text-align: center;
}

hr.line-footer {
	size: 1;
	color: #FFF;
	width: 80%;
}

#social-media-buttons {
	width: 40%;
	margin: auto;
	background-color: #000;
	text-align: center;
}

a.social {
	text-decoration: none;
	float: left;
	display: inline;
	width: 20%;
}

i.fa.fa-circle.fa-stack-2x {
	color: #FFF;
	text-decoration: none;
}


i.fa.fa-inverse {
	color: #000;
}

#social-media-buttons a:hover {
	opacity: 0.6;
}

#footer-signature {
	color: #FFF;
	background-color: #000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
	clear: left;
	text-align: center;
	margin-top: 85px;
}

#footer-signature a {
	text-decoration: none;
	color: #FFF;
}

#footer-signature a:hover {
	color: #3FB19E;
}