.main > .container {
          padding: 60px 0 0;
}

.footer {
  background-color: #f5f5f6;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

body{
	color:#17a2b8;
}