/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @font-face {
    font-family: "Remote-regular"; /* Font name to use in CSS */
    src: url("../fonts/CALMType-Regular.otf") format("opentype"),
      url("../fonts/CALMType-Regular.woff") format("woff"),
      url("../fonts/CALMType-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Remote-bold"; /* Font name to use in CSS */
    src: url("../fonts/Remote-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
  a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  a:focus {
    outline: none !important;
  }
  
  /*
       * Remove text-shadow in selection highlight:
       * https://twitter.com/miketaylr/status/12228805301
       *
       * Vendor-prefixed and regular ::selection selectors cannot be combined:
       * https://stackoverflow.com/a/16982510/7133471
       *
       * Customize the background color to match your design.
       */
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
       * A better looking default horizontal rule
       */
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
       * Remove the gap between audio, canvas, iframes,
       * images, videos and the bottom of their containers:
       * https://github.com/h5bp/html5-boilerplate/issues/440
       */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
       * Remove default fieldset styles.
       */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
       * Allow only vertical resizing of textareas.
       */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
         Navbar
         ========================================================================== */
  .horizontal-line {
    display: flex;
    align-items: center;
    min-width: 15px;
  }
  .horizontal-line2 {
    display: flex;
    align-items: center;
    height: 2px;
    min-width: 30px;
    max-width: 50px;
    background-color: black;
    margin: 0 auto; /* Center the line horizontally */
  }
  .horizontal-line3 {
    display: flex;
    align-items: center;
    min-width: 60px;
  
    height: 2px;
    background-color: black;
    margin: 0 auto; /* Center the line horizontally */
  }
  
  .changing-element {
    max-width: 120vh;
    transition: width 0.3s ease-in-out;
  }
  
  .logo a {
    text-decoration: none;
    color: #000;
  }
  .start-letter {
    position: fixed;
  }
  .start-letter,
  .end-letter {
    font-size: 18px;
  
    z-index: 1003;
    background-color: #bcff00;
    padding: 5px;
  }
  .middle-letter {
    font-size: 18px;
    margin-left: 25px;
  
    background-color: #bcff00;
    padding: 10px;
    z-index: 1003;
    display: flex;
  }
  .middle-letter2 {
    z-index: 1003;
    font-size: 18px;
  
    background-color: #bcff00;
    padding: 10px;
  
    display: flex;
  }
  .horizontal-line {
    position: sticky;
  
    height: 2px;
    background-color: black;
    margin: 0 auto; /* Center the line horizontally */
  }
  
  .horizontal-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5%;
    height: 2px;
    background-color: rgb(0, 0, 0); /* Change the line color */
    transform: translateY(-50%); /* Center the line vertically */
  }
  hr {
    flex: 1;
    border: none;
    position: relative;
    width: 60vw;
    z-index: 1002;
    margin-top: 20px;
    border-top: 2px solid #000000;
  }
  body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
  }
  
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw);
    background-color: #bcff00;
    font-family: "Remote-regular", sans-serif;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 40px;
    z-index: 1000;
    border-bottom: #000 1px solid;
  }
  
  .logo {
    font-size: 24px;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    margin-right: 30px;
    font-weight: lighter;
    padding: 0;
  }
  
  .nav-links li {
    text-align: left;
    margin-right: 20px;
  }
  .toggleBtn {
    cursor: pointer;
  }
  .nav-links a {
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-decoration: none;
  }
  .nav-links a:hover {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-decoration: none;
  }
  
  .burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 50px 50px 50px 30px;
    -webkit-tap-highlight-color: transparent;
  }
  
  .line {
    width: 25px;
    height: 2px;
    margin-top: -3px;
    background-color: rgb(0, 0, 0);
  }
  
  /* Your existing styles */
  
  /* New styles for the full-screen burger menu */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
  }
  
  .burger.active + .overlay {
    display: block;
  }
  
  .nav-links-burger {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    padding-inline-start: 0;
  }
  .nav-links-burger a {
    color: rgb(0, 0, 0);
    font-size: 40px;
    display: flex;
    text-align: center;
    text-decoration: none;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #bcff00;
    z-index: 1002;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    overflow-y: auto; /* Enable scrolling for the menu */
  }
  
  .burger.active + .overlay .menu {
    transform: translateX(0);
  }
  
  /* Close button styles */
  .close-btn {
    position: absolute;
    top: -30px;
    right: 10px;
    padding: 45px 20px 50px 50px;
    cursor: pointer;
  }
  
  .close-btn .line {
    width: 25px;
    height: 2px;
    margin-top: 12px;
  
    background-color: #fff;
  }
  
  /* Media query for responsiveness */
  @media screen and (max-width: 1200px) {
    /* Adjust styles for smaller screens */
    .navbar {
      width: calc(100vw);
    }
    .changing-element {
      width: 100vh;
      transition: width 0.3s ease-in-out;
    }
    .horizontal-line {
      min-width: 8vw;
      max-width: 4vw;
    }
    .horizontal-line2 {
      min-width: 6vw;
      max-width: 4vw;
    }
    .horizontal-line3 {
      min-width: 8vw;
      max-width: 8vw;
    }
    .middle-letter,
    .middle-letter2 {
      margin-left: 1px;
      padding: 5px;
    }
  }
  
  /* Media query for responsiveness */
  @media screen and (max-width: 1200px) {
    .nav-links {
      display: none;
      flex-direction: column;
      background-color: #333;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      padding: 0;
    }
  
    .nav-links.active {
      display: flex;
    }
  
    .burger {
      display: flex;
    }
  }
  
  /* ==========================================================================
         Hero
         ========================================================================== */
  video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Adjust the height as needed */
  overflow: hidden;
}

