/* ALL *******************************************************************************************************/
@media
	{
		.topline
		{
			background-color: var(--turquoise);
			height: 3vw;
		}
		.topline img
		{
			height: 2vw;
		}
		
	}

/* 1400 px *******************************************************************************************************/
@media (max-width: 1400px)
	{
		.topline
		{
			height: 5vw;
		}
		.topline img
		{
			height: 4vw;
		}
	}

/* 800 px *******************************************************************************************************/
@media (max-width: 800px)
	{
		.topline
		{
			height: 12vw;
		}
		.topline img
		{
			height: 11vw;
		}
	}
