.gradient {
  background: linear-gradient(120deg, #f59870, #0ea0ff);
  color: #fff;
}

@media (min-width: 768px) {
  .portfolio-block .heading h2, .portfolio-block .heading .h2 {
    font-size: 1.2rem;
  }
}

.portfolio-block .heading h2, .portfolio-block .heading .h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.portfolio-block.photography .item {
  overflow: hidden;
  margin-bottom: 0;
  background: #ffffff;
  opacity: 1;
}

.shadow {
  opacity: 0.83;
}

@media (min-width: 576px) {
  .zoom-on-hover:hover .image {
    transform: scale(.9);
    opacity: 1.5;
  }
}

p {
  font-family: 'Titillium Web';
  color: rgb(54,39,46);
  text-align: center;
  font-size: 2em;
}

/* Paintings Title Heading */

.title-heading {
  color: #4a4c4e;
  font-size: 17px;
}

.special-skill-item h3, .special-skill-item .h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.print-link {
  text-align: center;
  width: 100%;
  color: var(--bs-warning);
}

.home-landing {
  margin-top: 9em;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255,255,255,0);
  background-clip: border-box;
  border-style: none;
}

.card-title {
  margin-bottom: .5rem;
  color: #56585b;
  font-family: 'Lato';
}

.mb-2 {
  margin-bottom: .5rem !important;
  text-align: center;
}

.print-link {
}

.card-link.print-link {
  color: #002b7f;
  font-family: 'Lato';
  padding: 10px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  border-width: 0px;
  border-style: none;
}

.card-text.p {
  font-size: 16px;
  text-align: center;
}

.portfolio-block.section.gradient {
  background: linear-gradient(-116deg, rgba(245,152,112,0.47) 0%, rgba(146,130,173,0.61) 100%);
  padding-top: 70px;
  padding-bottom: 71px;
}

.portfolio-navbar .logo {
  font-size: 1.35rem;
}

.nav-item.active {
  color: #333333;
  font-size: 18px;
  text-decoration:  underline;
}

h3 {
  color: #71bee6;
  font-size: 20px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.bio {
  text-align: left;
}

.bio-p {
  color: rgba(118,154,151,0.79);
  font-size: 15px;
  margin: 6px;
  padding: 12px;
  text-align: left;
  width: 90%;
}

.shelf {
  background: url("../../assets/img/site-images/Shelf%20Shadow%202%20Flat.png") top / contain no-repeat;
  height: 58px;
  width: 1181px;
  margin: 0px;
  margin-right: auto;
  margin-left: auto;
}

.footer-copyright {
  font-family: 'Lato';
  font-size: 9px;
  color: #6cd2ff;
  padding: 12px;
}

.sign-kt {
}

.month-format {
  font-family: 'Lato';
  color: rgba(113,190,230,0.75);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.2rem;
    color: #e19d68;
    font-family: Merienda, serif;
  }
}

.open-p {
  margin-top: 3em;
  margin-bottom: 2em;
}

.open-img {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
}

