@media all {
	
	div#DIV_Titlebar {
		width: 100%;
		background-color: black;
		border-bottom: 1px solid #7DB8B6;
		text-align: center;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	div#DIV_Titlebar img {
		width: auto;
		height: 15vh;
		min-height: 48px;
		max-height: 96px;
	}
	
	div#DIV_Titlebar p {
		font-size: 150%;
	}
}