/* =========================================================
   Yinzerville Theme
   Black / Gold / Steel Gray Pittsburgh Palette
   For duplicated Cassiopeia template instance
   ========================================================= */

:root {
  --cassiopeia-color-primary: #050505;
  --cassiopeia-color-hover: #FFB612;
  --cassiopeia-color-link: #9A6A00;

  --yz-black: #050505;
  --yz-charcoal: #111111;
  --yz-steel: #353B41;
  --yz-steel-light: #6D757E;
  --yz-gold: #FFB612;
  --yz-gold-dark: #9A6A00;
  --yz-gold-muted: #D69A00;
  --yz-cream: #FFF4D6;
  --yz-white: #FFFFFF;
}

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Source+Sans+3:wght@400;600;700&family=Cormorant+Garamond:ital,wght@1,400;1,500&display=swap');

body {
  font-family: 'Source Sans 3', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-header,
.page-header h1 {
  font-family: 'Bree Serif', Georgia, serif;
}

.yinzerville-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
}
/* =========================================================
   Global Links
   ========================================================= */

a {
  color: var(--yz-gold-dark);
}

a:hover,
a:focus {
  color: var(--yz-gold-muted);
}

/* Light module override for white-background modules */

.yz-light-module {
  background: #ffffff;
  color: #111111;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 1rem;
}

.yz-light-module h3,
.yz-light-module h4,
.yz-light-module .card-header {
  color: #050505;
}

.yz-light-module a,
.yz-light-module .mod-list li a,
.yz-light-module .mod-articles-category-title a {
  color: #111111 !important;
  font-weight: 700;
}

.yz-light-module a:hover,
.yz-light-module a:focus {
  color: var(--yz-gold-dark) !important;
  text-decoration: underline;
}

/* =========================================================
   Optional Page-Class Themes
   ========================================================= */

/* Main Yinzerville / Black and Gold */
.yinzerville,
.gold {
  --cassiopeia-color-primary: #050505;
  --cassiopeia-color-hover: #FFB612;
  --cassiopeia-color-link: #9A6A00;
}

/* Fort Pitt Sports variation */
.fort-pitt-sports {
  --cassiopeia-color-primary: #050505;
  --cassiopeia-color-hover: #FFB612;
  --cassiopeia-color-link: #9A6A00;
}

/* Guides N'At variation */
.guides-n-at {
  --cassiopeia-color-primary: #111111;
  --cassiopeia-color-hover: #FFB612;
  --cassiopeia-color-link: #8A5A00;
}

/* Yinzer Stories variation */
.yinzer-stories {
  --cassiopeia-color-primary: #1F1F1F;
  --cassiopeia-color-hover: #FFB612;
  --cassiopeia-color-link: #8A5A00;
}

/* =========================================================
   Images
   ========================================================= */

.float-center.item-image {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* =========================================================
   Kunena / Latest Posts
   ========================================================= */

.klatest-subject a {
  font-weight: bold;
  font-size: 24px;
}

.klatest-posttime,
.klatest-cat,
.klatest-author {
  font-size: 16px;
}

#kunena.layout .kmsg {
  margin: 20px 0;
}

.btn-bump {
  margin-right: 0.5rem;
}

/* =========================================================
   Blockquotes
   ========================================================= */

blockquote {
  font-size: 1.4em;
  width: 100%;
  margin: 10px auto;
  font-style: italic;
  color: #ffffff;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid var(--yz-gold);
  line-height: 1.6;
  position: relative;
  background: var(--yz-black);
  z-index: 0;
}

blockquote::before {
  content: "\201C";
  color: var(--yz-gold);
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: var(--yz-cream);
  font-style: normal;
  font-weight: 400;
  margin-top: 1em;
}

/* Specialty blockquote styles */

blockquote#gold {
  border-left: 8px solid var(--yz-gold);
  background: #111111;
}

blockquote#steel {
  border-left: 8px solid var(--yz-gold);
  background: #353B41;
}

blockquote#sports {
  border-left: 8px solid var(--yz-gold);
  background: #050505;
}

blockquote#slippy {
  border-left: 8px solid var(--yz-gold);
  background: #2B2112;
}

/* Compatibility with previous typo, if used anywhere */
blockquote#organge,
blockquote#orange {
  border-left: 8px solid var(--yz-gold);
  background: #2B2112;
}

/* =========================================================
   JReviews Map
   Keeps map below dropdown menus.
   ========================================================= */

.jrMapModule,
.jrMapviewPage {
  border: 1px solid #e1e1e1;
  width: 100%;
}

/* =========================================================
   Buttons
   ========================================================= */

