
.Card h1,.Card h2,.Card h3,.Card h4,.Card h5,.Card h6 {
  margin: 0;
  margin-bottom: 0.7143rem;
}
a:hover, a:focus {
  text-decoration: none;
  outline-offset: 0;
}

/*body {
  background-color: #F7F7F7;
}*/

.Card {
  display: inline-block;
  background-color: white;
  width:100%;
}

.Card:hover {
  background-color: white;
}

.Card:hover a,
.Card:hover .Card-desc,
.Card:hover span {
    
}

.Card:hover h3 {
    color:#337ab7;
}

.Card a {
  display: block;
  color: #333333;
}

.Card .Card-section{
  position: relative;
  padding: 15px;
}

.Card img {

  width: 100%;
  height: auto;

}
.Card .Card-title {
  font-size: 2rem;
  color: black;
  font-family: 'Open Sans', sans-serif;
}

.Card .Card-desc {
  font-size: 1.1rem;
  color: #342F8F;
  line-height: 1.6;
  font-weight: 500;
}

.Card .Card-author,
.Card .Card-date {
  font-style: italic;
}

.Card-seeMoreLink {
  display: block;
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
}

.Card-seeMoreLink::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -20px;
  top: 5px;
  background-image: url('images/right-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
}
