/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One|Open+Sans:300,700,800');



.fa {
 color: #497d3b;
	vertical-align: baseline;
}


.fa:hover {
 color: #fff;
	vertical-align: baseline;
}

.ftitle
{
  font-family: 'Open Sans',  Calibri, sans-serif;
    color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.435em;
	letter-spacing: 2px;
	  }
	  
.ftext
{
  font-family: 'Open Sans', Calibri, sans-serif;
    color: #643b15;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.435em;
	  }
	  
 .food
{
  font-family: 'Open Sans', Calibri, sans-serif;
    color: #643b15;
	font-size: 1em;
	font-weight: 800;
	line-height: 1.435em;
	text-transform:uppercase;
	}  
	
.fprice
{
  font-family: 'Alfa Slab One', cursive;
    color: #497d3b;
	font-size: 1em;
	line-height: 1.435em;
	font-weight:400;
	letter-spacing: 1.5px;
	  }

.fdesc
{
  font-family: 'Open Sans', Calibri, sans-serif;
    color: #b03823;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.435em;
	  }


.foot { 
font-size: 1.1em;
	font-weight: 300;
 }
	  
.foot a { 
color:#643b15;
 }
.foot a:hover { color: #497d3b; }

.foot a:visited {
color:#643b15;

}

.boton {
	/* background:url(images/submit.png); */
	width:150px;
	height:35px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	cursor:pointer;
	font-family: 'Alfa Slab One', cursive;
    color: #fff;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #497d3b;
}

/* Styles the submit hover */	
.boton:hover {
	color:#fff;
	background-color: #faa61a;
	opacity:0.9;
}


.texropleca {
	width:80%;
	margin-left: 10%;
	line-height: 1.8em;
	letter-spacing: 1px;
	}
	
	.textofoot {
	width:90%;
	margin-left: 5%;
	}


@media screen and (max-width: 55em) {
.ftitle
{
  font-family: 'Open Sans',  Calibri, sans-serif;
    color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.435em;
	letter-spacing: 2px;∫
	  }
	
	
}

@media screen and (max-width: 30.5em) {
.ftitle
{
  font-family: 'Open Sans',  Calibri, sans-serif;
    color: #fff;
	font-size: 1.1 em;
	font-weight: 700;
	line-height: 1.435em;
	letter-spacing: 2px;
	  }


	}


