@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*---------------------------------------
  COLORI E GRANDEZZE FONT             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #be0000;
  --secondary-color:              #5a6f80;
  --section-bg-color:             #dbe3e9;  
  --site-footer-bg-color:         #44525d;
  --custom-btn-bg-color:          #597081;
  --custom-btn-bg-hover-color:    #5bc1ac;
  --dark-color:                   #000000;
  --p-color:                      #454545;
  --border-color:                 #e9eaeb;

  --body-font-family:             'Metropolis', sans-serif;

  --h1-font-size:                 52px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 25px;
  --h6-font-size:                 22px;
  --p-font-size:                  17px;
  --btn-font-size:                18px;
  --social-font-size:             18px;
  --copyright-font-size:          16px;
  
  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/


h1 {
  color: var(--secondary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h3 {
  color: var(--secondary-color);
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h4 {
  color: var(--secondary-color);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h6 {
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  LAYOUT E SEZIONI
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.contenitore-testo {
  margin-bottom: 24px;
  padding: 10px;
}

.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0rem 1.6rem rgba(0,0,0,.200);
}

.stile-immagine-azienda {
  display: block;
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: auto;
  object-fit: unset; 
}

blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 90px 50px 50px 50px;
  text-align: center;
}

blockquote::before {
  content: "“";
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}


/*---------------------------------------
  HEADER E NAVIGAZIONE
-----------------------------------------*/
.site-header {
  background: var(--primary-color);
  padding-top: 4px;
  padding-bottom: 1px;
}

.site-header .social-icon {
  text-align: right;
}

.site-header .social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
  font-size: 16px;
}

.navbar {
  background: var(--white-color);
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  width: 250px;
  height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

.link-pagina-corrente {
  color: var(--primary-color);
}

/* Dropdown Menu */
.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  max-width: 50px;
  padding: 0;
  margin-top: 20px;
}

.dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  padding-top: 0;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SLIDESHOW HOME
-----------------------------------------*/
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: 0; 
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mySlides {
    display: none;
    width: 100%;
    height: calc(100vh - 160px);
    position: relative;
}

.slide-image {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.fade-effect {
    animation-name: customFadeEffect;
    animation-duration: 2.5s;
}

@keyframes customFadeEffect {
    from {opacity: .4} 
    to {opacity: 1}
}

/* Navigazione Slideshow */
.slide-prev, .slide-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    color: var(--white-color);
    font-size: 40px;
    transition: 0.3s ease;
    user-select: none;
    z-index: 10; 
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.slide-next { right: 20px; }
.slide-prev { left: 20px; }
.slide-prev:hover, .slide-next:hover { color: var(--primary-color); }

/* Dots Slideshow */
.contenitore-dot {
    text-align:center;    
    padding: 20px 0;    
    background-color: #f1f6f8;
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot-active, .dot:hover { background-color: var(--primary-color); }

/* Caption Slideshow */
.slide-caption-container {
    position: absolute;
    top: 0;
    left: 0;
    width: auto; 
    height: 100%;
    display: flex;
    align-items: center; 
    padding: 20px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
}


.slide-caption {
    color: var(--white-color);
    padding: 70px;
	margin-right: 30px;
    max-width: 450px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.8s ease-out;
}

.slide-caption.slide-in {
    transform: translateX(0);
    opacity: 1;
}

.slide-caption h2 {
    color: var(--white-color);
    font-size: 3rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.slide-caption p {
    color: var(--white-color); 
    font-size: 1.25rem;
    line-height: 1.6;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}


/*---------------------------------------
  IMMAGINI PRODOTTI HOME
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-image { 
  transform: scale(0.75); 
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}

/*---------------------------------------
  CONTATTI E FORM
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info {
  padding-left: 15px;
}

.contact-image-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.custom-form .form-control {
  background-color: var(--white-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--primary-color);
  border-color: transparent;
}

/* stile tasto torna indietro */
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}



/*---------------------------------------
  PRODOTTI E GALLERIA
-----------------------------------------*/
.padding-lista-prodotti {
  padding-top: 10px;
  padding-bottom: 10px;
}

.stile-immagine-grande {
  display: block;
  width: 100%;
  height: auto; 
  object-fit: unset; 
}


/*---------------------------------------
    Contenitore dati tecnici prodotti 
----------------------------------------*/

  /* Blocco per contenitore con colonne singole tipo i P.A.S. */
.product-data-list-singola {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.data-key-singola {
  flex-basis: 60%;
  flex-shrink: 0; 
  margin-right: 10px;
  font-weight: var(--font-weight-bold);
}

  /* Da qui parte il blocco per contenitore con più colonne  */
.product-data-list {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.data-item {
  display: flex;
  justify-content: space-between; 
  padding: 6px 10px; 
  border-bottom: 1px solid var(--border-color); 
}

.data-key {
  flex-basis: 35%;
  flex-shrink: 0; 
  margin-right: 10px;
  font-weight: var(--font-weight-bold);
}

.data-value {
  flex-grow: 1;
  text-align: center; 
}

/* --- Scroll mobile con ombre fisse ai lati ------- */

.product-data-wrapper {
  position: relative;
}

.product-data-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--white-color);
  border-radius: 8px;
}

/* Ombre laterali fisse */
.product-data-wrapper::before,
.product-data-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.product-data-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.15), transparent);
  opacity: var(--left-opacity, 0);
}

.product-data-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.15), transparent);
  opacity: var(--right-opacity, 1);
}


