

/* 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-1.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 */



/* About */

#what-we-do{

  font-family: 'Rubik', sans-serif;
  background-color: #F3EEEA;

.primary-color-1 {
  color:#545454;
  text-align: justify;
  font-weight: 700;
}

.primary-color-2 {
  color: #545454;
  text-align: justify;
}



}

/* /About */

/*  What We Offer */

#what-we-offer{

  font-family: 'Rubik', sans-serif;
  background-color: #EBE3D5;

.primary-color-1 {
  color:#545454;
  text-align: justify;
  font-weight: 700;
}

.primary-color-2 {
  color: #545454;
  text-align: justify;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}


}

/* /What We Do */



 /* Client Feedback */
 #client-feedback{

  font-family: 'Rubik', sans-serif;
  background-color: #706E6E;

.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;
}


}
 /* /Client Feedback */




/* 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 */





