
h1 {
	text-transform: uppercase;
	display: inline-block;
	opacity: 0.46;
	font-size: 2.7rem;
}





/*RESPONSIVE*/

@media only screen and (max-width: 1200px) {
	
	
}


@media only screen and (max-width: 800px) {
		
	h1 {
		font-size: 2.6rem;
	}

}


@media only screen and (max-width: 500px) {
	
	h1 {
		font-size: 2.0rem;
	}
	
}
