body {
    background-color: #fff;
}

.navbar {
        font: 1.5em "garamond";
    }

.logo {
    max-height: 50px;
}

#cards {
        Margin-top: 50px;
    }

.card {
    background-color: #e9ecef;
    margin-bottom: 50px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

h1 {
    font: 4em "garamond";
}

h2 {
    font: 3em "garamond";
}

h3 {
    font: 2em "garamond";
}

h4 {
    margin-top: 125px;
}

.About {
    margin: 50px;
    }


.row {
    justify-content: center;
}

a {
    color: inherit;
}

a:hover {
  font-size: 1.2em;
  transition: 0.3s;
}

  
p {
    max-width: 1000px;
    text-justify: inter-word;
}

#my-image {
    border-radius: 20px;
    width: 500px;
    margin-bottom: 50px;
  }
  
input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;  
    border: 1px solid #ccc; 
    border-radius: 4px;
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical
  }
  
  
  input[type=submit] {
    background-color: #525554;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  
  input[type=submit]:hover {
    background-color: #656665;
  }
  
  
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    min-height: 600px;
  }

.contact-form {
    padding: 40px;
}

.no-bullets {
    list-style-type: none !important; 
    margin: 0 !important;            
    padding: 0 !important;           
}


.product-card-wrapper .details {
    border: 1.5px solid grey;
    color: #212121;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px #212121;
}

.product-card-wrapper .cart {
    background-color: #212121;
    color: white;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 900;
    width: 100%;
    height: 39px;
    padding-top: 9px;
    box-shadow: 0px 5px 10px #212121;
}

.product-card-wrapper .card {
    width: fit-content;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding-bottom: 10px;
}

.product-card-wrapper .card-body {
    width: fit-content;
}

.product-card-wrapper .btn {
    border-radius: 0;
}

.product-card-wrapper .img-thumbnail {
    border: none;
}

.hero-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  border-radius: 20px;
  overflow: hidden; 
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}
