*{margin:0; padding:0; box-sizing:border-box;}




.card-title{
	font-size:80%;
}

.card-text{
	font-size:80%;
}

.content:hover{
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}




.row,
.row > .column {
  padding: 8px;
}


.column {
  float: left;
  width: 20%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

.full-footer{
  background-color:#bdc3c7;
  bottom: 0;
  width: 100%;
}
.top-footer p{
  color:black;
  font-weight: 600;
}

.top-footer a{
  color: ;
}


