body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}

#footer {
  background-color: #232323 !important;
}

.text-justify {
  text-align: justify !important;
}

.modal-custom-discografia {
  max-height: 75vh !important;
}

p > span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.custom-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}

.custom-editor-1 span {
  font-size: inherit !important;
  font-family: inherit !important;
}

.custom-editor-1 p {
  margin-bottom: 8px;
}

.resume-item * {
  margin: 0;
}

/* news dettaglio */
.quote-wrapper {
  position: relative;
  padding: 40px 0px;
}

.quote-wrapper::before {
  content: "\f6b0";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  color: #7cb8fc;
}

.quote-wrapper::after {
  content: "\f6b0";
  font-family: "bootstrap-icons";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 32px;
  color: #7cb8fc;
  transform: rotate(180deg);
}
/* news dettaglio */

/* btn custom */
.btn-custom {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #003b76;
  color: #ffffff;
  border: none;
  transition: background-color 0.25s ease, transform 0.2s ease;
  text-decoration: none;
}

.btn-custom:hover {
  background-color: #0052a3;
  color: #ffffff;
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-custom:active {
  background-color: #002b56;
  transform: translateY(0);
}
/* 
.btn-custom:focus {
  outline: 3px solid rgba(0, 123, 255, 0.45);
  outline-offset: 3px;
} */
/* btn custom */

.scroll-down-arrow {
  display: inline-block;
  color: #000;
  text-decoration: none;
  z-index: 5;
}

.scroll-down-arrow svg {
  animation: bounceDown 1.2s infinite ease-in-out;
}

@keyframes bounceDown {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(6px);
  }

  55% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(0);
  }
}

/* richieste martino */
#header,
#footer {
  background-color: #333f48 !important;
}

.hero:before {
  background: color-mix(in srgb, var(--background-color), transparent 45%) !important;
}

.border.border-3.border-black {
  border-color: #333f48 !important;
}
/* richieste martino */
