.readmore{
  border: none;
  background-color: #234482;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
}
.readmore:visited{
    color: white;
}
.readmore:hover{
    background-color: #1c3161;
    color: #e6e6e6 !important;
}
.readmore-arrow{
  color: #fdff5a !important;
}
h1{
  color: #1c3161;
}
.article-date{
  color: gray;
}
.article-image-div{
  height: 350px !important;
}
.article-image-img{
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.article-content{
  padding-top: 2%;
}
.article-image-img:hover{
  opacity: 0.8;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px){
  .article-image-div{
    height: 200px !important;
  }
}