html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#header {
	top: 0px;
	line-height: 1.5em;
	color: black;
	font-family: sans-serif;
	font-size: 20px;
	height: 50%;
	width: 100%;
	overflow: hidden;

}

#bgHeader {
	height: 75%;
	width: 50%;
	top: 0%;
	left: 25%;
	
	background: url(../img/bgHeader.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

#header h2 {
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.6);
	opacity: .3;
	color: rgba(255, 200, 100);
	transition-duration: 0.3s;
	text-align: center;
	
}



#dot {
	position: absolute;
	width: 7%;
	padding-top: 7%;
	left: 0%;
	top: 0%;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.9;
	background: url(../img/bgCircle.png);
	background-position: center;
	background-size: cover;
	}
	