/*
Theme Name: SMJ Steel
Theme URI: https://smjsteel.com
Author: SMJ Steel & Fabrication, INC.
Description: A modern-classical theme for SMJ Steel & Fabrication.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.8
Text Domain: smj-steel
*/

:root {
  --ink: #161615;
  --ink-soft: #3a3936;
  --paper: #f6f3ec;
  --paper-deep: #ece7dc;
  --rule: #d4cec2;
  --steel: #6b7280;
  --bronze: #cc1613;
  --bronze-dark: #9a1612;
  --white: #fffcf7;
  --hero: #1b1b19;
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: "Source Sans 3", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1120px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  padding-bottom: 2.75rem;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--bronze-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ink);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: var(--white);
  padding: 0.5rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  left: 0;
}

.wrap {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin-inline: auto;
}

.kicker {
  margin: 0 0 0.65rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze);
}

h1,
h2,
h3,
.site-title {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  margin: 0 0 1rem;
}

h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.45rem;
  margin: 0 0 0.5rem;
}

p {
  margin: 0 0 1rem;
}

.lede {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 40rem;
}

/* Header */
.site-header {
  position: relative;
  z-index: 40;
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  overflow: visible;
}

.topline {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: var(--hero);
  color: #d8d2c6;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid #33322e;
}

.topline .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  flex-wrap: wrap;
}

.topline a {
  color: #d8d2c6;
  text-decoration: none;
}

.topline a:hover {
  color: var(--white);
}

.site-header .topline {
  display: none;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.45rem 0;
  position: relative;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
  flex: 0 1 auto;
  line-height: 0;
}

.brand-logo {
  display: block;
  height: 5.25rem;
  width: auto;
  max-width: min(22rem, 62vw);
}

.brand-mark {
  display: block;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bronze);
}

.site-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.01em;
}

.site-tagline {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--rule);
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 0.8rem;
  cursor: pointer;
}

.primary-nav > ul {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.primary-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.primary-nav a:hover,
.primary-nav > ul > .current-menu-item > a {
  color: var(--bronze-dark);
}

.primary-nav .menu-item-has-children {
  position: relative;
}

.primary-nav .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.4em;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  vertical-align: middle;
}

.primary-nav .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.55rem;
}

.primary-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 13.75rem;
  margin: 0.15rem 0 0;
  padding: 0.45rem 0;
  list-style: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  box-shadow: 0 12px 28px rgba(22, 22, 21, 0.12);
  z-index: 60;
}

.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu {
  display: flex;
}

.primary-nav .sub-menu a {
  display: block;
  padding: 0.5rem 1.05rem;
  white-space: nowrap;
}

.primary-nav .sub-menu a:hover {
  background: var(--paper);
  color: var(--bronze-dark);
}

.header-actions {
  display: flex;
  align-items: stretch;
  gap: 0.9rem;
  flex-shrink: 0;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1;
  width: auto;
  height: auto;
  min-height: calc(0.78rem * 1.7 + 1.7rem + 2px);
  min-width: calc(0.78rem * 1.7 + 1.7rem + 2px);
  color: var(--bronze-dark);
  text-decoration: none;
  border: 1px solid var(--rule);
  background: var(--white);
}

.header-phone:hover {
  color: var(--white);
  background: var(--bronze-dark);
  border-color: var(--bronze-dark);
}

.header-phone-icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
}

.btn {
  display: inline-block;
  background: var(--ink);
  color: var(--white) !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--ink);
}

.btn:hover {
  background: var(--bronze-dark);
  border-color: var(--bronze-dark);
}

.btn-light {
  background: transparent;
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-light:hover {
  background: var(--white);
  color: var(--ink) !important;
  border-color: var(--white);
}

.header-cta.btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

/* Photos */
.smj-photo,
.gallery-item,
.card-photo img,
.hero-media img {
  display: block;
  width: 100%;
}

.smj-photo img,
.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.smj-photo {
  margin: 0 0 1.5rem;
  border: 1px solid var(--rule);
}

.smj-photo figcaption,
.gallery-item figcaption {
  margin: 0;
  padding: 0.55rem 0.8rem 0.65rem;
  background: var(--white);
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.card-photo {
  padding: 0;
  overflow: hidden;
}

.card-photo img {
  height: 11.5rem;
  object-fit: cover;
}

.card-photo .card-body {
  padding: 1.15rem 1.3rem 1.25rem;
}

.card-photo .card-body p:last-child {
  margin-bottom: 0;
}

.gallery-item {
  margin: 0;
  border: 1px solid var(--rule);
  background: var(--white);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  background: var(--paper-deep);
}

.gallery-item figcaption {
  flex: 1;
}

.entry h2.gallery-head {
  margin-top: 2.35rem;
}

.entry h2.gallery-head + p {
  margin-bottom: 1.15rem;
}

.service-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: start;
  margin: 0 0 2.25rem;
  scroll-margin-top: 1.25rem;
}

.service-block .smj-photo {
  margin: 0;
}

.service-block .smj-photo img,
.split .smj-photo img {
  height: 16.5rem;
  object-fit: cover;
}

@media (max-width: 760px) {
  .service-block {
    grid-template-columns: 1fr;
  }
}

/* Hero */
.hero {
  position: relative;
  background-color: var(--hero);
  color: var(--paper);
  padding: clamp(4.5rem, 10vw, 7.5rem) 0;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.62) contrast(1.04);
}

