.icons{
	font-size: 30px;
	color: #94b567;
}
a{
	text-decoration: none;
}

.section-title h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
}
.section-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: #22ace3;
  bottom: 0;
  left: calc(50% - 60px);
}
.futbol-icons{
  font-size: 15px;
  color: #94b567;
}
.past-achievements-content ul li{
  text-align: justify;
  padding: 5px;
}
.about{
  padding:30px;
}
.past-achievements{
  padding:30px;
}

.bg-green{
  background-color: #ebf7da !important;
}
.bg-blue{
  background-color:#2dbef7 !important;
  color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #94b567 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #94b567;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #2dbef7 !important;
}