footer {
  font-size: 10px;
}
.upper-footer {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 16px;
  
}
@media only screen and (max-width: 760px) {
  .upper-footer {
    flex-direction: column;
  }
}
.mainContainer {
  background-color: #191919;
  padding: 36px 18px 62px;
}
.col {
  line-height: 1.428571429;
}
.upper-footer p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
}
.upper-footer div a {
  display: block;
  color: #5cabff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  padding:6px;
}
.upper-footer div a:hover {
  text-decoration: underline;
  color: #fff;
  transition: 0.5s;
}
.bottom-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
a.default-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  background: #e86826;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 15px 60px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
a.default-btn:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.5s;
}
.bottom-footer p {
  color: #fff;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.bottom-footer .social-buttons a {
  display: inline-block;
  width: 34px;
  margin: 0 2px;
}
.bottom-footer .small {
  margin-top: 44px;
}
.bottom-footer .small a {
  color: #5cabff;
  font-size: 1.8em;
  font-weight: 700;
  text-decoration: none;
  padding-left:5px;
  padding-right:5px;
}
