body {
  margin: 5%;
  
  
}

.navbar {
  background-color: crimson;
}

.first-font {
  font-family: 'waiting for the Sunrise';
  font-weight: bold;
}

.social-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;

}

.social-icons a {
  margin-bottom: 50%;
}

.container {
    margin-top: 100px;
    
    


}

.navbar-brand  {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style:normal;
  font-size:x-large;
  padding-left: 30px;
  
}

.offcanvas-title {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style:normal;
  font-size:x-large;
  padding-left: 30px;
}

.main-img {
  padding-top: 5px;
}

.collection-section {
  
  color: #000000;
  text-align: center;
  padding: 40px 0;
}

.collection-description {
  max-width: 600px;
  margin: 0 auto;
}

.container {
  margin-top: 50px;
}

.card img {
 
  height: 300px; /*Fixed height */
  object-fit: cover; /* Ensures the image covers the area without distortion */
  border-bottom: 1px solid #ddd;
}

/* Style for the thumbnail image */
.img-fluid {
  cursor: pointer;
  transition: transform 0.2s;
}

/* Hover effect on the thumbnail */
.img-fluid:hover {
  transform: scale(1.1);
}

/* The Modal (Background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 100px;
  max-height: 500px;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: black;
  font-size: 40px;
  cursor: pointer;
}

/* Fade-in animation for the modal */
.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1);}
  to {transform: scale(1);}
}

.card-title {
  font-size: small;
  text-transform: uppercase;
  font-family:"Josefin Slab", serif ;
}

.card-text {
  font-size: small;
  font-family:"Josefin Slab", serif ;
}


.card-body {
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
  
 

}

.btn {
  border: radius 10px; ;
  font-size: smaller;
  font-family:Verdana, Geneva, Tahoma, sans-serif ;

}
      
@media screen and (max-width: 768px) {
  .social-icons {
    display: none;
  }
}