*
{

	padding: 0px;
	margin: 0;
	box-sizing: border-box;

}
body
{
background: url("https://images8.alphacoders.com/822/822701.jpg") no-repeat;
	background-size: cover;
	background-repeat: no-repeat;

}
h1
{
	font size: 5em;
	margin: 0;
	text-align: center;

}
.dropdown{
		margin:0 auto;
}
nav{
	height: 60px;

}
}
.menu-bar
{
	background: rgb(8 7 120);

}
.menu-bar ul
{

	display: inline-flex;
	list-style: none;
	color: #fff;
}

.menu-bar ul li
{
		width:120px;
		margin:15px;
		padding:15px;

}

.menu-bar ul li a
{


			text-decoration: none;
			color: #ffff;
}

.active, .menu-bar ul li:hover
{

		background: #060607;
		border-radius: 3px;
}
.menu-bar ul li:hover .sub,menu-1
{
	display: block;
	position: absolute;


}

nav ul{
		padding:0;
		margin:0;
		float: right;
		margin-right:30px;

}
nav ul li{
	background: #060607;
	position: relative;
	list-style: none;
	display: inline-block;
}






