body {
  color: darkGrey;
  font-family: "Roboto", sans-serif;
}
a.btn {
  background: darkgrey;
  border-radius: 4px;
	box-shadow: 0 2px 0px 0 rgba(0,0,0,0.25);
  color: white;
  display: inline-block;
  padding: 6px 10px 8px;
  position: inherit;
  text-decoration: none;
  transition: all 0.1s 0s ease-out;
  font-size: 14px;
}
.no-touch a.btn:hover {
  background: lighten(dark-grey,2.5,);
  box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out;
}
.no-touch a.btn:active,
a.btn:active {
  background: darken(teal,2.5,);
  box-shadow: 0 1px 0px 0 rgba(255,255,255,0.25);
  transform: translate3d(0,1px,0);
  transition: all 0.025s 0s ease-out;
}
div.cards {
  margin: 10px auto;
  max-width: 990px;
  text-align: center;
}
div.card {
  background: white;
  display: inline-block;
  margin: 10px;
  max-width: 100px;
  perspective: 1000;
  position:inherit;  
  text-align: left;
  transition: all 15s 0s ease-in;
  z-index: 1;
}
  img {
  max-width: 400px;
}
span.left {
  right: 12px;
  transform: rotate(45deg);
}
span.right {
  left: 12px;
  transform: rotate(-45deg);
}   
h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
}
h5 {
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  color: grey;
  font-size: 16px; 
}
.h7 {
  text-align: justify;
  font-family: 'Roboto', sans-serif;
  color: grey;
  font-size: 8px; 
}
P{
 
  font-family: 'Roboto', sans-serif;
  font-size: 16px; 
}
small {
  display: block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.025em;
}    
div.card-description {
  padding: 0 15px 10px;
  position: relative;
  font-size: 14px;
}
div.card-actions {
  box-shadow: 0 2px 0px 0 rgba(0,0,0,0.075);
  padding: 10px 15px 20px;
  text-align: center;
}  
div.card.show {
  opacity: 1 !important;
  transform: scale(1) !important;
}  
div.card-title {
   background: salmon !important;
}     

img{vertical-align:super;}
a{color:inherit;}
b{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size:8px; 
  color: grey;
}
.btn {
  text-decoration: none;
  border: 1px solid rgb(146, 148, 248);
  position: relative;
  overflow: hidden;
}
.btn:hover {
  box-shadow: 2px 1px 25px 10px rgba(187, 187, 187, 0.1);
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,transparent,rgba(146, 148, 248, 0.1),transparent);
}
.btn:hover:before {
  left: 100%;
}
.w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}
.c{
  font-size: 8px;
  color: darkslategray;
}
