/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300i,300,700');

a:link { color: #fff; text-decoration:none; font-family:'Zilla Slab', serif;
 ; font-weight:300; }
a:visited { color: #fff }
a:hover { color: #75ad4b; }
a:active { color: #75ad4b;  }

.fa  { color: #fff; }
.fa:hover  { color: #75ad4b; }
	
.title
{
  font-family:'Kaushan Script', cursive;
  color: #9d120f;
	font-size: 5em;
	line-height:1em;
	font-weight: 300;
}

.text
{
  font-family: 'Zilla Slab', serif;
    color: #422d23;
	font-size: 1.5em;
	font-weight: 300;
	  }
	   
 .platillo
{
  font-family: 'Zilla Slab', serif;
    color: #9d120f;
	font-size: 1.4em;
	font-weight: 700;
	  }
	   
 .price
{
  font-family: 'Zilla Slab', serif;
    color: #75ad4b;
	font-size: 1.3em;
	font-weight: 300;
	  }

	   
.desc
{
  font-family: 'Zilla Slab', serif;
    color: #422d23;
	font-size: 1.2em;
	font-weight: 300;
	font-style:italic;
	  }

.h2
{
 font-family:'Kaushan Script', cursive;
  color: ##422d23;
	font-size: 3em;
	font-weight: 400;
		text-transform:none;
	letter-spacing:0px;

	  }

h1
{
  font-family: 'Zilla Slab', serif;
    color: #422d23;
	font-size: 2.7em;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing:2px;
	  }

@media screen and (max-width: 30.5em) {


	}



