section {
  padding: 100px 0;
}

.section-footer{
  background-color: #202243;

}

.section-footer{
  color: #fff;
}

.section-footer h2{
  font-size: 40px;
  line-height: 40px;
  color: #606060
}

.section-footer span{
  font-size: 20px;
}

.footer-menu{
  padding-bottom:30px;
}
.footer-menu li a{
  color: #FF8C00;
}

.footer-menu li a:hover,
.footer-menu li a:focus{
  color: #fff;
  text-decoration: none;
}


/* Styling footer social media icons */
.social{
  padding:100px 0 15px 0;
}
.social a {
  color: #70726F;
  font-size: 30px;
  padding: 10px;
  transition: all .5s ease;
}

.social a:hover {
  color: white;
}