.video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  width: 100vw;
  height: 100%;
  position: absolute;
  display: flex;

  justify-content: flex-start; /* Align items to the left */
  align-items: flex-end;
}
.hero h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
  .sticky-section {
    height: 60vh;
    background-color: #eaeef4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  #section1 {
    background-image: url("../img/truck_2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .parallax-section {
    height: 100%; /* 100% of the viewport height */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
    position: relative;
  }
  #section2 {
    background-color: #fff;
  }
  .hero-bg {
    height: 100vh;
    background-image: url("../img/truck_2.jpg");
    background-size: cover;
  
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
  }
  .hero-content {
    width: 80vw;
    height: 60vh;
    position: absolute;
    display: flex;
  
    justify-content: flex-start; /* Align items to the left */
    align-items: flex-end;
  }
  .hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .hero p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .cta-button {
    z-index: 999;
    display: inline-block;
    background-color: #bcff00;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-family: "Remote-regular";
    padding: 20px 30px;
    text-decoration: none;
    border: #000 1px;
    transition: background-color 0.2s ease;
  }
  
  .cta-button:hover {
    background-color: #fff;
  }
  /* Media query for responsiveness */
  @media screen and (max-width: 1000px) {
    /* Adjust styles for smaller screens */
    .parallax-section {
      height: 100%; /* 100% of the viewport height */
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 900;
      position: relative;
    }
    #section1 {
      background-image: url("../img/truck_2.jpg");
      background-repeat: repeat-x;
  
      background-size: cover;
      margin-top: 60px;
      background-position: top;
    }
    .sticky-section {
      height: 40vh;
      background-color: #fff;
    }
    .hero-bg {
      background-image: url("../img/truck_2.jpg");
      background-size: contain;
      background-color: #fff;
      margin-top: 40px;
      background-position: center;
      background-repeat: no-repeat;
      width: 100vw;
      height: 100%;
    }
  }
  /* ==========================================================================
         2 Collumn
         ========================================================================== */
  .two-column-section {
    display: flex;
    font-family: "Remote-regular";
    justify-content: center;
  
    margin: 0 auto;
    padding: 20px;
  }
  .press {
    font-weight: normal;
  }
  .column-title h3 {

    max-width: 50%;
    font-size:24px;
    display: flex;
    font-family: "Remote-regular";
    justify-content: center;
  text-align: center;
    margin: 0 auto;

  }
  .button {
    padding: 10px 20px;
  
    font-size: 20px;
    background-color: #bcff00;
    text-decoration: none;
    color: black;
    border: none;
  
    cursor: pointer;
  }
  .button:hover {
    padding: 10px 20px;
    font-size: 20px;
    background-color: #fff;
    border: #bcff00 solid 2px;
    text-decoration: none;
    color: black;
    border: none;
  
    cursor: pointer;
  }
  .small {
    text-align: left;
  }
  .column {
    flex: 1;
    padding: 20px;
  }
  
  .column-big {
    flex: 1; /* Make this column three times bigger */
    margin: 0 50px 0 50px;
  }
  .column-title {
    flex: 3;
  }
  p,
  h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tag-position {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
  }
  .info-tag {
    font-family: "Remote-regular";
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: none;
    border: #000 1px solid;
    color: #000;
    padding: 5px 10px 5px 10px;
  }
  
  .column-title h2 {
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    margin-top: 0;
    font-weight: normal;
    padding: 3%;
    margin-bottom: 10px;
  }
  
  .column li {
    list-style-type: none;
    display: inherit;
    font-size: 16px;
    line-height: 20px;
  }
  .press {
    font-size: 16px;
    line-height: 20px;
    margin-right: 0px;
    color: #ff3ec9;
  }
  .truck_1,
  .truck_2,
  .truck_3,
  .truck_4,
  .truck_5,
  .truck_6,
