.menu-bottom {
	list-style: none; 
	display:flex;
	justify-content: space-between;
	font-size: 25px;
	text-align: right;
	width:100%;
	left:0;
	padding: 0 50px;
	background: rgba(0,0,0,0.5);
	
		}
.menu-bottom li {display: inline-block;}

.menu-bottom a {
	color: white;
}
