.cover-bg-img {
  background-image: url(../img/jm8.jpg);
  /* height: 100vh; */
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 2000px #1c1c1c7a;
}
.cover-bg-img h1 {
  color: #fff;
  margin: 20px 0;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
}
.intro {
  padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .cover-bg-img h1 {
    font-size: 26px;
    line-height: 1.7;
  }
  .intro {
    padding-top: 110px;
  }
}
/* about section */
.about-card {
  color: #ffffff;
  background-color: transparent;
  border-radius: 2px;
  padding: 15px 0;
  margin: 0px auto 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.about-card:focus,
.about-card:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.8), 0 4px 15px 0 rgba(0, 0, 0, 0.9);
}
.about-main-heading {
  text-align: center;
  margin: 3% 0%;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 4rem;
}
.about-heading {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.about-image-container {
  text-align: center;
  padding-bottom: 12px;
}
.about-image-container img {
  width: 100%;
  max-width: 250px;
  border-radius: 100%;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.about-image-container img:focus,
.about-image-container img:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.18);
}
.about-para {
  margin: 0% 20%;
  font-family: "Dancing Script", cursive;
  font-weight: 500;
  font-size: 20px;
}
