/* Sticky footer styles*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
/* Sticky footer end */

.activities i {
	font-size: 40px;
	margin: 0 10px 0 0;
	color: #000000;
	text-decoration: none;
}
.activities i.fa-futbol { 
	color:  #0f27bc; /* #4267B2; #3b5998; */
}
.activities i.fa-basketball-ball { 
	color:  #b54213; 
}
.activities i.fa-mountain { 
	color:  #065036; 
}
.activities i.fa-hiking { 
	color:  #198d65; 
}
.activities i.fa-biking { 
	color:  #5B556F; 
}
.activities i.fa-camera { 
	color:  #000000; 
}
.activities i.fa-book-reader { 
	color:  #4D4D4A; 
}
.activities i.fa-bible { 
	color:  #995D45; 
}
.activities i.fa-dna { 
	color:  #9A6FD6; 
}