*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-weight: bold;
  margin: 0;
}

/* line 7, ../sass/master.sass */
body {
  background: #5dc9d3;
  margin: 0;
}

/* line 11, ../sass/master.sass */
#background-wrapper {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
  background-color: #5ec8d5;
  background-image: image-set(
    url(../images/ten-top-background.webp) type("image/webp"),
    url(../images/ten-top-background.jpg) type("image/jpeg")
  );
  background-position: top center;
  background-repeat: repeat-x;
}

/* line 16, ../sass/master.sass */
#wrapper {
  padding: 0 3% 3%;
  margin: 1% auto 0 auto;
  width: 100%;
  max-width: 440px;
  height: 100%;
  background: #0d0d0d;
  border: white solid 4pt;
}

/* line 24, ../sass/master.sass */
#logo {
  padding: 1%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

/* line 29, ../sass/master.sass */
#logo.img {
  margin: auto auto;
  padding: 0;
  width: 227px;
}

.underline {
  width: 90%;
  max-width: 350px;
  height: 4px;
  margin: 0.6em auto;
  background: rgba(245, 242, 228, 0.72);
  border-radius: 2px;
  filter: url('#chalk-line');
}

/* line 39, ../sass/master.sass */
h1 {
  font-size: 48pt;
  color: white;
  font-family: "Righteous", sans-serif;
  text-transform: lowercase;
  text-align: center;
  line-height: 48pt;
  margin-bottom: 2%;
  margin-top: 5%;
}

/* line 49, ../sass/master.sass */
#title-line-two {
  display: block;
}

/* line 52, ../sass/master.sass */
ul {
  margin: 0;
  padding: 0;
}

/* line 56, ../sass/master.sass */
p {
  margin: 0;
  padding: 0;
}

/* line 60, ../sass/master.sass */
p a:link,
p a:visited {
  color: white;
  text-decoration: none;
}

/* line 63, ../sass/master.sass */
p a:hover {
  color: white;
  text-decoration: none;
  color: #5dc9d3;
}

/* line 68, ../sass/master.sass */
.appleDevice,
.gc-cs-link {
  color: white;
  text-decoration: none;
}

/* line 73, ../sass/master.sass */
span.appleDevice,
span.gc-cs-link {
  color: white;
  text-decoration: none;
}

/* line 77, ../sass/master.sass */
.appleDevice a,
.gc-cs-link a {
  color: white;
  text-decoration: none;
}

/************************************************ */
/************************************************ */
/************************************************ */
/* line 85, ../sass/master.sass */
#address {
  width: 100%;
  margin: 2% auto 0 auto;
  text-align: center;
}

/* line 90, ../sass/master.sass */
#address p {
  font-size: 14pt;
}

/************************************************ */
/* line 95, ../sass/master.sass */
.twitter-timeline,
.tagline {
  font-family: times, serif;
  font-style: italic;
  font-size: 11pt;
  width: 100%;
  margin: 3% auto;
  text-align: center;
}

/************************************************ */
/* line 105, ../sass/master.sass */
#phone {
  width: 100%;
  margin: 0 auto 3% auto;
  text-align: center;
}

/************************************************ */
/* line 112, ../sass/master.sass */
#hours {
  width: 100%;
  margin: 3% auto 3% auto;
  text-align: center;
}

/* line 117, ../sass/master.sass */
#delivery {
  margin: auto auto;
  width: 75%;
  font-size: 10pt;
  font-weight: normal;
}

/************************************************ */
/* line 125, ../sass/master.sass */
.feed {
  margin: auto auto 2% auto;
  width: auto;
  min-height: 422px;
  overflow-y: scroll;
}

/************************************************ */
/* line 131, ../sass/master.sass */
#visit-us {
  width: 100%;
  margin: 4% auto 3% auto;
  font-size: 9pt;
  font-weight: normal;
  text-align: center;
}

/************************************************ */
/************************************************ */
/************************************************ */
/************************************************ */
#menus-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#menus ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#menus ul li {
  font-family: "Doppio One", sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#menus li a {
  text-decoration: none;
  font-size: 1.4em;
  color: white;
  padding: 0 5px 2px 5px;
  white-space: nowrap;
  display: inline-block;
}

#menus li a:hover {
  color: #5dc9d3;
}

/************************************************ */
/************************************************ */
/************************************************ */
#social-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#social ul {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#social a img {
  border: none;
  display: block;
}

/* line 202, ../sass/master.sass */
img {
  border-style: none;
}


/************************************************ */
/************************************************ */
/************************************************ */
/* line 212, ../sass/master.sass */
footer {
  background: #5dc9d3;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 0.75em;
  font-weight: normal;
  padding: 8px 3% 8px 3%;
  margin: 0 auto 1% auto;
  width: 100%;
  max-width: 440px;
  text-align: center;
}

/* line 223, ../sass/master.sass */
#rights-reserved {
  padding-right: 3%;
}

/* line 227, ../sass/master.sass */
footer #footer-address {
  font-weight: normal;
  padding: 1% 3% 0 3%;
  margin: 1pt auto auto;
  text-align: center;
}

/* line 232, ../sass/master.sass */
footer a {
  text-decoration: none;
  color: white;
}

/* line 235, ../sass/master.sass */
footer a:hover {
  color: #eeeeee;
}

/************************************************ */
/**********************EOF*********************** */
/************************************************ */
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 480px) {

  html,
  body,
  #background-wrapper,
  #wrapper {
    background: #0d0d0d;
  }

  body {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #main {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
  }

  #background-wrapper,
  #wrapper {
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }

  /* line 23, ../sass/mobile.sass */
  h1 {
    font-size: 42pt;
  }

  /* line 26, ../sass/mobile.sass */
  #title-line-two {
    display: inline;
  }

  #menus li a {
    font-size: 1.2em;
    color: white;
    padding: 0 5px 2px 5px;
    text-align: center;
    white-space: nowrap;
  }

  /* line 41, ../sass/mobile.sass */
  #logo {
    width: auto;
  }

  /* line 44, ../sass/mobile.sass */
  #social {
    background-color: transparent;
  }

  /* line 47, ../sass/mobile.sass */
  footer {
    background-color: transparent;
    font-size: 0.3em;
    font-weight: normal;
    width: auto;
    margin: auto auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  /* line 57, ../sass/mobile.sass */
  #rights-reserved {
    padding: 0;
  }

  /* line 61, ../sass/mobile.sass */
  footer #footer-address {
    padding: 0;
    font-weight: normal;
    text-align: center;
  }

  /* line 65, ../sass/mobile.sass */
  footer a {
    text-decoration: none;
    color: white;
  }

  /* line 68, ../sass/mobile.sass */
  footer a:hover {
    color: #eeeeee;
  }
}