html, body {
	font-family: 'Open Sans';
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 100%;
	height: 100%;
}
body {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-color: rgb(107, 159, 0);
	background-position: top center;
}
section a {
	color: rgb(255, 203, 0);
}
header {
	height: auto;
	padding-top: 30px;
}
div.moduletable_menu {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
ul.menu {
	text-align: center;
	display: inline-flex;
	justify-content: center;
}
ul.menu li {
	margin: 4px;
	/* margin-right: 20px; */
	background-color: rgba(0, 78, 0, 0.5);
	padding: 5px 10px;
}
ul.menu a {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.menu li.active a {
	color: rgb(255, 203, 0);
}
section {
	color: rgb(255, 255, 255);
	font-size: 18px;
	margin-bottom: 50px;
}
section.advantages {
	color: rgb(255, 255, 255);
	font-size: 25px;
}
section.advantages .advantages {
	justify-content: space-between;
}
.advantages__item {
	width: 30%;
	text-align: center;
}
.advantages__item__icon {
	font-size: 70px;
}
.advantages__item__text span {
	font-weight: bold;
	font-size: 28px;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: rgb(255, 255, 255);
}
section.text h1 {
  	text-align: center;
}
.social {
  	position: absolute;
  	top: 20px;
  	right: 20px;
}
#order-online {
	font-size: 20px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: rgb(255 148 1);
	margin-right: 5px;
	padding: 5px;
	text-shadow: 1px 1px 2px black;
}
.social p {
	display: flex;
}