body {

	margin: 0;
	font-family: 'Mitr', sans-serif;
}

.menu-home {
	overflow: hidden;
	background-color: #FED04C;

}

.menu-home a {
	float: right;
	font-size: 18px;
	color: #57585A;
	text-align: center;
	margin: 20px ;
	text-decoration: none;
}

.dropdown-menu-home {

	float: right;
	overflow: hidden;
}

.dropdown-menu-home .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: #57585A;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.menu-home a:hover,
.dropdown-menu-home:hover .dropbtn {

	color: #ffffff;
}

.dropdown-menu-home-content {
	display: none;
	position: absolute;
	background-color: #57585A;
	min-width: 167px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-menu-home-content a {
	float: none;
	color: #ffffff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-menu-home-content a:hover {
	color: #8B181C;
	background-color: #B8B8B8;
}

.dropdown-menu-home:hover .dropdown-menu-home-content {
	display: block;
}
