
@media (max-aspect-ratio: 5/4)
{
 	div#navbar {
		position: absolute;
		top: 50px;
		right: 0;
		width: 130px;
		text-align: center;
		z-index:99;
		background-color: #333;
	}
	
	.total-navbar {
	/* float:right; */
		/* width:75%; */
		padding-right: 3%;
		background-color: red; 
	}
}
 

@media (max-aspect-ratio: 5/4)
{
	.content-text
	{
		width: 94%;  
	}

	.logo, .total-navbar
	{
		width: auto;
	}
}
 