html, body
{	margin: 0;
	padding: 0;
	max-width: 100%;
	font-family: Aleo, serif;}
@font-face
	{font-family: Aleo;
	src: url('img/Aleo-Medium.ttf');
	font-weight: normal;}
@font-face
	{font-family: Aleo;
	src: url('img/Aleo-ExtraBold.ttf');
	font-weight: bold;}
body
{	background-image: url('img/bg_red.jpg');}
#global
{	margin: 20px auto;
	padding: 0;}
.menu
{	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: linear-gradient(90deg, rgba(149, 84, 79,1) 0%, rgba(77,65,80,1) 40%, rgba(77,65,80,1) 60%, rgba(235, 163, 112,1) 100%);
	margin: 0;
	padding: 0;}
.flexmenu
{	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #e6f2e0;
	padding: 15px 20px;}
.menu a, a
{	text-decoration: none;
	font-weight: normal;
	color: #e6f2e0;
	text-shadow: 1px 0 0 #4C4D4F, 0 1px 0 #4C4D4F, 0 -1px 0 #4C4D4F, -1px 0 0 #4C4D4F, 1px 1px 0 #4C4D4F, 1px -1px 0 #4C4D4F, -1px 1px 0 #4C4D4F, -1px -1px 0 #4C4D4F;}
.menu a:hover, a:hover
{	text-decoration: none;
	font-weight: normal;
	color: #4C4D4F;
	text-shadow: 1px 0 0 #e6f2e0, 0 1px 0 #e6f2e0, 0 -1px 0 #e6f2e0, -1px 0 0 #e6f2e0, 1px 1px 0 #e6f2e0, 1px -1px 0 #e6f2e0, -1px 1px 0 #e6f2e0, -1px -1px 0 #e6f2e0;}
.main
{	margin: 0 auto;
	padding: 0;
	width: 90%;}
h1
{	clear: both;
	font-size: 34px;
	text-align: center;
	padding-top: 20px;}
h2
{	font-size: 26px;
	text-align: center;
	line-height: 42px;
	padding: 10px 0;}
p
{	font-size: 19px;
	font-weight: bold;
	text-align: justify;
	padding: 5px;}
.center
{	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;}
.small
{	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	color: #e6f2e0;
	text-shadow: 1px 0 0 #4C4D4F, 0 1px 0 #4C4D4F, 0 -1px 0 #4C4D4F, -1px 0 0 #4C4D4F, 1px 1px 0 #4C4D4F, 1px -1px 0 #4C4D4F, -1px 1px 0 #4C4D4F, -1px -1px 0 #4C4D4F;}
hr
{	padding: 0px;
	width: 80%;
	clear: both;
	text-align: center;
	height: 4px;
	background: #95544f;}
#entertxt
{	margin: 30px auto;
	display: block;
	width: 200px;
	height: 72px;
	background-image:url('img/buttonRa.png');}
#entertxt:hover
{	background-image:url('img/buttonRb.png');
	color: black;}
@media (min-width: 800px)
{  .main {max-width: 70%;}}