body {
  /* background-color: #163508; */
  background: #cbc7b5 url(../img/themes/bg-theme-pro-omarciodonato-2025-ok.png) no-repeat bottom center;
  background-size: cover;
}
.username {
  color: #000;
  font-size: 40px;
  background: #d2d0c8;
  display: inline;
  /* display: none; */
}
.onnelink {
  /* margin-top: 400px; */
  /* display: inline-block;
  background: url(https://onne.link/img/themes/bg-theme-pro-omarciodonato-2025.png) no-repeat center / contain;
  padding-top: 400px;
  width: 100%; */
}
.button-list li {
    padding: 0 0 6px !important;
}
@media (min-width:768px) {
  .onnelink {
    /* padding-top: 600px; */
  }
}
.hotsite {
  background: url(../img/themes/bg-theme-pro-omarciodonato-2025.png) no-repeat bottom center;
  background-size: 500px;
  background-position: top;
}
.description {
  color: #8E2A10;
}
.bio_description {
  /* color: #FFF;
  display: inline;
  padding: 2px 8px; */
  display: none;
}

.profile_photo {
    /* width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0 auto;
    background-size: contain !important; */
    display: none;
}
.avatar {
    width: 300px;
    height: 240px;
    border-radius: 0 !important;
}

.logo {
  padding-left: 90px;
  background: url(../img/onnelink-black.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: #cbc7b5;
    border: none;
    /* border-radius: 6px; */
    background-color: #FFF;
    width: 90%;
    text-transform: uppercase;
    /* box-shadow: 0px 0px 10px 3px #000; */
    border: 0;
    background: #000000;
}

.button:hover,
.button:focus {
  outline: 0;
  color: #FFF;
  background-color: #000236;
  /* box-shadow: inset 0 0 0 2px #FFF; */
}

.button.button-secondary {
    /* color: #3d3b3c; */
    /* background-color: #FFF; */
    /* box-shadow: none; */
}

.button.button-secondary:hover,
.button.button-secondary:focus {
    outline: 0;
    color: #FFF;
    background-color: #000236;
    /* box-shadow: inset 0 0 0 2px #FFF; */
}

.button-extra-info {
  border: 0;
  background: #eff0f5;
  box-shadow: none;
  border-radius: 6px 6px 12px 12px;
  z-index: 999;
  color: #b3b4b7;
  font-size: 13px;
}
.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;
}
