/* ALL *******************************************************************************************************/
@media
	{
		#start
		{
			background-color: var(--turquoise);
			gap: 1vw;
			justify-content: center;
		}
		#start h1
		{
			color: var(--vinered);
		}
		#startlogo
		{
			width: 20vw;
		}
		.startcatch
		{
			font-size: 3.5vw;
			font-family: NotoSans-ExtraBold;
			color: rgb(234, 234, 234);
		}
		#scrolldown
		{
			width: 2.6vw;
			position: relative;
			top: 5vw;
		}
	}

/* 1400 px *******************************************************************************************************/
@media (max-width: 1400px)
	{

		#startlogo
		{
			width: 25vw;
		}
		#scrolldown
		{
			width: 4vw;
		}

	}

/* 800 px *******************************************************************************************************/
@media (max-width: 800px)
	{
		#startlogo
		{
			width: 50vw;
		}
		.startcatch
		{
			font-size: 11vw;
			line-height: 11vw;
			text-align: left;
		}
		#scrolldown
		{
			width: 11vw;
			top: 25vw;
		}
	}
