/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

.site-bg-overlay {
  background: -webkit-radial-gradient(ellipse at bottom, rgba(67, 77, 93, 0.75) 0%, rgba(19, 20, 23, 0.75) 80%);
  background: -o-radial-gradient(bottom, ellipse, rgba(67, 77, 93, 0.75) 0%, rgba(19, 20, 23, 0.75) 80%);
  background: radial-gradient(ellipse at bottom, rgba(83, 97, 121, 0.75) 0%, rgba(19, 20, 23, 0.75) 80%);
  background-color: rgba(19, 20, 23, 0.75);
}

.site-header-brand a {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    font-size: 30px;
}

.site-header-brand .header-avatar {
    margin-top: -15px;
}

.header-avatar img {
    border-radius: 29px;
    max-width: 60px;
    max-height: 60px;
}

