html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  background-color: #eeeeee;
}

/* The hero image */
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(148, 189, 255, 0.5)), url("./images/bannerLogo.jpg");

  /* Set a specific height */
  height: 75%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.aboutHeader,
.bookingHeader,
.contactHeader {
  padding-top: 50px;
  text-align: center;
}

.outsideImg {
  padding: 10px;
  max-height: 500px !important;
  margin-bottom: .5em;
}

.about,
.booking {
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.contactHeader {
  padding-bottom: 20px;
}

.cardTextCss {
  text-align: center;
  font-size: 14pt;
}

.contact {
  padding-bottom: 100px;
}

footer {
  background-color: #444444;
  text-align: center;
  color: #eeeeee;
  padding: 10px;
}

.nav-link {
  font-weight: bold !important;
}

.about-text {
  font-size: 16pt;
  line-height: 1.6;
}

.dogImg {
  border-radius: 50%;
  max-height: 250px;
}

@media screen and (max-width: 768px) {
  .navbar {
    padding-left: 10px;
  }
}