/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

body { background: #d72027; color: #343a40; font-family: "ff-meta-web-pro",sans-serif; font-size: 1rem;  }
p, .lead { font-weight: 400; }

h2 { font-size: 8rem; font-weight: 700; color: #fff; height: 7rem; overflow:hidden; margin-bottom: 3rem; }

h1 { font-size: 5rem; font-weight: 200; color: #343a40; }
h3 { font-size: 3rem; font-weight: 200; color: #fff;  }

section a { color: #fff; }
section a:hover { text-decoration: underline; color: #fff; }

footer { background: #fff url(../img/black-beans.png) 50% 50% no-repeat; background-size: cover; color: #343a40; padding: 40rem 0 3rem !important; background-attachment: fixed; }
#services { background: #fff url(../img/jar.png) 100% 0 no-repeat; background-size: 700px; background-attachment: fixed; }
#services h2 { color: #d72027; }
#services h3 { color: #d72027; }

section.beans { padding: 0 0 50px 0; }
section.white { background: #fff; }

.bean{ fill:#FFFFFF; width: 500px !important;}

#carouselExampleIndicators .carousel-item { padding-bottom: 100px; }
#miniwork { background: #fff; }
#carouselExampleIndicators { padding: 20px 50px; }
#miniwork h5 { color: #343a40; font-size: 13px; } 
#miniwork .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#343a40' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>"); }
#miniwork .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#343a40' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>"); }

@media (max-width: 575.98px) {
    #services { background: #fff url(../img/jar.png) 200px 0 no-repeat; background-size: 500px; background-attachment: fixed; }
}