body {
  background: #014E31 url('../img/themes/bg-darkpurple-confetti.png');
}
.username {
  display: inline;
  color: #FFF;
  padding: 0 4px;
}
.bio_description {
  color: #bdd8ce;
}
.description {
  color: #FFF;
}
.logo {
  padding-left: 90px;
  background: url(../img/onnelink-white.png) no-repeat;
  height: 20px;
  background-size: contain;
}
.button {
    font-family: Circular Std, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    /* line-height: 60px; */
    display: inline-block;
    box-sizing: border-box;
    /* height: 64px; */
    /* padding: 0 20px 4px; */
    padding: 18px 10px;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    text-align: center;
    /* white-space: nowrap; */
    text-decoration: none;
    letter-spacing: .15px;
    color: #FFF;
    border: none;
    border-radius: 100px;
    background-color: #E5782D;
    width: 90%;
    box-shadow: 6px 8px 0px 0px #B72B59;
}

.button:hover,
.button:focus {
    outline: 0;
    color: #B72B59;
    background-color: #FFF;
    /* box-shadow: inset 0 0 0 2px #FF2626; */
    box-shadow: 4px 6px 0px 0px #E5782D;
}

.button.button-secondary {
    color: #FFF;
    background-color: #E5782D;
    border: none;
    box-shadow: 6px 8px 0px 0px #B72B59;
}

.button.button-secondary:hover,
.button.button-secondary:focus {
    outline: 0;
    color: #B72B59;
    background-color: #FFF;
    box-shadow: 4px 6px 0px 0px #E5782D;
}

.button-extra-info {
  border: 0;
  background: #eff0f5;
  box-shadow: none;
  border-radius: 6px 6px 12px 12px;
  z-index: 999;
  color: #b3b4b7;
  font-size: 13px;
  margin-top: 9px;
  width: 84%;
}
.button-extra-info strong {
  color: #8c8c90;
  font-size: 15px;
}
.button-extra-info span {
  border: 1px solid #CCC;
  border-radius: 3px;
  margin-left: 6px;
  font-size: 13px;
  padding: 4px;
  color: #b3b4b7;
}
.button-list li {
  padding: 0 0 24px;
}
