body {
  background-color: #f8f9fa;
  font-family: 'Patrick Hand', cursive;
  color: #000000;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Patrick Hand', cursive;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
p, li, a, span, div, small {
  color: #000000;
}
.nav-link {
  color: #000000 !important;
}
.nav-link:hover {
  color: #C6E7ED !important;
}
.navbar-brand {
  color: #000000 !important;
}
.nature-bg {
  background-image: url('background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nature-bg h1,
.nature-bg p {
  color: #000000;
}
.nature-img {
  border: none;
}
.shop-cover {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.btn-success {
  background-color: #C6E7ED;
  border-color: #C6E7ED;
  color: #000000;
}
.btn-success:hover {
  background-color: #A8D4DC;
  border-color: #A8D4DC;
  color: #000000;
}
.text-success {
  color: #C6E7ED !important;
}
footer {
  background: #f8f9fa;
}
body, p, h1, h2, h3, h4, h5, h6, section, main {
  text-align: center;
}
.navbar,
.navbar .container {
  text-align: left !important;
}
.navbar-nav {
  text-align: right !important;
  width: 100%;
  justify-content: flex-end;
}
.navbar-toggler {
  pointer-events: auto !important;
  z-index: 1000 !important;
  position: relative !important;
}
.btn {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .row .col-md-6:first-child {
    margin-bottom: 2rem;
  }
} 