.reactive {
	transition: ease .18s;
	border: none;
	box-sizing: border-box;
}

.reactive:hover {
	transform: scale(1.05) rotate(1deg);
	box-shadow: inset 0px 8px 10px rgba(123, 123, 123, 0.52);
}

.biglink {
  color: #17a2b8 !important;
  font-size: 22px;
  font-weight: bold;
}

.mediumlink {
  color: #17a2b8 !important;
  font-size: 18px;
  font-weight: bold;
}

.text-light a {
  background: #414141;
  border-radius: 4px;
  border: 2px outset #333;
  padding: 4px;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

.btn-primary { 
	background: #17a2b8 !important;
	border-color: #17a2b8 !important;
}