/*-------------------------------------------------
    Contenitore scorrevole miniature galleria
---------------------------------------------------*/
.gallery-container {
  display: flex;
  align-items: center; 
  position: relative;
  max-width: 1000px; 
  margin: 5px auto; 
}

.gallery-carousel {
  display: flex; 
  overflow-x: auto; 
  scroll-behavior: smooth;
  white-space: nowrap; 
  flex-grow: 1; 
  gap: 10px; 
  padding: 10px 0; 
  
  /* Nasconde la barra di scorrimento su tutti i browser */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Regola per nascondere la scrollbar su Webkit (Chrome, Safari) */
.gallery-carousel::-webkit-scrollbar {
  display: none;
}

.scroll-button {
  background: none;
  color: var(--p-color);
  border: none;
  cursor: pointer;
  padding: 10px;
  margin: 0 5px;
  font-size: 30px;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-button:hover {
  color: var(--primary-color);
}

/* --- Stile miniature galleria ------- */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px auto;
  max-width: 1000px;
}

.gallery-item {
  width: auto;
  height: 122px;
  margin: 5px;
  object-fit: cover;
  cursor: pointer;
  padding: 4px;
  border: 3px solid var(--section-bg-color);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
  padding: 4px;
  border: 3px solid var(--primary-color);
}


/*---------------------------------------
    Galleria Lightbox 
----------------------------------------*/
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);

  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  border: none;
  background: transparent;
  transition: 0.3s;
  user-select: none;
}

.prev:hover, .next:hover {
  color: #aaa;
}

.prev { left: 10%; }
.next { right: 10%; }


.caption {
  color: #ccc;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  max-width: 80%;
  line-height: 1.4;
  opacity: 0;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade {
  animation: fadeIn 0.5s ease forwards;
}



/*---------------------------------------
  FOOTER
-----------------------------------------*/
.site-footer {
  background-color: var(--site-footer-bg-color);
  padding-top: 70px;
}

.site-footer-bottom {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.site-footer-bottom a { 
  color: var(--white-color); 
}

.site-footer-link, .footer-menu-link {
  font-size: var(--p-font-size);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  text-align: center;
}

/* Icone Social nel Footer */
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--social-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}



/*---------------------------------------
  COOKIE BANNER
-----------------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
  z-index: 1000;
  font-family: sans-serif;
}

.cookie-banner p {
  margin: 0 0 10px;
}

.cookie-banner a {
  color: var(--primary-color);
}

.cookie-banner button {
  margin-right: 10px;
  padding: 8px 12px;
  border: none;
  background-color: #be0000;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}


/*---------------------------------------
  MEDIA QUERIES (RESPONSIVE)
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block { min-height: inherit; }
}

@media screen and (max-width: 991px) {
  h1 { font-size: 42px; }
  h2 { font-size: 36px; }
  h3 { font-size: 32px; }
  h4 { font-size: 28px; }
  h5 { font-size: 20px; }
  h6 { font-size: 18px; }


  .section-padding { padding-top: 50px; padding-bottom: 50px; }

  .navbar { padding-top: 6px; padding-bottom: 6px; }
  .navbar-expand-lg .navbar-nav { padding-bottom: 30px; }
  .navbar-expand-lg .navbar-nav .nav-link {  padding: 8px 20px; }
  .dropdown:hover .dropdown-menu { display: block; position: relative; margin-top: 5px; margin-bottom: 20px; left: 20px; }
  
  .slide-caption h2 { font-size: 2.5rem; }
  .slide-caption p { font-size: 1.1rem; }
  
  .site-header .social-icon { text-align: left; margin-top: 5px; }
  
  .custom-text-box, .contact-form { padding: 20px; }
}

@media screen and (max-width: 768px) {
  
  .mySlides { min-height: 70vh; }
  .slide-image { height: calc(100vh - 160px);     
}
    
  .slide-caption-container {
      width: 100%;
      height: auto;
      bottom: 0; 
      top: auto; 
      padding: 20px 0; 
      background-color: rgba(0, 0, 0, 0.6); object-position: none;
      clip-path: none;
  }
  
  .slide-caption {
      max-width: 100%;
      padding: 20px;
      text-align: left; 
  }

  .slide-caption h2 { font-size: 2rem; margin-bottom: 0.5rem; }
  .slide-caption p { font-size: 1rem; display: block; }

  .slide-prev, .slide-next { top: 36%; }

  .product-data-scroll {
    border: 1px solid var(--border-color);
  }

  .product-data-list {
    display: inline-flex; /* Abilita lo scroll orizzontale */
    min-width: 500px;    /* Forza la larghezza minima per lo scroll */
  }

  .data-value {
    text-align: center; 
    min-width: 80px;
    white-space: wrap;
	margin-right: 10px;
  }
}


@media screen and (max-width: 580px) {
  .gallery-item { height: 69px; padding: 3px; border: 2px solid var(--section-bg-color); }
  .gallery-item:hover { padding: 3px; border: 2px solid var(--primary-color); }

 .copyright-text { font-size: 14px; }

}

@media screen and (max-width: 480px) {
  h1 { font-size: 34px; }
  h2 { font-size: 27px; }
  h3 { font-size: 23px; }
  h4 { font-size: 22px; }
  h5 { font-size: 21px; }
 
  
  .slide-caption h2 { font-size: 1.6rem; margin-bottom: 0.5rem; }
  .slide-caption p { font-size: 1rem; display: block; }
}