/* Generated by less 2.5.1 */
/*

File Name: style.css
Date: 07/28/16
Programmer: Ryan Booker

*/
/* The file where the colors are stored - if you want to change colors
                           change them in the palette.less file */
/* Parametric mixins for font attributes */
/* End parametric mixins for font attributes */
/* Parametric mixins for box attributes */
/* mixins for the css */
/* ---------------MOBILE STYLESHEET--------------- */
/* This determines the base size of all the body text on the site */
body {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 100;
}
/* Attributes of the top banner that reads BURRITO MASALA */
header {
  margin-top: 0em;
  padding-left: .5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-family: "Elsie Swash Caps", cursive;
  /* The font used in the header */
  background-color: #411606;
  /* The color used in the header */
}
header h1 {
  color: #ffffff;
  font-size: 2.4em;
  font-weight: normal;
  /* The color and size of the header font */
}
main {
  /* The headers used in the page */
  /* The characteristics of the paragraphs in the page */
  /* The characteristics of links used on the page (not that there are any right now) */
  /* The characteristics of the itemized lists on the page */
}
main h2 {
  font-family: "Elsie Swash Caps", cursive;
  color: #411606;
  font-size: 2em;
  font-weight: bold;
  padding-left: .1em;
  padding-top: .5em;
  border-bottom: 0.125em solid #f38b2c;
}
main h3 {
  font-family: "Elsie Swash Caps", sans-serif;
  color: #a81618;
  font-size: 1.7em;
  font-weight: bold;
  margin-top: .6em;
  margin-bottom: .4em;
  padding-left: .15em;
}
main h4 {
  font-family: "Elsie Swash Caps", sans-serif;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bolder;
  -moz-border-top-left-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  background-color: #f38b2c;
  padding-top: .1em;
  text-align: center;
}
main p {
  font-size: 1em;
  padding: .3em .15em .5em .15em;
}
main a {
  text-decoration: none;
}
main ul {
  list-style-type: circle;
  padding-left: 1.5em;
  padding-top: .1em;
  padding-bottom: .8em;
  color: #411606;
}
#intro {
  /* This governs the background image of chili pepper lights behind the intro text */
  background-image: url(../images/chili_lights.jpg);
  background-size: cover;
  background-attachment: local;
  background-repeat: no-repeat;
  /* Make the header white and non-underlined in the intro section */
  /* Makes the text font white and gives it a greyscale background so that it stands
    out against the dark portions of the image in the intro section*/
  /* The logo is 50% size for the mobile version */
}
#intro h2 {
  color: #ffffff;
  line-height: .85em;
  padding-top: .3em;
  padding-left: .3em;
  border-bottom: 0;
}
#intro p {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 600;
  -moz-border-top-left-radius: 0.25em;
  -moz-border-top-right-radius: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  -moz-border-bottom-left-radius: 0.25em;
  -moz-border-bottom-right-radius: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  width: 65%;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: .3em;
  padding-bottom: .8em;
}
#intro #logo {
  float: right;
  width: 76px;
  height: 120px;
  margin-right: 1.5em;
}
#menu,
#location,
#about {
  background-color: #fbcda1;
  /* The background color of the text part of the page*/
}
footer {
  color: #fbcda1;
  font-family: "Lato", sans-serif;
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: bold;
  background-color: #bf532d;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: .25em;
  height: 3em;
}
footer img {
  float: right;
  margin-right: .4em;
}
/* The properties of the little dots that accompany the menu items */
.menunumbers {
  -moz-border-top-left-radius: 0.1em;
  -moz-border-top-right-radius: 0.1em;
  -webkit-border-top-left-radius: 0.1em;
  -webkit-border-top-right-radius: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  -moz-border-bottom-left-radius: 0.1em;
  -moz-border-bottom-right-radius: 0.1em;
  -webkit-border-bottom-left-radius: 0.1em;
  -webkit-border-bottom-right-radius: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  font-family: "Elsie Swash Caps", cursive;
  color: #ffffff;
  background-color: #a81618;
  font-size: .75em;
  padding-top: .15em;
  padding-left: .1em;
  padding-right: .1em;
}
/* The intrinsic-container for the iframe - this allows the map to fit to size appropriately */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------TABLET STYLESHEET---------------*/
/*The following CSS affects all screen sizes larger than 480 pixels wide.*/
@media only screen and (min-width: 481px) {
  /* Increases the font size for tablet versions of the site */
  body {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 100;
  }
  #intro {
    /* The logo is 75% size for the tablet version */
  }
  #intro #logo {
    height: 180px;
    width: 115px;
    margin-top: -1em;
    padding-bottom: 1.25em;
  }
}
/*---------------DESKTOP STYLESHEET---------------*/
/*The following CSS affects all screen sizes larger than 768 pixels wide.*/
@media only screen and (min-width: 768px) {
  /* Increases the font size for desktop versions of the site */
  body {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 100;
  }
  /* The background image for the desktop version of the site */
  main {
    background-image: url(../images/elephant.png);
    background-size: 50%;
    background-repeat: repeat;
    background-attachment: fixed;
  }
  header h1 {
    color: #ffffff;
    font-size: 3.4em;
    font-weight: normal;
  }
  /* Changes the width of the body to 87.5% for the desktop version */
  #intro,
  #menu,
  #location,
  #about {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
  }
  #intro img,
  #menu img,
  #location img,
  #about img {
    width: 100%;
  }
  /* Makes minor spacing changes to the intro*/
  #intro {
    /* The logo is 100% size for the desktop version */
  }
  #intro p {
    margin-top: 1em;
    padding-bottom: 2.5em;
    width: 60%;
  }
  #intro #logo {
    width: 153px;
    height: 240px;
    margin-top: -1.75em;
    padding-bottom: 1.25em;
  }
  /* Some minor spacing changes to the body text */
  #menu h2,
  #location h2,
  #about h2 {
    padding-left: .2em;
    padding-right: .2em;
  }
  #menu p,
  #location p,
  #about p {
    padding-left: .3em;
    padding-right: .3em;
  }
  footer {
    margin-top: 0;
  }
  footer img {
    margin-top: .5em;
  }
  /* This reduces the size of the map in the desktop version*/
  .intrinsic-container {
    padding-bottom: 25%;
  }
}
