.card{
  box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-top:10px;
  box-sizing:border-box;
  border-radius:5px;
  background-clip:padding-box;
}

.card .card-image span.card-title{
  color:#fff;
  font-size:24px;
  font-weight:300;
  text-transform:uppercase;
}

.card .card-image{
  position:relative;
  overflow:hidden;
}

.card .card-image img{
  border-radius:2px 2px 0 0;
  background-clip:padding-box;
  position:relative;
  z-index:-1;
}

.card .card-image span.card-title{
  position:absolute;
  bottom:0;
  left:0;
  padding:16px;
}

.card .card-content{
  padding:16px 0 16px 0;
  border-radius:0 0 2px 2px;
  background-clip:padding-box;
  box-sizing:border-box;
  /*background:rgba(255,255,255, 0.8);*/
  color:rgb(23,23,150);
  top:50%;
  height:100%;
}

.card .card-content p{
  margin:0;
}

.card .card-action{
  border-top:1px solid rgba(160, 160, 160, 0.2);
  padding:16px;
}

.card .card-action a{
  color:#ffab40;
  margin-right:16px;
  transition:color 0.3s ease;
  text-transform:uppercase;
}
.card:hover{
	background-color: #00008B;	
}
.card .card-action a:hover, .card .card-content p:hover {
  /*color:#ffd8a6;*/
  text-decoration:none;
}

.card .card-content p.text-center{
  font-family:'Mr Dafoe';
  font-size:32px;
  font-weight:400;
  margin-bottom:2em;
}

.card .card-content h4.text-center{
  font-family:'Overpass';
  font-weight:900;
  /*font-size:xx-large;*/
  font-weight:bolder;
  color:Red;
  margin-top:5rem;
}

