html {
  scroll-behavior: smooth;
}


.showcase{
  width: 100%;
    min-height: 675px;
    background-image: url('./images/getclicks.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    color:white;
    text-align: center;
   position: relative;
    align-items: center;
    background-position: center;

    }

.kddigitalbanner{
    max-width: 100%;
    min-height: 600px;
    background-image: url('./images/digitalcardbanner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}
.kdcaption{
  top: 50%;
transform: translate(-45%, -40%);
color: black;

}


.fivedigitalcards{
height: 100vh;
  min-height: 400px;
  background-image: url('./images/g2232.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cleaninvprint{
height: 100vh;
    min-height: 300px;
    background-image: url('./images/cleaninvprint.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
.videothumbnailbanner{
    height: 600px;
    width: 100%;
margin-top: 90px;
        background-image: url('./images/thumbyoutubeproducts.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
      }
.emailfonts {
  font-size: 19px;
}
p {
  font-size: 19px;
}


.footer{
    padding-top: 20px;
    margin-top: 20px;
    color:white;
    background-color:#343a40;
    padding: 10px;

    }
footer .fa {
  padding: 5px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.kdfooter{
  background-color: teal;
  color: white;
  padding-top: 20px;
  text-decoration: none;


}


h2{
  font-size: 1.8rem;
}


.wa_btn {
position: fixed;
right: 30px;
bottom: 50px;
text-decoration: none;
background-color:#25D366;
color: white;
border-radius: 15px;


}
.wa_btn i {
  font-size: 50px;
  padding: 10px 12px;

}