/**
 * CUSTOM CSS
 *
 * Here you can add your custom CSS code.
 */

 body {
    color: #505050;
 }

.t-preloader__spinner:not(:required):before {
    border-top-color: #505050;
    border-bottom-color: #505050;
}

.t-title__second-word {
  color: #505050;
}

a:hover,
a:focus,
a:active,
.t-link-container:hover .t-link-container__item {
  color: #505050;
  border-color: #505050;
}

.t-social-button:hover .fas,
.t-social-button:hover .far,
.t-social-button:hover .fal,
.t-social-button:hover .fab {
  color: #505050;
}

a,
.t-link-container .t-link-container__item,
.t-link-container:hover .t-link-container__item--blended {
  color: #505050;
}

.t-primary-bg,
.t-primary-color-line {
  background: #505050;
}

.c-deco-line {
  height: 5px;
  width: 30px;
  margin-top: 0.55rem;
  margin-bottom: 0.935rem;
  text-align: left;
  border-radius: 10px;
}

.t-title__first-word,
.t-title__second-word,
.t-sub-title,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
    color: #000000;
}

.t-section,
.t-section__header,
.t-section--header .t-section__header,
.t-section:nth-child(even),
.t-section:nth-child(even) .t-section__header,
.t-section:nth-child(even) .t-section__content {
  background: #ffffff;
}

@media (min-width: 1200px) {
  .c-avatar__img {
    width: 70%;
  }
}