.hero-slideshow img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.hero-slideshow img.is-active {
  opacity: 1;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(232, 225, 212, 0.5);
  background: rgba(27, 27, 25, 0.48);
  color: #efe8dc;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.hero-arrow span {
  display: block;
  margin-top: -0.12em;
}

.hero-arrow:hover,
.hero-arrow:focus {
  background: rgba(27, 27, 25, 0.72);
  border-color: var(--bronze);
  color: #fff;
  outline: none;
}

.hero-prev {
  left: 0.75rem;
}

.hero-next {
  right: 0.75rem;
}

.hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.hero-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #c5bfb3;
  background: transparent;
  cursor: pointer;
}

.hero-dot.is-active {
  background: var(--bronze);
  border-color: var(--bronze);
}

.hero-dot:focus {
  outline: 1px solid var(--bronze);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .hero-arrow {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.55rem;
  }
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(27, 27, 25, 0.78) 0%, rgba(27, 27, 25, 0.28) 55%, rgba(27, 27, 25, 0.18) 100%);
}

.hero .wrap {
  position: relative;
  z-index: 2;
}

.home-about {
  max-width: 40rem;
}

.home-about h2 {
  margin-bottom: 0.75rem;
}

.hero h1,
.hero .kicker {
  color: #e8e1d4;
}

.hero h1 {
  max-width: 22em;
  white-space: nowrap;
}

.hero .lede {
  color: #c5bfb3;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.rule {
  width: 3.2rem;
  height: 1px;
  background: var(--bronze);
  border: 0;
  margin: 0 0 1.25rem;
}

.hero .rule {
  background: var(--bronze);
}

/* Sections */
.section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.section-muted {
  background: var(--paper-deep);
}

.section-dark {
  background: #5c5348;
  color: #fffcf7;
  font-size: 1.2rem;
}

.section-dark .kicker {
  color: #f0d7a0;
  font-size: 0.88rem;
}

.section-dark h2,
.section-dark h3 {
  color: #fffcf7;
  font-size: clamp(2.05rem, 3.8vw, 2.95rem);
}

.section-dark .lede {
  color: #fffcf7;
  font-size: 1.35rem;
}

.section-dark .btn {
  font-size: 0.88rem;
  padding: 1rem 1.5rem;
  background: #fffcf7;
  color: #161615 !important;
  border-color: #fffcf7;
}

.section-dark .btn:hover {
  background: #e8c98a;
  border-color: #e8c98a;
  color: #161615 !important;
}

.section-dark .btn-light {
  background: transparent;
  color: #fffcf7 !important;
  border-color: #fffcf7;
}

.section-dark .btn-light:hover {
  background: #fffcf7;
  color: #161615 !important;
  border-color: #fffcf7;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 1.5rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1.5rem 1.4rem 1.3rem;
}

.card h3 {
  font-size: 1.55rem;
}

.card p:last-child {
  margin-bottom: 0;
}

.num {
  display: block;
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--bronze);
  margin-bottom: 0.35rem;
}

.placeholder-panel {
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  background:
    repeating-linear-gradient(
      90deg,
      #2a2a27,
      #2a2a27 18px,
      #32322e 18px,
      #32322e 19px
    );
  color: #d8d2c6;
  border: 1px solid #3a3a36;
}

.placeholder-panel strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: #efe8dc;
}

.placeholder-panel span {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.note {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.placeholder-flag {
  display: none;
}

.page-hero {
  padding: 3rem 0 1.5rem;
  border-bottom: 1px solid var(--rule);
}

.entry {
  padding: 2.5rem 0 4rem;
}

.entry .wrap > *:first-child {
  margin-top: 0;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.entry:has(.contact-layout) {
  padding-top: 1.25rem;
}

.entry:has(.contact-layout) .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.72fr);
  column-gap: 2.25rem;
  row-gap: 1.25rem;
  align-items: start;
}

.entry:has(.contact-layout) > .wrap > .kicker,
.entry:has(.contact-layout) > .wrap > h1,
.entry:has(.contact-layout) > .wrap > .rule {
  display: none;
}

.contact-layout {
  display: contents;
}

.entry:has(.contact-layout) .wpcf7 {
  grid-column: 1;
  order: 1;
  margin: 0;
}

.contact-box {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1.6rem;
}

.entry:has(.contact-layout) .contact-box {
  grid-column: 2;
  grid-row: 1 / span 4;
  order: 2;
  position: sticky;
  top: 1rem;
  margin-top: 0;
}

.contact-copy {
  grid-column: 1;
  order: 3;
}

.contact-copy h2 {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.contact-copy .lede {
  margin-top: 0;
}

.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.35rem;
}

.contact-box .btn {
  display: block;
  text-align: center;
  margin: 0.35rem 0 0.95rem;
  padding: 0.75rem 1rem;
}

.contact-box p {
  margin: 0 0 0.85rem;
}

.contact-box .label,
.contact-box .label,
.site-footer .label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
  margin: 0;
}

