html {
    height: 100%;
}

*{
	margin: 0;
	padding: 0;
}

body
{
		  
  background-image: url(../../img/grass.png);
  height: 100%;
  margin:0px;
  padding: 0px;
}  


@media (max-width: 768px) 
{
	body 
	{
	  background: white;
	}
}


/** TipoGrafias **/

.titulo
{
	font-family: 'Baloo', cursive; 
	font-size: 50px; 
	color: rgb(248,170,6);
}

.subtitulo
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px; 
	color: rgb(45,46,131);
	margin-top: -18px;
}

.texto
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
}

@media (max-width: 767px)
{
	.titulo
	{ 
		font-size: 42px; 
	}
	
	.subtitulo
	{
		
		font-size: 20px; 
	}
	
	.texto
	{
		font-size: 20px;
	}
}