.img-blog-fit:hover {
    opacity: 0.9;
    border-radius: 20px 20px;
    border-color: grey;
}

h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 1em;
    line-height: 50%;
    text-align: center;
     }

.blink{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #00F;    }
    49%{    color: #00F; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #00F;    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  h1 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 24px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 3px;
     }

  h2 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 18px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 1px;
     }

h1.kg-card-title {
font-size: 22px;
     }

h2.kg-card-title {
font-size: 16px;
     }


.img-blog-fit {
  width: 95px;
  max-width: 100%;
  height: auto;
  margin-top: 1px;
  margin-bottom: 5px;

              }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
h1 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 28px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 3px;
    }

h2 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 24px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 1px;
     }

h1.kg-card-title {
font-size: 22px;
     }

h2.kg-card-title {
font-size: 18px;
     }


.img-blog-fit {
  width: 100px;
  max-width: 100%;
  height: auto;
  margin-top: 1px;
  margin-bottom: 5px;

              }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  h1 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 32px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 3px;
    }

h2 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 26px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 1px;
     }

h1.kg-card-title {
font-size: 26px;
     }

h2.kg-card-title {
font-size: 20px;
     }

.img-blog-fit {
  width: 120px;
  max-width: 100%;
  height: auto;
  margin-top: 1px;
  margin-bottom: 5px;
              }

}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


h1 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 34px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 3px;
    }

h2 {
color: #000000;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 28px;
font-weight: normal;
margin-top: 1px;
margin-bottom: 1px;
     }

h1.kg-card-title {
font-size: 28px;
     }

h2.kg-card-title {
font-size: 22px;
     }

  .img-blog-fit {
  width: 140px;
  max-width: 100%;
  height: auto;
  margin: 1px 4px 10px 4px;
                }

}

.carousel-inner img {
    width: 220px;
    max-width: 23%;
    max-height: 23%;
                    }

.img-card-fit {
    width: 90%;
    max-width: 90%;
    max-height: 90%;
              }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

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

.fa:hover {
    opacity: 0.8;
}

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

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}