@charset "utf-8";
/* CRUNCH TIME */
/* Burrito Masala */
/* COLORS */
/* NOTE: For this project I used LESS CSS, a technique that allows me to 
assign pre-determined values as tags; for example @deepRed can be called to an attribute 
in the styles below and it will correlate with #be2122. That way if I change that color it
will change the colors for all attributes tagged with @deepRed */
/* Fonts */
/* NOTE: These fonts can be changed, go to googlefonts.com and there are concise intructions
how to place them into your CSS or link externally. */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   NOTE: Do not change any code in the rest CSS below.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS Begins */
/* The following elements are fine to adjust. */
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-image: linear-gradient(#27272a, #be2122, #27272a);
}
main {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#27272a, #24a396, #27272a);
}
header {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  text-align: justify;
}
footer {
  display: block;
  width: 100%;
  height: auto;
  background-image: linear-gradient(#27272a, #27272a, #be2122);
}
.sub-main {
  width: 99%;
  height: auto;
  margin: 0 auto;
  display: block;
  background-color: white;
}
.title {
  position: fixed;
  background: black;
  width: 100%;
  text-align: left;
  clear: both;
}
/* Second Teir */
/* These are the elements within the main containers; images, articles icons and the footer */
.info {
  position: fixed;
  background-image: linear-gradient(#27272a, black, #27272a);
  width: 100%;
  height: auto;
  text-align: center;
}
.pic-frame {
  display: inline-block;
  background-color: #f2c35e;
  width: 49%;
  border-radius: 7px;
  float: left;
}
.pic-frame2 {
  display: inline-block;
  background-color: #f2c35e;
  width: 49%;
  border-radius: 7px;
  float: right;
}
.section {
  display: block;
  margin: 0 auto;
  width: 88%;
  padding-top: 40px;
}
.bevs {
  text-align: center;
}
.ad {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1em;
  color: white;
  width: 88%;
  margin: 0 auto;
}
.social {
  display: inline-block;
  margin: 0 auto;
  align-content: center;
}
.footwrap {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 15px;
  clear: both;
}
/* Fonts and Text */
p {
  font-size: 1.2em;
  margin: 0 auto;
  padding: 35px;
  width: 55%;
}
p.chefs {
  width: 90%;
  padding: 15px;
}
h1 {
  color: #f2c35e;
  font-family: 'Coiny', cursive;
  text-shadow: 0 2px 0 #be2122;
  font-size: 2.9em;
  text-align: center;
}
h2 {
  color: #be2122;
  font-family: 'Coiny', cursive;
  font-size: 1.8em;
  text-shadow: 0px 0px 1px black;
  text-align: center;
  padding-top: 10px;
}
h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #24a396;
  padding: 5px 5px 5px 25px;
}
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  padding: 5px;
}
.footnote {
  text-align: center;
  background-color: black;
}
/* Images */
img.hero {
  width: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0 3px black;
  padding-top: 25px;
}
img.burrito {
  width: 100%;
  border: 4px;
  border-color: black;
}
img.bowl {
  width: 100%;
  border: 4px;
  border-color: black;
}
img.chefs {
  width: 90%;
  padding: 20px;
}
img.googlemap {
  width: 80%;
  height: auto;
  padding: 20px;
}
.lists {
  display: block;
  width: 66%;
  margin: 0 auto;
  padding-top: 20px;
}
ul {
  text-align: center;
  font-size: 1.8em;
  padding: 20px;
}
/* Media QUeries */
/* This is where you can make adjustments to the larger desktop version of the site. 
Changes made above will effect mobile first */
@media only screen and (min-width: 700px) {
  p {
    margin: 0 auto;
  }
  .sub-main {
    width: 98%;
    align-content: center;
  }
  h1 {
    font-size: 3.7em;
  }
  h2 {
    font-size: 1.5;
  }
  h3 {
    font-size: 1.3em;
  }
  .footwrap {
    width: 95%;
  }
  .ad {
    display: block;
    vertical-align: top;
    width: 30%;
    float: right;
    text-align: center;
  }
  img.googlemap {
    width: 25%;
    padding: 20px;
    float: left;
  }
  img.chefs {
    width: 36%;
    float: left;
    padding: 25px;
  }
  .social {
    display: block;
    vertical-align: top;
    width: 30%;
  }
  .lists {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding-top: 20px;
  }
  ul {
    text-align: left;
    font-size: 2em;
    padding: 20px;
  }
  li {
    padding-left: 25px;
  }
}

/*# sourceMappingURL=less.css.map */