body {
  font-family: 'Bebas Neue', Arial, sans-serif;
  /* background: #1c69a0; */
  background: #1c69a0 url(../img/themes/bg-theme-pro-padrepatrick-2.jpg);
  background-size: auto;
}
@media screen and (max-width:768px) {
  body {
    padding-bottom: 600px;
  }
  .hotsite {
    padding-top: 320px !important;
  }
}
.hotsite {
  background: url(../img/themes/bg-theme-pro-padrepatrick-img2.png) no-repeat top center;
  background-size: contain;
  padding-top: 460px;
}
.avatar {
  display: none;
}
.profile_photo {
  width: 100% !important;
  height: 100% !important;
}
.username {
  display: inline;
  color: #FFF;
  padding: 0 4px;
  position: relative;
  font-size: 26px;
  font-family: 'Bebas Neue', Arial, sans-serif;
}
.bluebadge {
  position: absolute;
  right: -20px;
}
.bio_description {
  color: #FFFFFF;
  font-size: 17px;
}
.logo {
  padding-left: 90px;
  background: url(../img/onnelink-white.svg) no-repeat;
  height: 20px;
  background-size: contain;
}
.description {
  color: #FFFFFF;
  font-family: Circular Std, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
  /* font-family: 'Bebas Neue', Arial, sans-serif; */
}
.button-list {
  /* opacity: 0.9; */
}
.button {
    /* font-family: Circular Std, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif; */
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 18px;
    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: #216692;
    border: none;
    border-radius: 6px;
    background-color: #FFFFFF;
    width: 90%;
    /* box-shadow: 6px -4px 0px 0px rgb(255 43 110); */
    box-shadow: 6px -4px 0px 0px rgb(33 40 60);
}

.button:hover,
.button:focus {
    outline: 0;
    color: #FFF;
    background-color: #21283C;
    /* box-shadow: inset 0 0 0 2px #FF2626; */
    box-shadow: 3px 2px 0px 0px rgb(33 101 146);
}

.button.button-secondary {
    color: #216692;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 6px -4px 0px 0px rgb(33 40 60);
}

.button.button-secondary:hover,
.button.button-secondary:focus {
    outline: 0;
    color: #FFF;
    background-color: #21283C;
    box-shadow: 3px 2px 0px 0px rgb(33 101 146);
}

.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;
}
