* {
	margin: 0;
	padding: 0;
}

html {
	 background:radial-gradient(ellipse at center center , #024466 44%, #011723 99%) repeat scroll 0% 0%;
	 height: 100%;
}

body {
	background: transparent;
}

#wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
}

#header {
	position: absolute;
	top: 0px;
	background-color: rgba(255, 170, 0, 0.8)!important;
	min-height: 200px;
	z-index: 10;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}

.logo {
	display: block;
	position: relative;
	margin: 0 auto;
}

.navbar {
	background-color: transparent;
	border-radius: 0;
	border: none;
	margin: 0;
}

.nav-justified li a{
	color: #FFFFFF;
	font-size: 18px;

}

.nav-justified li a:hover{
	color: #000000;
	font-size: 18px;
	border-radius: 6px;

}