.contact-box .label {
  margin-bottom: 0.15rem;
}

/* Forms */
.wpcf7-form label,
.wpcf7-form p {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  margin: 0.35rem 0 0.9rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--rule);
  background: var(--white);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
  color: var(--ink);
}

.wpcf7-form textarea {
  min-height: 8rem;
}

.contact-layout .wpcf7-form textarea,
.entry:has(.contact-layout) .wpcf7-form textarea {
  min-height: 5.5rem;
}

.contact-layout .wpcf7-form input[type="text"],
.contact-layout .wpcf7-form input[type="email"],
.contact-layout .wpcf7-form input[type="tel"],
.contact-layout .wpcf7-form select,
.contact-layout .wpcf7-form textarea,
.entry:has(.contact-layout) .wpcf7-form input[type="text"],
.entry:has(.contact-layout) .wpcf7-form input[type="email"],
.entry:has(.contact-layout) .wpcf7-form input[type="tel"],
.entry:has(.contact-layout) .wpcf7-form select,
.entry:has(.contact-layout) .wpcf7-form textarea {
  margin-bottom: 0.65rem;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: 1px solid var(--bronze);
  border-color: var(--bronze);
}

.wpcf7-submit {
  background: var(--ink);
  color: var(--white);
  border: 0;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9rem 1.4rem;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: var(--bronze-dark);
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-weight: 400;
}

/* Footer */
.site-footer {
  background: #2f2b26;
  color: #f3ead8;
  padding: 1.6rem 0 1rem;
  line-height: 1.45;
  font-size: 1.05rem;
}

.site-footer a {
  color: #fffcf7;
  text-decoration: none;
}

.site-footer a:hover {
  color: #e8c98a;
}

.site-footer h2,
.site-footer h3 {
  color: #fffcf7;
  font-size: 1.35rem;
  margin: 0 0 0.3rem;
  line-height: 1.15;
}

.site-footer p {
  margin: 0 0 0.4rem;
  line-height: 1.35;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.9fr;
  gap: 1.1rem 2.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #33322e;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-grid li {
  margin: 0;
  padding: 0;
  line-height: 1.35;
}

.copyright {
  padding-top: 0.65rem;
  font-size: 0.82rem;
  color: #9c968b;
}

/* Blog leftovers */
.site-main .post,
.search-results .post {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 860px) {
  .grid-2,
  .grid-3,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .entry:has(.contact-layout) .wrap {
    grid-template-columns: 1fr;
  }

  .entry:has(.contact-layout) .wpcf7,
  .entry:has(.contact-layout) .contact-copy,
  .entry:has(.contact-layout) .contact-box {
    grid-column: 1;
    grid-row: auto;
  }

  .entry:has(.contact-layout) .wpcf7 {
    order: 1;
  }

  .entry:has(.contact-layout) .contact-copy {
    order: 2;
  }

  .entry:has(.contact-layout) .contact-box {
    position: static;
    margin-top: 0;
    order: 3;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 52;
    padding: 0.85rem 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }

  .header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    gap: 0.75rem 0.7rem;
  }

  .brand {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .brand-logo {
    max-width: min(22rem, 88vw);
  }

  .header-actions {
    flex: 1 1 auto;
    margin-left: 0;
    justify-content: flex-start;
    gap: 0.55rem;
    min-width: 0;
  }

  .header-cta {
    display: inline-flex;
    flex: 1 1 auto;
    justify-content: center;
    padding: 0.85rem 0.85rem;
    letter-spacing: 0.08em;
  }

  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 51;
    background: var(--white);
    border-bottom: 1px solid var(--rule);
    padding: 0.75rem var(--pad) 1rem;
    box-shadow: 0 10px 24px rgba(22, 22, 21, 0.12);
  }

  .primary-nav a {
    color: var(--ink);
  }

  .primary-nav a:hover,
  .primary-nav > ul > .current-menu-item > a {
    color: var(--bronze-dark);
  }

  .primary-nav .menu-item-has-children::after {
    display: none;
  }

  .primary-nav .menu-item-has-children > a::after {
    display: none;
  }

  .primary-nav .sub-menu {
    display: flex;
    position: static;
    transform: none;
    min-width: 0;
    margin: 0.35rem 0 0.15rem;
    padding: 0 0 0 0.85rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 0.45rem;
  }

  .primary-nav .sub-menu a {
    padding: 0.15rem 0;
  }

  .primary-nav .sub-menu a:hover {
    background: transparent;
  }

  .site-header {
    position: relative;
    z-index: 40;
    overflow: visible;
  }

  .nav-open .primary-nav {
    display: block;
  }

  .primary-nav > ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
}

@media (max-width: 640px) {
  .brand-logo {
    height: 4.1rem;
  }

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .topline .wrap {
    font-size: 0.72rem;
    justify-content: center;
    text-align: center;
  }

  body {
    padding-bottom: 3.75rem;
  }
}
