/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
 body {
    color: #413628;
    font-family: pf-marlet-display, sans-serif;
    font-style: normal;
  }
  
  h2,
  h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  p {
    line-height: 1.6em;
    text-align: justify;
  }
  
  /*
   * -- Layout Styles --
   */
  .l-content {
    margin: 0 auto;
  }
  
  .l-box {
    padding: 0.5em 2em;
  }
  
  /*
   * -- MENU STYLES --
   * Make the menu have a very faint box-shadow.
   */
  .pure-menu {
    height: 100%;
  }
  
  .pure-menu-heading {

    /* background-image: url(./img/rv.svg); */
    background-repeat: no-repeat;
    background-size: auto;

    background-size: 100px 200px;
    background-position: center; 
    
    padding: 0.5em 4em;
    block-size: 100px;
  }

  .header-svg{
    height: 10%; 
    width: 10%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: invert(17%) sepia(22%) saturate(835%) hue-rotate(354deg) brightness(90%) contrast(82%);
  }

  .pure-menu-link {
    padding: 0.5em 1em;
  }
  
  /*
   * -- BANNER --
   * The top banner with the headings. By using a combination
   * of `display: table;` and `display: table-cell;`, we can
   * vertically center the text.
   */
  
  .banner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    text-align: center;
    width: 100%;
    margin-bottom: 3em;
    position: relative;
    overflow: hidden;
  }

  .slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center; /* Center the images */
  }

  .slide {
    display: none;
    width: 100%;
  }

  .slide img {
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: contain;
    background-color: #f7f7f7; /* Light background for padding areas */
  }

  /* Navigation buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.3);
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev {
    left: 0;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

  /* Animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  .banner-head {
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    margin: 0;
  }
  
  /*
   * -- PRICING TABLE WRAPPER --
   * This element wraps up all the pricing table elements
   */
  .pricing-tables,
  .information {
    max-width: 980px;
    margin: 0 auto;
  }
  .pricing-tables {
    margin-bottom: 3.125em;
    text-align: center;
  }
  
  /*
   * -- PRICING TABLE  --
   * Every pricing table has the .pricing-table class
   */
  .pricing-table {
    border: 1px solid #ddd;
    margin: 0 1em 2em;
    padding: 0 0 3em;
    height: 500px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  /* Ensure pricing table list takes up available space */
  .pricing-table-list {
    flex-grow: 1;
  }
  
  /* Add specific margin to pricing-table-free */
  .pricing-table-free {
    margin-right: 2em;
  }
  
  /*
   * -- PRICING TABLE HEADER COLORS --
   * Choose a different color based on the type of pricing table.
   */
  .pricing-table-free .pricing-table-header {
    color: #fff;
    text-shadow: 0 1px 1px black;
    background: url("./img/230628-062444x188761.webp");
    box-shadow: inset 0 0 0 1000px rgb(65, 54, 40, .2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .pricing-table-biz .pricing-table-header {
    color: #fff;
    text-shadow: 0 1px 1px black;
    background: url("./img/230628-083644.webp");
    box-shadow: inset 0 0 0 1000px rgb(65, 54, 40, .4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .pricing-table-on-the-day .pricing-table-header {
    color: #fff;
    text-shadow: 0 1px 1px black;
    background: url("./img/231023-053.webp");
    box-shadow: inset 0 0 0 1000px rgb(65, 54, 40, .3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  /*
   * -- PRICING TABLE HEADER --
   * By default, a header is black/white, and has some styles for its <h2> name.
   */
  .pricing-table-header {
    background: url("./img/230628-070951x217561.webp");
    box-shadow: inset 0 0 0 1000px rgb(65, 54, 40, .2);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 1px black;
    background-position: center;

  }
  .pricing-table-header h2 {
    margin: 0;
    padding-top: 2em;
    font-size: 1em;
    font-weight: normal;
  }
  
  /*
   * -- PRICING TABLE PRICE --
   * Styles for the price and the corresponding <span>per month</span>
   */
  .pricing-table-price {
    font-size: 6em;
    margin: 0.2em 0 0;
    font-weight: 100;
  }
  .pricing-table-price span {
    display: block;
    text-transform: uppercase;
    font-size: 0.2em;
    padding-bottom: 2em;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 1px black;
  }
  
  /*
   * -- PRICING TABLE LIST --
   * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
   */
  .pricing-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  /*
   * -- PRICING TABLE LIST ELEMENTS --
   * Styles for the individual list elements within each pricing table
   */
  .pricing-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
  }
  
  /*
   * -- PRICING TABLE BUTTON --
   * Styles for the "Choose" button at the bottom of a pricing table.
   * This inherits from Pure Button.
   */
  .button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
  }
  
  .information-head {
    color: black;
    font-weight: 500;
  }
  
  .footer {
    background: #111;
    color: #888;
    text-align: center;
  }
  .footer a {
    color: #ddd;
  }
  
  /*
   * -- TABLET MEDIA QUERIES --
   * On tablets, we want to slightly adjust the size of the banner
   * text and add some vertical space between the various pricing tables
   */
  @media (min-width: 767px) {

    .banner {
      height: 400px;
      padding: 0%;
    }

    .slideshow-container {
      height: 100%;
    }

    .slide img {
      aspect-ratio: 3/1;
      object-fit: contain;
      object-position: center;
    }
    .header-svg{
      height: 10%; 
      width: 10%; 
    }
    .pricing-table {
      margin-bottom: 0;
    }
  }
  
  /*
   * -- PHONE MEDIA QUERIES --
   * On phones, we want to reduce the height and font-size of the banner further
   */
  @media (min-width: 370px) {
    .banner {
      height: 20em;
      width: -webkit-fill-available;
      padding: 0%;
    }

    .slide img {
      aspect-ratio: 3/1;
      object-fit: contain;
      object-position: center;
    }
    .banner-head {
      font-size: 2em;
    }

    .header-svg{
      height: 20%; 
      width: 20%; 
    }
    
    .pricing-table {
      margin: 0 2em 2em;
      width: 90%;
    }
  }

@media (min-width: 1200px) {

    .banner {
      height: 30em;
      padding: 0%;
    }

    .slide img {
      aspect-ratio: 3/1;
      object-fit: contain;
      object-position: center;
    }
    .header-svg{
      height: 8%; 
      width: 8%; 
    }
}

@media (min-width: 2500px) {
  .banner {
    height: 40em;
  }

  .slide img {
    aspect-ratio: 3/1;
    object-fit: contain;
    object-position: center;
  }
  .banner-head {
    font-size: 2em;
  }

  .header-svg{
    height: 5%; 
    width: 5%; 
  }
}
