/* Styles*/

body {
  background-color: #f1f1ff;
  background-image: url('../img/dot-grid.png');
  background-repeat: repeat;
  /* background-attachment: fixed; */
  color: #16182F;
  font-size: 20px;
}

main {
  padding: 20px; /* Fix BS mobile */
  background: #f1f1ff;
  background: linear-gradient(180deg,rgba(241, 241, 255, 0) 0%, rgba(241, 241, 255, 1) 80vh, rgba(241, 241, 255, 1) 100%);
}

p {
  line-height: 1.7;
}

a {
  color: #e41c52;
  transition: .3s color ease-in-out;
}

a:hover, a:active {
  color: #000;
}

h2 {
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
}

.main {
  width: 600px;
  max-width: 100%;
  text-align: left;
  padding-left: 20px;
}

.bg-alt {
  background-color: #e7e7ff;
}

.btn-light {
  background-color: #e41c52;
  color: #fff;
}

.btn-light:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 576px) {
  .feature {
    padding: 3rem;
  }
}


.feature-img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.footer {
  border-top: 1px solid #8387a7;
  text-align: center;
  color: #4a4c5e;
  padding: 2rem;
}