div {
  width: 100%;
}

a {
  color: #ccc;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

.footer {
  position: absolute;
  bottom: 0;
  height: 480px;
  width: 100%;
  height: auto;
  background: #3d3d3d;
  color: #ccc;
  padding: 30px;
  font-size: 12px;
  margin: 30px 0 0px 0;
}

.footer-text {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer hr {
  margin: 5px 0 10px 0;
  width: 75%;
}

.footer .fa {
  margin-left: 15px;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  text-align: right;
  float: right;
}

.column.end:last-child,
.end.columns:last-child {
  float: left;
}

.column.row,
.row.columns {
  float: none;
}

@media only screen and (min-width: 821px) and (max-width: 920px) {
  .footer {
    height: 600px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 820px) {
  .footer {
    height: 700px;
  }
}

@media only screen and (max-width: 700px) {
  .footer {
    height: 800px;
  }
}