/*
Theme Name: Pints and Pours
Theme URI: https://www.pintsandpours.com/
Author: Richard Flores
Author URI: https://www.pintsandpours.com/
Description: Custom theme for Pints and Pours with reviews, cocktails, flavor sliders, and ad placement.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pintsandpours
*/
body {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #8B5E3C; /* Earthy brown */
  text-decoration: none;
}

a:hover {
  color: #A0522D; /* Slightly lighter or richer brown on hover */
  text-decoration: underline;
}

.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .card-img-top {
    height: 200px; /* slightly shorter for tablets */
  }
}

@media (max-width: 767.98px) {
  .card-img-top {
    height: 180px; /* even shorter for mobile */
  }
}

.card-img-top {
  width: 100%;
  height: 400px;
  object-fit: cover;
}