.menu {
	
	background: black;
	opacity: 0.5;
	width: 100%;
	height: 66px;
	line-height: 66px;

}

.m-left{

	float:left;

}

.logo {

	margin:0;
	padding: 0;
	color: #00dcff;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 35px;
	letter-spacing: 1px;
}

.m-right{

	float:right;
	
}
.m-link{
	text-decoration: none;
	color: #00dcff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 0 30px;
	transition: all 0.3s ease-in-out;

	border-bottom: 4px solid transparent;
	display: inline-block;
	height: 64px;

}

.m-link:hover {

	border-color:#fff;
}

body {
	background: url('');
}


