.jh-body {
  height: 100%;
  font-family: 'Lato';
}

.text-center.home-main-content {
}

.navbar.navbar-dark.navbar-expand-lg.fixed-top.bg-white.portfolio-navbar.gradient {
  height: 154px;
}

.home-main-content {
  margin-top: 175px;
}

.jh-body {
  background-image: url("../../assets/img/white-elegance.jpg");
}

.page-header {
  font-style: oblique;
  font-weight: 200;
  font-size: medium;
}

.zoom-on-hover {
}

.smooth-zoom:hover {
  transform: scale(1.25);
}

.smooth-zoom {
  transition: transform .8s ease;
}

.h6.opening-p {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}

