body {
  background: #f1f1f1;
  font-family: "Open Sans", sans-serif;
}

.bg-ms-red {
  background: #D15151;
}

.text-ms-red {
  color: #D15151;
}

.minh-100 {
  min-height: 100%;
}

.mt-64 {
  margin-top: 64px;
}

.mt-128 {
  margin-top: 128px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-128 {
  margin-bottom: 128px;
}

.breadcrumb {
  margin-bottom: 32px;
}
.breadcrumb .breadcrumb-item, .breadcrumb a {
  font-size: 16px;
  line-height: 99%;
  color: black;
  text-decoration: none;
}

nav.navbar {
  color: white;
  padding: 20px;
}
nav.navbar h1 {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 99%;
}

.cta-button {
  background-color: #7A932B;
  border-radius: 37px;
  color: white;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}
.cta-button.cta-button-lg {
  margin: 96px auto;
  padding: 8px 57px;
  font-size: 21px;
}

.card {
  border: 0;
  height: 100%;
}
.card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-widget > div {
  text-align: center;
}
.reviews-widget img {
  max-width: 120px;
  margin-bottom: 20px;
}
.reviews-widget a {
  font-size: 12px;
  color: black;
  text-decoration: none;
}

.mysheepi-card {
  border: 3.95px solid #772020;
  border-radius: 71px;
  padding: 30px 20px;
  width: 100%;
  max-width: 250px;
  margin-left: 30px;
}
.mysheepi-card a.btn-danger {
  background: #d15151;
  border-radius: 37px;
  padding: 8px 57px;
  margin: auto;
}

/*# sourceMappingURL=code.css.map */
