/* Show it is fixed to the top */
body {
  min-height: 75rem;
  /* padding-top: 4.5rem; */ /* Old Setting */
  padding-top: 3rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  height: 32rem;
}

/* Street Fryer Main CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.sf-main .col-lg-12 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* .sf-main .col-md-6, .sf-main .col-sm-6 {
  margin-bottom: 1.5rem;
  text-align: center;
} */
/* rtl:begin:ignore */
.sf-main .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* Map Iframe */
.sf-main iframe {
  width: 100%;
  height: auto;
}

/* Street Fryer Main Image Class */
.sf-main .about-img {
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: auto;
}

.sf-main .about-img, .sf-main .menu-img {
  border-radius: 30px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

i.fa-sun {
  color:orangered;
}
i.fa-moon {
  color:rgb(240,240,60);
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Footer
------------------------- */
.sf-footer .footer-center {
  text-align: center;
}
.sf-footer .footer-ul li {
  display: inline-block;
}

.sf-footer .social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.sf-footer .social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.sf-footer .social-icon li a {
  /* border-radius: 100px;
  color: #ce3232;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px; */
  border-radius: 200px;
  color: #ce3232;
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.sf-footer .social-icon li a:hover {
  background: #ce3232;
  color: #ffffff;
}