/*============================================================================================================
	loading
============================================================================================================*/
#loader span {
	font-size: 40px;
}

@media screen and (max-width: 700px) {
	#loader span {
		/*font-size: 26px;*/
		font-size: 6.5vw;
	}
}

/*============================================================================================================
	header
============================================================================================================*/
header {
	background: linear-gradient(0, rgb(255, 255, 255), rgb(80, 80, 255), rgb(255, 0, 0));
}

header h1 {
	color: #00f;
	font-size: 41px;
}

header h2 {
	color: yellow;
	font-size: 32px;
	line-height: 120%;
}

header h3 span {
	color: white;
}

@media screen and (max-width: 700px) {
	header h1 {
		/*font-size: 27px;*/
		font-size: 6.3vw;
	}

	header h2 {
		/*font-size: 27px;*/
		font-size: 6.3vw;
	}
}
