.bottomline-solid {
    background-color:#fb086f;
    height:1px;
}

.bottomline {
    margin-top: 50px;
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(left, rgba(92, 7, 52, 1) 0%, rgba(134, 29, 84, 1) 12%, rgba(255, 93, 177, 1) 47%, rgba(83, 0, 30, 1) 100%);
    background-image: -webkit-linear-gradient(left, rgba(92, 7, 52, 1) 0%, rgba(134, 29, 84, 1) 12%, rgba(255, 93, 177, 1) 47%, rgba(83, 0, 30, 1) 100%);
}

.pinkline {
    background-color:#fb086f;
    height:1px;
}

.greenline {
    background-color:#5D8C18;
    height:1px;
}

.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

a.footer {
    align-items: center;
}

p.footy {
  margin-bottom: 0 !important;
}
