body { 
  background-color: #FDF6E9;
}

body {
  font-family: 'Amaranth', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
}



h1, h2, h3, h4, h5, h6 {
  font-family: 'Amaranth', sans-serif;
}

hr.featurette-divider {
  border-top: 2px solid #000;
  margin: 20px 0;
}

h1 .header-feature {
  color: #0071BB;
}

.google-maps iframe {
  width: 100%;
}

/* =======================
== FOOTER
** ======================= */

footer {
  min-height: 300px;
}

#subscription-container iframe {
  border:none;
  min-height: 250px;
}

#social-footer-container,
#foodtec-footer-container {
  margin-top: 10px;
}

/* =======================
== HEADER DOCS
** ======================= */

.address {
  text-align: right;
  padding:10px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #F4EDDA;
  background-color:#C3141B !important;
}

/* ==========================
== NAVIGATION MENU
** ========================== */

.navbar {

}

.navbar-header{
	
}

.navbar a {

}


.navbar-nav > li{
	background-color:#C3141B !important;
}

.navbar-inverse{
	background-color:#C3141B;
}

.order-tracker-section {

}

.order-tracker-section a {
  font-weight: bold;
}

a#order-online {
  color: #C3141B;
  background-color: #FED44B;
  font-size: 25px;
  text-shadow: 2px 2px #000;
}

a#order-online:hover {
  color: #fff;
}

a.btn.btn-default {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border: none;
}

a.btn.btn-default:hover {
  background-color: #343434;
}

/* =======================
== SLIDESHOW
** ======================= */

.registration-line {
  display: block;
  border-radius: 10px;
  border: 3px #000 dashed;
  padding: 10px;
  background-image: url(../img/transparent-bg.png);
}

.registration-line p {
  margin: 0;
}

.reg1 {
  color:#C3141B;
  font-size: 43px;
}

.reg2 {
  color: #FED44B;
  font-size: 53px;
}

.carousel-caption > a {
  color: #fff;
  text-decoration: none;
}

.carousel-caption > a:hover {
  color: #fff;
  text-decoration: none;
}

.carousel {
  border: #000 solid 8px;
  margin-bottom: 30px;
}

.carousel-caption p {
  font-size: 20px;
}

/* =======================
== LOYALTY
** ======================= */
.points {
  font-size: 26px;
  font-weight: bold;
  color: #000;  
}

.award {
  border: dashed 2px #000;
  padding: 10px;
  margin-top: 10px; 
  margin-bottom: 10px;
}

.notes {
  font-size: 10px;
  text-align: center; 
}

.loyalty-button-container {
  margin: 10px 0;
}

.loyalty-button-container .btn{
  margin-top: 10px;
}

.loyalty-text {
  padding: 10px;
}

/* =======================
== MOBILE APPS
** ======================= */

#mobile-apps a {
  display: block;
  margin-bottom: 10px;
}

.qr-container {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.qr .titlebar {
  font-size: 20px;
  margin-bottom: 3px;
  padding: 3px;
}

.mobile-image {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  margin-bottom: 20px;
  margin: 20px auto 0;
}


/* =======================
== FOOTER
** ======================= */

.feedback-title {

}

.tell-us {

}
/* ============================================================================================================================
== COMMENTS - BLOCKQUOTE WITH OBTUSE TRIANGLE
== see http://nicolasgallagher.com/pure-css-speech-bubbles/demo/
** ============================================================================================================================ */

.example-obtuse {
  position:relative;
  padding:15px 30px;
  margin:0;
  color:#000;
  background:#f3961c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background:-moz-linear-gradient(#f9d835, #f3961c);
  background:-o-linear-gradient(#f9d835, #f3961c);
  background:linear-gradient(#f9d835, #f3961c);
  /* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
  -webkit-border-top-left-radius:25px 50px;
  -webkit-border-top-right-radius:25px 50px;
  -webkit-border-bottom-right-radius:25px 50px;
  -webkit-border-bottom-left-radius:25px 50px;
  -moz-border-radius:25px / 50px;
  border-radius:25px / 50px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-obtuse + p {margin:10px 150px 2em 0; text-align:right; font-style:italic;}

/* creates the larger triangle */
.example-obtuse:before {
  content:"";
  position:absolute;
  bottom:-30px;
  right:80px;
  border-width:0 0 30px 50px;
  border-style:solid;
  border-color:transparent #f3961c;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller triangle */
.example-obtuse:after {
  content:"";
  position:absolute;
  bottom:-30px;
  right:110px;
  border-width:0 0 30px 20px;
  border-style:solid;
  border-color:transparent #F4EDDA;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* =======================
== MEDIA QUERIES
** ======================= */

@media (max-width: 991px) {
  #foodtec-footer-container {
    margin: 40px auto;
  }  
}

@media (max-width: 768px) {
  .logo{
    text-align: center;
  }
  
  .carousel{
	  border-width:4px;
  }
  
  .carousel-caption{
	  bottom:11px;
  }
  
  .registration-line{
	  padding:0px;
  }
  
  .carousel-indicators{
	  bottom:0px;
  }
  
  .address {
   display:none;
  }

  .reg1,
  .reg2 {
    font-size: 22px;
  }
  
  h1, .h1{
	  font-size:30px;
  }
  


  .reg1,
  .reg2,
  .registration-line p {
    display: inline-block;
  }

  .carousel-caption h1 {
    font-size: 18px;
  }

  .carousel-caption p {
    font-size: 13px;
    margin: 0;
  }

}
