@font-face {
  font-family: "Athletics-Regular";
  src: url("Athletics-Regular.woff") format("woff"),
    url("Athletics-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Athletics-Regular";
  margin: 0px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

footer {
  margin-top: 50px;
  background-color: #29004a;
  color: #00edbd;
  padding: 50px 25% 25px 25%;
  display: flex;
  flex-direction: column;
  font-size: 22px;
}
.footer {
  background-color: #29004a;
}

.ftr-upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px #00edbd solid;
}

.ftr-left {
  padding-right: 20%;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.ftr-logo {
  width: 250px;
}
.socials {
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding-top: 40px;
}

.soc-icon {
  width: 30px;
  padding: 0px 30px 0px 0px;
}

.ftr-right {
  line-height: 2.2em;
}
.disclaimer {
  padding-top: 100px;
  align-self: center;
  font-size: 18px;
}
.ftr-lower {
  align-self: center;
  padding-top: 50px;
}

.copyright {
  color: #00edbd;
  text-decoration: none;
}
.copyright:hover {
  color: #ffffed;
}
