html {
  height: 100%;
  width: 100%;
}

 .blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  }

.blog-header-logo {
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
font-size: 2.25rem;
}
.text-dark {
color: #212529!important;
}
.text-center {
text-align: center!important;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
  }
  .py-1{
  padding-top: .25rem!important;
  padding-bottom: .25rem!important;
  }
  
  .blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  }

.bg-custom{
   background-image: url("Untitled\ design-3.png");
}

#about{
  font-family:Texturina, serif;
  font-weight:700;
}

#about-caption{
  font-family:Texturina,serif;
  font-weight:400;
}

#title-of-blog{
  font-family: Pirata One;
  font-size:60px;
}

article{
  font-family: Crimson Text, serif;
  font-weight:500;
  font-size:20px;
}

.bd-placeholder-img{
  background-image: url("vanilla-bean-maple-syrup-8.jpg.webp");
}

#featured{
  font-family: Crimson Text, serif;
  font-weight:500;
}





.button:hover .btn-slide-show-text1 {
  margin-left: 65px;
} 

.btn-shadow-drop {
  position: relative;
  background: rgb(235, 235, 235);
  transition: 0.3s ease-in-out;
  left: 0px;
  top: 0px;
  
} 

.btn-shadow-drop:hover {
  left: 4px;
  top: 4px;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
} 

firstClaim{
  padding-top:100px;
  
}