.truck_0,
  .deferlante_8{
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 34px;
  }
  
  .frictions4 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
  }
  .expo-event2,
  .expo-event3 {
    color: #000;
    text-decoration-color: black;
  }
  .titre-credit {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
  }
  .titre-credit-pink {
    color: #ff3ec9;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
  }
  ol.credit{
    margin-top: 0;
  }

  .credit li {
    font-size: 16px;
    line-height: 20px;
    margin-right: 0px;
    padding-bottom: 16px;
    color: #ff3ec9;
  }
  .credit a {
    font-size: 16px;
    color: #ff3ec9;
    text-align: left;
    margin-right: 0px;
    padding-bottom: 5px;
  }
  .pink-link {
    color: #000;
  }
  .arrow-black {
    color: #000;
  }
  .arrow-pink {
    color: #ff3ec9;
  }
  .link-artist {
    color: #000;
  }
  ol {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  
  .image-expo {
    width: 100%;
    padding-top: 5%;
  }
  
  .caption {
    color: #c1c1c1;
    padding-bottom: 5%;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .label {
    margin-bottom: 20px;
    text-align: left;
    color: #ff3ec9;
  }
  @media (max-width: 700px) {
    .order-lg-1 {
      order: 1;
    }
    .order-lg-2 {
      order: 2;
    }
    .order-lg-3 {
      order: 3;
    }
  }
  /* Media query for responsiveness */
  @media screen and (max-width: 768px) {
    /* Adjust styles for smaller screens */
    .two-column-section {
      display: flex;
      font-family: "Remote-regular";
      justify-content: center;
      max-width: 100vw;
      flex-direction: column;
      margin: 0 auto;
      padding: 20px;
    }
    .column-title h2 {
      font-size: 40px;
      line-height: 42px;
      padding-top: 50px;
    }
    .truck_1,
    .truck_2,
    .truck_3,
    .truck_4,
    .truck_5,
    .truck_6,
.truck_0,
    .deferlante_8 {
      font-size: 20px;
      line-height: 22px;
    }
    .column {
      flex: 1;
      padding: 20px;
  
      margin: 0 10px;
    }
  
    .column-big {
      flex: 1; /* Make this column three times bigger */
      text-align: center;
    }
  
    #tag {
      font-size: 16px;
    }
  }
  
  .carousel-container {
    margin-top: 30px;
  }
  
  /* Style for the carousel container */
  .carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; /* Set the desired width */
    margin: 0 auto; /* Center the carousel */
    overflow: hidden;
  }
  
  /* Style for individual carousel items */
  .carousel-item {
    width: 100%; /* Set the width of each item */
  }
  .carousel-item img {
    display: block; /* Make the image a block element */
    margin: 0 auto;
  }
  /* Style for labels */
  .label {
    font-size: 16px;
    margin-top: 10px;
  }
  .gallery-image,
  .zone-btn {
    cursor: pointer;
  }
  
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1); /* White with opacity */
    z-index: 9999; /* Higher value than your navbar */
  }
  
  .overlay-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left; /* Align description to the left */
    display: flex;
    flex-direction: column; /* Stack image and description vertically */
    align-items: center; /* Center horizontally */
    background-color: white;
    padding: 20px;
  
    max-width: 90%;
    max-height: 90vh; /* Adjust the maximum height as needed */
    overflow: hidden;
  }
  
  #overlay-image {
    /* Adjust the maximum width as needed */
  
    max-height: 70vh; /* Ensure the image doesn't exceed its container's height */
    object-fit: contain; /* Preserve aspect ratio and fit within the max dimensions */
    flex: 1;
    margin-bottom: 20px;
  }
  .zone-btn {
    position: absolute;
    top: 0px; /* Adjust the top distance as needed */
    right: 0px; /* Adjust the right distance as needed */
    padding: 30px 30px;
  }
  
  .close-button {
    display: inline;
    top: 30px; /* Adjust the top distance as needed */
    right: 30px; /* Adjust the right distance as needed */
    padding: 1px 30px;
    margin: 30px;
    background-color: #000;
    width: 30px;
    color: black;
    border: none;
    cursor: pointer;
    z-index: 19999;
  }
  
  .close-button:hover {
    margin: 30px;
    background-color: #ff3ec9;
  }
  .image-description {
    width: 50%;
    text-align: center;
    text-justify: auto;
    margin-top: 20px;
  
    color: #ff3ec9;
    font-size: 16px;
    font-weight: normal;
  }
  @media (max-width: 768px) {
    .carousel-item img {
      max-width: 100%;
      height: auto;
    }
    .credit {
      width: 100%;
    }
    #overlay-image {
      /* Adjust the maximum width as needed */
      width: 40vh; /* Ensure the image doesn't exceed its container's width */
      max-height: 70vh; /* Ensure the image doesn't exceed its container's height */
      object-fit: contain; /* Preserve aspect ratio and fit within the max dimensions */
      flex: 1;
      margin-bottom: 20px;
    }
    .image-description {
      width: 100%;
      text-align: center;
      text-justify: auto;
      margin-top: 20px;
  
      color: #ff3ec9;
      font-size: 12px;
      line-height: 14px;
      font-weight: normal;
    }
  }
  
  /* New styles for footer */
  .footer {
    background-color: #c1c1c1;
    color: white;
    font-family: "Remote-regular";
    padding: 40px 0;
    display: flex;
    line-height: 1.2;
  
    flex-wrap: wrap; /* Wrap columns on smaller screens */
    flex-direction: row;
  }
  .footer-column.cafe {
    max-width: calc(20%);
  }
  
  .footer-column.cafe a {
    text-decoration: underline;
  }
  .footer-column {
    flex: 1;
    margin-left: 40px;
    max-width: calc(15%); /* Adjust the width as needed */
  }
  
  .footer-column-2 {
    flex: 2;
    margin-right: 2%;
    margin-top: 5px;
    background-image: url("../img/LOGO.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
  .footer-column h3,
  .footer-column-2 h3 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: lighter;
  }
  .footer-column-2 h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: lighter;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
  }
  
  .footer-column a {
    color: white;
    text-decoration: none;
  }
  .logo_footer {
    margin-left: 20px;
    width: 80%;
  }
  .opening-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .opening-hours-list li {
    font-size: 16px;
  
    display: flex;
    justify-content: space-between;
  }
  
  .opening-hours-list li span {
    flex: 1;
    text-align: left;
    margin-right: 10px;
  }
  
  /* Media query for responsiveness */
  @media screen and (max-width: 1300px) {
    .footer-column {
      width: 100vw;
      max-width: 90%;
      margin-left: 30px;
      margin-bottom: 15px;
      text-align: left;
      /* Adjust the width for smaller screens */
    }
    .footer-column.cafe {
      max-width: 70%;
    }
    .footer {
      background-color: #c1c1c1;
      color: white;
      width: 100%;
      padding: 30px 0;
      position: relative;
      z-index: 9999;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  
      flex-wrap: wrap; /* Wrap columns on smaller screens */
    }
    .footer-column-2 {
      flex: 1;
      width: 100vw;
      max-width: 90%;
      background-image: url("../img/LOGO.svg");
      background-repeat: no-repeat;
    }
  }
  /* ==========================================================================
         Helper classes
         ========================================================================== */
  
  /*
       * Hide visually and from screen readers
       */
  
  .hidden,
  [hidden] {
    display: none !important;
  }
  
  /*
       * Hide only visually, but have it available for screen readers:
       * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
       *
       * 1. For long content, line feeds are not interpreted as spaces and small width
       *    causes content to wrap 1 word per line:
       *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
       */
  
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
       * Extends the .sr-only class to allow the element
       * to be focusable when navigated to via the keyboard:
       * https://www.drupal.org/node/897638
       */
  
  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
       * Hide visually and from screen readers, but maintain layout
       */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
       * Clearfix: contain floats
       *
       * For modern browsers
       * 1. The space content is one way to avoid an Opera bug when the
       *    `contenteditable` attribute is included anywhere else in the document.
       *    Otherwise it causes space to appear at the top and bottom of elements
       *    that receive the `clearfix` class.
       * 2. The use of `table` rather than `block` is only necessary if using
       *    `:before` to contain the top-margins of child elements.
       */
  
  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  /* ==========================================================================
         EXAMPLE Media Queries for Responsive Design.
         These examples override the primary ('mobile first') styles.
         Modify as content requires.
         ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
         Print styles.
         Inlined to avoid the additional HTTP request:
         https://www.phpied.com/delay-loading-your-print-css/
         ========================================================================== */
  
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    /*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
         * Printing Tables:
         * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
         */
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  