@charset "UTF-8";


/* /////////////////////////////////////////////////////////

 TITLE H1

//////////////////////////////////////////////////////////// */

h1 {
	position: absolute;
	top: 190px;
	left: 50%;
	transform: translate(-50%, -50%);
	width:90%;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 2px 4px #000000;
}

@media screen and (max-width: 768px) {

	h1 {
		font-size:30px;
	}

}

@media screen and (max-width: 480px) {

	h1 {
		font-size:24px;
	}

}


