/* Base Style for everyone ***************************************************/
#oligoworldheader {
	height:100px;
	position: relative;
}
#logotopleft {
}
#owlogo {
	padding: 20px;
	background-origin: content-box;
}
#logintopright {
	position: absolute;
	top: 30px;
	right: 30px;
}
#topMenu {
	font-size: 20px;
	top: 50px;
}

.icon40 {
	max-height: 40px;
	max-width: 40px;
}

/* Style for mobile devices less than 540p wide *****************************/
@media screen and (max-width: 539px) {
	#oligoworldheader {
		min-width: 450px;
	}
	#logintopright {
		position: absolute;
		top: 25px;
		right: 17px;
	}
	#topMenu {
		font-size: 20px;
		top: 50px;
	}
}

/* Style for mobile devices less than 850p wide *****************************/
@media screen and (min-width: 540px) and (max-width: 849px) {
	#logintopright {
		position: absolute;
		top: 25px;
		right: 17px;
	}
	#topMenu {
		font-size: 20px;
		top: 50px;
	}
}

/* Style for mobile devices less than 1080p wide *****************************/
@media screen and (min-width: 850px) and (max-width: 1080px) {
	#logintopright {
		position: absolute;
		top: 20px;
		right: 17px;
		font-size: 20px;
	}
	#topMenu {
		font-size: 20px;
		top: 45px;
		right: 36px;
	}
	.icon40 {
		max-height: 50px;
		max-width: 50px;
	}
}