body {
  background-color: #000;
}

/* Colors */
.orange {
  color: #f36421;
}
.bg-orange {
  background-color: #f36421;
}
.gray {
  color: #231f20;
}
.bg-gray {
  background-color: #231f20;
}
.light-gray {
  color: #a8a8a8;
}
.bg-light-gray {
  background-color: #414141;
}
.white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.emerald {
  color: #0cce6b;
}
.bg-emerald {
  background-color: #0cce6b;
}

/* Miscellaneous */
.nav-target {
  position: relative;
  top: -95px;
}
.parallax-img {
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .parallax-img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
  }
}

/* Navbar */
.navbar {
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 1.1rem;
}
.navbar li a {
  color: #ccc;
}
.navbar li .active {
  text-shadow: 1px 1px 3px #fff;
}
.navbar li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #f36421;
}

/* Home */
#home-section {
  margin-top: 95px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/meats1.jpg);
  width: 100%;
  height: 600px;
  display: block;
  text-align: center;
}
@media (max-width: 400px) {
  #home-section {
    background-image: url(../img/photo-gallery/smokerMain.jpg);
  }
}
#home-section .dark-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: flex;
}
#home-section .text-overlay {
  margin-bottom: 50px;
}
#home-section h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  /* padding: 400px 10px 10px 10px; */
}
#home-section p {
  font-size: 30px;
  font-weight: 350;
  color: #fff;
  margin: 0;
}
#home-section .btn-warning {
  background-color: #f36421;
  border: none;
  color: #fff;
}

#home-section .btn-warning:hover {
  background-color: #fff;
  color: #f36421;
}

/* About */
#about-section {
  padding: 20px 0;
}
#about-section strong {
  color: #f36421;
}
#about-text {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #about-text {
    padding-left: 0;
  }
  #about-image {
    padding-right: 0;
  }
}

/* About-Find */
#about-find .parallax-img {
  background-image: url(../img/meats2.jpg);
  background-size: cover;
  height: 500px;
}

/* Find */
#find-section {
  text-align: center;
}
/* Google Map */
.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Find-Testimonials */
#find-testimonials .parallax-img {
  background-image: url(../img/roastedchicken.jpg);
  height: 500px;
}

/* Testimonials */
#testimonials-head h1 {
  font-weight: bolder;
}
/* Testimonials Carousel */
#testimonials p {
  font-size: 1.2rem;
}
#carouselTestimonial .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eb0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#carouselTestimonial .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eb0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* Testimonials-Contact */
#testimonials-contact .parallax-img {
  background-image: url(../img/wings+pepperpoppers.jpg);
  height: 500px;
}

/* Contact */
#contact-section p {
  font-weight: bolder;
}
#contact-section button {
  border: none;
}

/* Photo Gallery */
#photo-gallery {
  margin-top: 95px;
}
#photo-gallery .card {
  padding: 10px;
  /* margin: 10px; */
  /* min-width: 350px; */
}
#photo-gallery .card-body {
  padding: 10px;
}
.photo-toggler {
  /* height: 50px; */
  width: 200px;
  background-color: #231f20;
  color: white;
  margin: 20px;
}
.photo-toggler:hover {
  background-color: #f36421;
  color: #000;
}
a.photo-toggler {
  /* height: 50px; */
  width: 150px;
  background-color: #231f20;
  color: white;
  margin: 20px;
  padding: 10px;
}
/* Footer */
#main-footer {
  font-size: 1.1rem;
}