.btn-primary {
  background-color: var(--yz-gold);
  border-color: var(--yz-gold);
  color: #050505 !important;
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: var(--yz-steel);
  border-color: var(--yz-steel);
}

.btn-secondary {
  background-color: #111111;
  border-color: #353B41;
  color: var(--yz-cream);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #050505;
  background-color: var(--yz-gold);
  border-color: var(--yz-gold);
}

/* =========================================================
   Cassiopeia Header / Menu
   ========================================================= */

/* Dropdown menu background */
.metismenu.mod-menu .mm-collapse {
  color: #050505;
  background-color: var(--yz-gold);
  border-radius: 5px;
  border-top: 3px solid #050505;
}

/* Dropdown menu links */
.metismenu.mod-menu .mm-collapse a,
.metismenu.mod-menu .mm-collapse .metismenu-item > a,
.metismenu.mod-menu .mm-collapse .metismenu-item > button,
.metismenu.mod-menu .mm-collapse .metismenu-item > span {
  color: #050505;
  font-weight: 700;
}

.metismenu.mod-menu .mm-collapse a:hover,
.metismenu.mod-menu .mm-collapse a:focus {
  color: #ffffff;
  background-color: #111111;
}

/* Module list links */
.mod-list li a {
  color: #050505;
}

.mod-list li a:hover,
.mod-list li a:focus {
  color: var(--yz-gold-dark);
}

/* Wider dropdowns for longer menu text/icons */
.container-header .metismenu > li.level-1 > ul {
  min-width: 18rem;
}

/* Top-level menu item alignment */
.metismenu.mod-menu .metismenu-item > a,
.metismenu.mod-menu .metismenu-item > button,
.metismenu.mod-menu .metismenu-item > span {
  align-items: center;
}

/* Main header menu link colors */
.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span,
.container-header .mod-menu > li > button {
  color: #ffffff;
}

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus,
.container-header .mod-menu > li > button:hover,
.container-header .mod-menu > li > button:focus {
  color: var(--yz-gold);
}

/* Optional active menu accent */
.container-header .mod-menu > li.active > a,
.container-header .mod-menu > li.active > span {
  color: var(--yz-gold);
}

/* =========================================================
   Category / Article Cards
   ========================================================= */

.card,
.blog-item,
.com-content-category-blog__item {
  border-radius: 10px;
}

.card-header {
  background-color: #111111;
  color: var(--yz-gold);
  font-weight: 700;
}

.card-header a {
  color: var(--yz-gold);
}

.card-header a:hover,
.card-header a:focus {
  color: var(--yz-cream);
}

/* =========================================================
   Yinzerville Hero CSS
   Use if you create a Yinzerville-specific hero module.
   ========================================================= */

.yz-hero {
  min-height: 460px;
  background-image: url("/images/headers/yinzerville-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
}

.yz-hero__overlay {
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.62);
}

.yz-hero__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 2rem;
  color: #ffffff;
  text-align: center;
}

.yz-hero__content h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.05;
  margin-bottom: 1rem;
  color: #ffffff;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
}

.yz-hero__content p {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 1.75rem;
  color: var(--yz-cream);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.yz-hero__button {
  display: inline-block;
  padding: 0.85rem 1.4rem;
  border: 2px solid var(--yz-gold);
  border-radius: 999px;
  color: #050505;
  text-decoration: none;
  font-weight: 700;
  background: var(--yz-gold);
}

.yz-hero__button:hover,
.yz-hero__button:focus {
  color: #ffffff;
  background: #111111;
  border-color: var(--yz-gold);
  text-decoration: none;
}

/* =========================================================
   Mobile Hero CSS
   ========================================================= */

@media (max-width: 768px) {
  .yz-hero {
    min-height: 400px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }

  .yz-hero__overlay {
    min-height: 400px;
    background: rgba(0, 0, 0, 0.68);
  }

  .yz-hero__content {
    padding: 3rem 1.25rem;
  }

  .yz-hero__content h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .yz-hero__content p {
    font-size: 1.05rem;
  }
}

/* =========================================================
   Room Header / Below-Top Toolbar
   For Yinzerville and Football Fan's Diet child templates
   ========================================================= */

.container-below-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.container-below-top .moduletable,
.container-below-top .mod-custom {
  margin-bottom: 0;
}

.room-logo-module {
  display: flex;
  align-items: center;
}

.room-logo-module img {
  max-height: 90px;
  width: auto;
}

.room-utility-module {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.room-utility-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.room-utility-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.room-utility-links img,
.room-utility-links svg {
  width: 28px;
  height: 28px;
}

.room-utility-links .sw-home-icon img {
  width: 34px;
  height: 34px;
}

Then your utility custom module could look like: