@font-face {
  font-family: "AutumnFlowers";
  src: url("fonts/AutumnFlowers.otf");
}
@font-face {
  font-family: "Bradley Hand";
  src: url("fonts/Bradley Hand Bold.ttf");
}
.fountain-pen-slider .slide-text-1 {
  font-size: 90px;
  font-family: "AutumnFlowers";
}
.fountain-pen-slider .slide-text-2 {
  font-size: 60px;
  font-family: "AutumnFlowers";
}
.fountain-pen-slider .slide-text-3 {
  font-size: 25px;
  font-family: "Bradley Hand";
}

.product-section {
  padding: 100px 0;
}
.product-section .heading {
  text-align: center;
  margin-bottom: 20px;
}
.product-section .heading h1, .product-section .heading h2 {
  font-family: "Buttershine Serif";
  font-size: 40px;
}
.product-section .heading p {
  font-size: 20px;
  font-family: "the unseen";
}
.product-section .product-grid {
  position: relative;
  min-height: 500px;
  padding: 25px;
  margin-bottom: 25px;
  background-image: url("../images/bg/fountain-pens-bg.png");
  background-size: cover;
}
.product-section .product-grid a {
  color: #383838;
  text-decoration: none;
}
.product-section .product-grid .pen-img img {
  height: 450px;
}
.product-section .product-grid .pen-img .pen-shadow {
  height: auto;
  position: absolute;
  bottom: 5px;
  left: 45px;
  opacity: 0.4;
}
.product-section .product-grid .product-text h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.product-section .product-grid .product-text h3 a {
  color: #383838;
  text-decoration: none;
}
.product-section .product-grid .product-text p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: justify;
}

/*# sourceMappingURL=fountain-pens.css.map */
