/* Showcase */
#showcase {
    .font-style {
      font-weight: 500;
      text-shadow: 0.5px 0.5px 0.5px white;
    }
  
    .showcase-image {
      width: 100%;
      display: flex;
      justify-content: left;
      color: #3b3c42;
      letter-spacing: 5px;
      background-position: center;
      background-size: cover;
      background-image: linear-gradient(270deg, transparent, white),
        url(/src/images/cover-images/jampoints-logistics-coverimage-3.png);
    }
  
    .image {
      height: 15vw;
    }
  
    .button-outline {
      background-color: transparent;
      color: #3b3c42;
      border: 2px solid #3b3c42;
      border-radius: 8px;
      padding: 10px 20px;
      text-decoration: none;
    }
  
    .button-outline:hover {
      background-color: #3b3c42;
      color: white;
      font-weight: 500;
    }
  }
  /* /Showcase */
  
  /* Freight Forwarding */
  
  #freight-forwarding {
    font-family: "Rubik", sans-serif;
    background-color: #ECF4D6;
  
    .primary-color-1 {
      color: #473e3e;
      text-align: justify;
      font-weight: 700;
    }
  
    .primary-color-2 {
      color: #473e3e;
      text-align: justify;
    }

    .image {
      display: block;
      width: 100%;
      height: auto;
    }
  }
  
  /* /Freight Forwarding */
  
  /* Cargo Forwarding */
  #cargo-forwarding {
    font-family: "Rubik", sans-serif;
    background-color: #9AD0C2;
  
    .primary-color-1 {
      color: white;
      text-align: justify;
      font-weight: 700;
    }
  
    .primary-color-2 {
      color: white;
      text-align: justify;
    }
  
    .image {
      display: block;
      width: 100%;
      height: auto;
    }
  }
  /* /Cargo Forwarding */
  
  /* Barrel Forwarding */
  #barrel-forwarding {
    font-family: "Rubik", sans-serif;
    background-color: #2D9596;
  
    .primary-color-1 {
      color: white;
      text-align: justify;
      font-weight: 700;
    }
  
    .primary-color-2 {
      color: white;
      text-align: justify;
    }
  
    .image {
      display: block;
      width: 100%;
      height: auto;
    }
  }
  /* /Barrel Forwarding */
  


  /* Warehousing & Customs */
  #warehousing-customs {
    font-family: "Rubik", sans-serif;
    background-color: #265073;
  
    .primary-color-1 {
      color: white;
      text-align: justify;
      font-weight: 700;
    }
  
    .primary-color-2 {
      color: white;
      text-align: justify;
    }
  
    .image {
      display: block;
      width: 100%;
      height: auto;
    }
  }
  /* /Warehousing & Customs */
  
  

  
  
  
  /* Contact Us */
  
  #contact {
    background-color: white;
    color: #545454;
  }
  
  /* /Contact Us */
  
  /* Footer */
  
  #footer {
    background-color: #31304d;
    color: white;
  }
  
  /* Footer */
  
  /* Credentials */
  
  #credentials {
    background-color: #473e3e;
    color: white;
  }
  
  /* /Credentials */
  