body {
  /* background: url("wpImages/golfballImg.jpg") scroll center top transparent; */
  background: url("wpimages/golfballImg.jpg") scroll transparent;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-size: cover; */
}

.logo {
  width: 250px;
  height: 250px;
}

#nav_170 {
  color: black;
  display: flex;
}

.nav:hover {
  display: block;
  width: 170px;
  height: 40px;
  background: rgba(236, 238, 247, 0.846);
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  /* font-weight: bold; */
  line-height: 20px;
  color: #00953b;
}

input:focus-visible {
  border: solid #b82222;
}

.container {
  min-height: 100vh;
}

h1,
h3,
.card-title {
  color: #b82222;
}

.header1 {
  padding-top: 10px;
  background-color: #00953b;
  color: white;
  height: 50px;
  display: flex;
  justify-content: space-around;
}

.headerTitle {
  display: flex;
  margin-top: 85px;
  padding-right: 20px;
  justify-content: space-between;
  align-content: center;
}

#nav_170 {
  justify-content: space-evenly;
}

#site_search_1 {
  padding-left: 20px;
}

.searchTxtBx {
  width: 300px;
  height: 40px;
}

.searchBtn {
  width: 90px;
  height: 40px;
  background-color: #00953b;
  color: white;
}

.navBanner {
  width: 100%;
  height: 45%;
  background-image: url("wpimages/headerImg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

footer {
  font-size: 15px;
  position: relative;
  text-align: center;
  left: 0px;
  bottom: 0;
  height: 2.5rem;
  width: 100%;
}

.divFooter {
  background-color: #00953b;
  color: white;
  height: 50px;
}

.card {
  margin: 20px 0px 20px 0px;
  box-shadow:
    0.3em 0.3em 1em rgb(236 237 247 / 60%);
}

.card-img,
.card-img-top {
  width: 355px;
  height: 370px;
}

.aboutCard {
  margin: 20px 10px 20px 0px;
  text-align: center;
}

.imgDiv {
  margin: auto;
}

.homeCard {
  display: flex;
}

a.quickLink {
  text-decoration: underline;
  color: #b82222;
}

a:hover {
  color: #00953b;
}

span.stretch {
  letter-spacing: 2px;
  display: inline-block;
  font-size: 32px;
  transform: scaleY(0.5);
  transform-origin: 0 0;
  margin-bottom: -50%;
}

.card-img-top,
.card-img {
  background-size: cover;
}

.carousel {
  margin-bottom: 20px;
}

.aboutUsImg {
  align-content: center;
  margin: auto;
  width: 340px;
  height: 295px;
}

@media only screen and (max-width: 1200px) {
  .card {
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .card {
    flex-basis: 33.333%;
  }
}

@media screen and (max-width: 992px) {
  #nav_170 {
    display: grid;
    justify-content: left;
  }

  .searchTxtBx {
    width: 150px;
  }

  .header1 {
    display: grid;
    height: auto;
  }

  .searchBtn {
    width: 70px;
    height: 40px;
    font-size: medium;
  }

  .homeCard {
    display: grid;
  }

  .card-img,
  .card-img-top {
    width: 200px;
    height: 145px;
  }
}

@media only screen and (max-width: 768px) {
  .card {
    flex-basis: 100%;
  }

  .aboutCard {
    margin: 0;
    text-align: center;
  }

  .header1 {
    display: grid;
    height: auto;
  }

  .headerTitle {
    display: grid;
    margin-top: 60px;
    justify-content: space-between;
    align-content: center;
  }

  .card-img,
  .card-img-top {
    width: 170px;
    height: 125px;
  }

  .logo {
    width: 180px;
    height: 180px;
  }

  span.stretch {
    font-size: 18px;
  }
}