.newsletter {
  background-color: #262626;
}
.input-border {
  border: 1px solid;
  padding: 0.3rem;
  border-radius: 4px;
}
.get-started {
  overflow: hidden;
  padding: 5rem 1rem 0 1rem;
  background-color: #171717;
}
.shadow {
  position: absolute;
  box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 -5%;
  pointer-events: none;
}
.get-started-img {
  margin-top: 4rem;
  border-radius: 4px;
  z-index: -10;
}
@media only screen and (min-width: 800px) {
.get-started-img {
    margin-bottom: -40%;
}
}
div.gradient::before {
  height: 150%;
  margin-top: -10rem;
}
.links {
  overflow: hidden;
  font-size: 17px;
}
.links .cols {
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-wrap: wrap;
}
@media only screen and (min-width: 800px) {
.links .logo {
    height: 150px;
}
.links .cols {
    justify-content: space-between;
}
}
.links .col {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
.links .col {
    padding: 2rem;
}
}
.links .col p {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.links .col li {
  margin-top: 1rem;
}
.links .col li a {
  font-size: 17px;
  color: #99999b;
}
.links .col .demo {
  margin-top: 16px;
  padding: 0.3rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 200;
  color: #f8c307;
}
.copyright {
  font-size: 0.8rem;
  color: #99999b;
  white-space: nowrap;
}