.blogCenteredContent {
  min-width: 0px;
  width: 100%;
}
.blogPostDate {
    width: 50%;
    margin: 30px auto 10px;
    color: #A9A9A9;
}
#blogTitle {
  width: 50%;
  margin: auto;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 25px;
  line-height: 45px;
  border-bottom: none;
  margin-top: 21px;
  /* text-transform: capitalize; */
  margin-bottom: 10px;
}

#blogSubtitle {
  width: 50%;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

#blogPostTitle {
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  color: #57585b;
  margin-bottom: 30px;
  font-weight: var(--semibold);
}

.blogSubtitle {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 20px;
  font-weight: lighter;
  float: left;
  position: relative;
  font-size: 25px;
  margin: 10px;
  text-align: left;
}

#blogPrevImg {
  display: none !important;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
img#mainImage {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1338/459;
}

figure#mainImageContainer {
  width: 90%;
  margin: auto;
}

.blogImage {
  position: relative;
  display: block;
  height: auto;
  margin: auto;
  margin-bottom: 15px;
  width: 50%;
}

.blogImage:not(:first-of-type) {
  width: 33.33%;
  float: left;
  margin: 0 auto;
}

.blogCaption {
  position: relative;
  text-align: center;
  width: calc(100% - 20px);
  margin: 30px 10px 50px;
  font-size: 16px;
  color: black;
  display: block;
  overflow: hidden;
  float: left;
  display: none;
}

.blogText {
  position: relative;
  display: block;
  font-family: var(--font);
  /* margin-top: 25px; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 400;
  /* float: left; */
  margin: 21px auto;
}

.blogCenteredContent p {
  width: 50%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.blogGallery {
  position: relative;
  width: 90%;
  display: block;
  margin: 6rem auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  max-width: 1000px;
}

.blogGalleryImage {}

.slick-dots {
  top: 20px;
  right: 20px;
  width: auto;
}

.slick-dots li {
  width: 14px;
  margin: 0 3px;
}

.slick-dots li button:before {
  border: 2px solid #b3a193;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  color: transparent;
  font-size: 0px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #b3a193;
  opacity: 1;
}

.blogSlider {
  position: relative;
  margin-top: 30px;
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
}
.sliderTitleContainer{
  text-align:center;
  font-weight: 600;
}
.blogSliderWrapper {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.blogSliderSlide {
  margin-right: 10px;
  margin-left: 10px;
}

.blogSliderLeftArrow {
  position: absolute;
  left: calc(50% - 400px - 20px);
  height: 50px;
  top: calc(50% - 21.5px);
}

.blogSliderRightArrow {
  position: absolute;
  height: 50px;
  right: calc(50% - 400px - 20px);
  top: calc(50% - 21.5px);
}

.slick-slide {
  height: auto;
}

.textLink {
  font-weight: var(--semibold);
  text-decoration: underline;
  cursor: pointer;
}

.youtubeVideo {
  margin: 4rem auto;
  display: flex;
  min-width: 35%;
  aspect-ratio: 16/9;
  display: none;
}

.table-bordered{
  margin: 0 auto;
  width: 90%;
  border: 1px solid black;
  border-collapse: collapse;
}

.table-bordered td{
  border: 1px solid black;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .blogCenteredContent {
    width: 100% !important;
    margin-bottom: 40px;
  }
  img#mainImage {
    aspect-ratio: 350 / 459;
}
  .blogPostDate {
    width: 90%;
    margin: 30px auto 10px;
}
  .blogCaption {
    width: 80%;
    margin: 30px 10% 50px;
    font-size: 15px;
  }

  .blogSliderWrapper {
    width: 90%;
  }

  .blogImage {
    width: 90%;
    aspect-ratio: 350/320;
    object-fit: cover;
    max-width: 100%;
  }

  .blogImage:not(:first-of-type) {
    width: 100%;
  }

  #blogTitle {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 0px;
    height: auto;
    padding-block: 26px 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: var(--semibold);
    margin-top: 0;
  }

  #blogPostTitle {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
  }

  .blogSubtitle {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    line-height: 38px;
  }

  .blogText {
    width: 90%;
    margin: 0 auto;
    margin-block: 20px;
    line-height: 15px;
    font-size: 16px;
    float: unset;
    line-height: 20px;
  }

  .blogGallery {
    display: block;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .blogGalleryImage {
    /* width: 100vw !important; */
  }

  .blogCenteredContent p {
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

  .blogSliderLeftArrow,
  .blogSliderRightArrow {
    height: 20px;
    top: calc(50% - 10px);
  }

  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }

  .slick-dots {
    top: 10px;
    right: 10px;
  }

  #blogPrevImg {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  #blogSubtitle {
    margin-bottom: 35px;
    font-size: 15px;
    margin-top: 5px;
  }

  .youtubeVideo {
    margin: 2rem auto 4rem;
    min-width: 85%;
    aspect-ratio: 16/9;
  }
}