body {
  background-color: #fff;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
}

h1,
h2,
h3,
h4 {
  font-family: "Libre Baskerville", serif;
}

.post {
  margin: auto;
  padding: 20px 40px 60px 40px;
  max-width: 1000px;
  min-height: 400px;
  display: block;
  background-color: transparent;
  margin-top: 0px;
  border: 0px solid yellow;
  overflow: hidden;
}

.post p,
h1,
h2,
h3 {
  padding: 10px 20px 10px 20px;
}

.postGalleryImage {
  padding: 20px;
  float: left;
}

.postGalleryImage img {
  width: 450px;
  max-height: 600px;
  object-fit: contain;
}

.postGalleryText {
  padding: 0 20px 10px 20px;
  float: left;
  width: 450px;
  height: auto;
}

.pageImageRight {
  float: right;
  padding-left: 20px;
}

.pageImageLeft {
  float: left;
  padding-right: 20px;
}

.pageImageCenter {
  display: block;
  margin: 0 auto;
  clear: both;
}
#header {
  margin: auto;
  padding: 20px 40px 0px 40px;
  max-width: 1000px;
  border: 0px solid yellow;
  overflow: hidden;
  text-align: left;
  background: #f7f7f7;
}

#header h1 {
  margin: 0px 20px 0 20px;
  float: left;
  font-size: 2.5em;
  color: #444;
  padding-bottom: 0px;
}

#header h1:hover {
  color: #eb5f5a;
}
#header h3 {
  padding-top: 0px;
  margin: 0px 20px 0 20px;
  float: left;
  font-size: 1.2em;
  color: #666;
}

.post h3 {
  color: #777;
  margin-top: 0px;
  padding-top: 0px;
}

#topmenu ul {
  margin-top: 0px;
  margin-left: 0px;
  list-style-type: none;
  overflow: hidden;
  float: left;
  padding-left: 20px;
  margin-left: 140px;
  margin-top: 40px;
  /* clear: right; */
}

#topmenu li {
  margin-left: 0px;
  margin-right: 20px;
  float: left;
}

#topmenu a {
  color: #666;
}

#topmenu a:hover {
  color: #222;
  text-decoration: none;
}

#logo {
  width: 100px;
  height: auto;
  float: left;
  padding-left: 20px;
  padding-top: 15px;
  transition: transform 0.2s; /* Animation */
  z-index: 1;
}

#logo:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 5;
}

#footer {
  display: flex;
  justify-content: center;
}

#footer-box {
  color: #444;
  background: #f7f7f7;
  width: 1000px;
  padding: 20px 40px 0px 40px;
  text-align: left;
}

.review-area {
  text-align: center;
  clear: both;
  background: #eee;
  margin: 40px 20px 40px 20px;
}

.review {
  background-color: #fff;
  width: 200px;
  height: 200px;
  /* border-radius: 4px; */
  margin: 40px 40px 40px 40px;
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #ccc;

  transition: transform 0.2s; /* Animation */
  z-index: 1;
}

.review:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 5;
}

.review-area p {
  font-size: 12px;
  margin-top: 12px;
}

.social {
  width: 40px;
  height: auto;
  padding: 0 10px 0 10px;
  transition: transform 0.2s; /* Animation */
  z-index: 1;
}

.social:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 5;
}

.gallery {
  text-align: center;
  clear: both;
}

.gallery-image {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  width: 300px;
  height: 300px;
  /* border-radius: 4px; */
  margin: 8px;
  display: inline-block;
  position: relative;

  box-shadow: 0px 0px 8px rgba(0, 0, 32, 0.1);

  opacity: 100%;

  transition: transform 0.2s; /* Animation */
  z-index: 1;
}

.gallery-image:hover {
  /*opacity: 100%;*/
  /* box-shadow: inset 0px 0px 80px rgba(32,32,0,0.2); */
  /* filter: contrast(110%); */
  filter: brightness(105%);

  transform: scale(
    1.05
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 5;
  box-shadow: 0px 4px 16px rgba(0, 0, 32, 0.4);
}

.gallery-image-textarea {
  /*opacity: 80%;*/
  background-color: #fff;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0px; /* set the bottom to 0*/
  text-align: left;

  color: #fff;
  overflow: hidden;

  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: rgba(0, 0, 0, 0.2);

  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.gallery h4 {
  font-size: 0.9em;
  margin-block-start: 0.9em;
  margin-block-end: 0.2em;
  margin-left: 0.8em;
}

#footer h4 {
  text-decoration: underline;
  text-decoration-color: #eb5f5a;
  text-decoration-thickness: 2px;
}

.gallery a {
  text-decoration: none;
}
