@charset "utf-8";
/* CSS Document */

logomd.a{font-family: Good Times
}
logomd{
	color: #554C4D !important;
}

.tekstachtergrondkleur{
	background: #F1F1F1;
}
.tekstKleur{
	color:#A4A4A4;
	
}
ul li{
  width: 100px;
  height: 100px;
  background: red;
  color: white;
  display: inline-block;
  float: left;
  margin: 10px;
  overflow: hidden;
  text-align: center;
}
ul li p {
  opacity: 0;
  transform: scale(10);
  transition: all 0.3s ease-in-out 0.2s;
}
ul li:hover p{
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s;
}

.contacttekstkleur{
	color: #864E92;
}