body {
  background-color: #fffef9;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

main {
  padding-top: 60px;
  color: #3e2723;
}

h1,
h2,
h3 {
  font-family: "Righteous", sans-serif;
}

main h2 {
  color: #8b7b9a;
  text-align: center;
  margin: 30px 0;
}

main section {
  margin-top: 20px;
}

footer {
  background-color: #8b7b9a;
  margin-top: 100px;
}

footer p {
  margin: 5px;
  font-size: 14px;
  line-height: 24px;
}

footer a {
  color: #fffef9;
  text-decoration: none;
  font-size: 14px;
}

footer a:hover {
  color: #3e2723;
}

.navbar {
  background-color: #fffef9;
}

.navbar .navbar-brand {
  font-family: "Righteous", sans-serif;
  color: #8b7b9a;
}

.navbar .navbar-nav {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #3e2723;
}

.hero,
.about-hero {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  color: #fffef9;
  text-align: center;
}

.hero-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}

.about-hero-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/barista.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}

.hero h1,
.about-hero h1 {
  font-size: 72px;
  font-weight: 400;
  line-height: 62px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero p,
.about-hero p {
  font-size: 42px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero .hero-buttons {
  margin-top: 10px;
}

.hero-buttons .btn-custom,
.cta-buttons .btn-custom {
  background-color: #8b7b9a;
  color: #fffef9;
  font-weight: 600;
  margin: 10px;
}

.hero-buttons .btn-custom:hover,
.cta-buttons .btn-custom:hover {
  background-color: #fffef9;
  color: #8b7b9a;
}

.hero-buttons .btn-custom:focus,
.cta-buttons .btn-custom:focus {
  outline: 1px solid #3e2723;
}

.featured img,
.team-grid img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 5px;
}

.feature-grid p {
  font-size: 18px;
}

.menu {
  margin-bottom: 250px;
}

.menu .container {
  max-width: 900px;
  margin: 0 auto;
}

.menu img {
  box-shadow: 0px 8px 15px rgba(139, 123, 154, 0.3);
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.about-preview img {
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.about-preview p {
  margin: 0;
}

.about-story p {
  text-align: center;
}

.meet-the-team h3 {
  color: #8b7b9a;
  font-size: 22px;
  margin: 5px 0 0;
}

.meet-the-team h4 {
  font-size: 18px;
}

.call-to-action h2 {
  margin-bottom: 10px;
}

.learn-more-button .btn-custom {
  background-color: #8b7b9a;
  color: #fffef9;
  font-weight: 600;
  margin: 10px;
}

.learn-more-button .btn-custom:hover {
  background-color: #fffef9;
  color: #8b7b9a;
}

.learn-more-button .btn-custom:focus {
  outline: 1px solid #3e2723;
}

.visit-us-heading h1 {
  font-size: 62px;
  color: #8b7b9a;
  text-align: center;
}

.contact {
  margin: 40px 0;
}

.contact-info p {
  font-size: 18px;
  line-height: 1.8;
}

.contact-info a {
  color: #8b7b9a;
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  color: #3e2723;
  text-decoration: underline;
}

.map iframe {
  border-radius: 4px;
}

.footer-links a {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .hero h1,
  .about-hero h1 {
    font-size: 52px;
    font-weight: 400;
    line-height: 42px;
  }

  .hero p,
  .about-hero p {
    font-size: 22px;
  }

  .hero-content,
  .about-hero-content {
    padding: 100px 0;
  }

  main h2 {
    margin: 15px 0;
  }

  .about-preview p {
    margin: 10px;
  }

  .visit-us-heading h1 {
    font-size: 42px;
  }
}
