/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Sigmar&display=swap');


a:link { color: #fff; text-decoration:none; }
a:visited { color: #fff }
a:hover { color: #db7705; }
a:active { color: #db7705; }

.med { font-weight: 500;}
.yel { color: #658b5c;}
.red { color: #d97720;}
.oran { color: #d97720;}

.title {
  font-family: 'Sigmar', cursive;
   color: #d97720;
	font-size: 6em;
	line-height:1em;
}
.subtitle {
  font-family: 'Outfit', sans-serif;
    color: #114b01;
	font-size: 2.5em;
	font-weight: 400;
}
.sub {
    font-family: 'Outfit', sans-serif;
	font-size: 1.58em;
	font-weight: 300;
}
h1 {
    font-family: 'Sigmar', cursive;
    color: #d97720;
    font-size: 3.4em;
    line-height:1em;
}
.platillo {
  font-family: 'Outfit', sans-serif;
    color: #114b01;
	font-size: 1.4em;
	font-weight: 700;
}   
.price {
  font-family: 'Outfit', sans-serif;
    color: #a62414;
	font-size: 1.3em;
	font-weight: 400;
}   
.text {
  font-family: 'Outfit', sans-serif;
    color: #682b18;
	font-size: 1.2em;
	font-weight: 300;
}
.opt { font-family: 'Outfit', sans-serif; font-size: 1.25em; font-weight: 400; display: block; margin-left: 15px;}

@media screen and (max-width: 30.5em) {
.title {
  font-family: 'Sigmar', cursive;
   color: #db7705;
	font-size: 3.2em;
	line-height:1em;
}
.subtitle {
  font-family: 'Outfit', sans-serif;
    color: #114b01;
	font-size: 1.5em;
	font-weight: 400;
	  }


	}



