/*
 * author: Roman Shprenger
 * template: a.k1 - Creative Portfolio & Blog HTML5 Template
 * version: v1.0
 * url: https: */
/**** FONT COLORS ****/
/**** Colors of text and titles ****/
body {
  color: #909090; }

h1, h2 {
  color: #BEBEBE; }

h3 {
  color: #ADADAD; }

h4 {
  color: #909090; }

h5 {
  color: #AAAAAA; }

p {
  color: #909090; }

small {
  color: #888888; }

/**** Colors of text in fields of forms ****/
input[type="text"], input[type="password"], input[type="email"], textarea {
  color: #AAAAAA; }

/**** Colors of button text ****/
.btn {
  color: #AAAAAA; }
  .btn:hover {
    color: #BEBEBE; }

/**** Colors of links on pages ****/
a {
  color: #BEBEBE; }
  a:hover {
    color: #AAAAAA; }

/**** Colors of links in header navigation ****/
.header__nav-link {
  color: #AAAAAA; }
  .header__nav-link:hover {
    color: #BEBEBE; }

/**** Colors of text (p) and links (a) in footer and in socials bar ****/
.footer p, .socials p {
  color: #AAAAAA; }

.footer a, .socials a {
  color: #AAAAAA; }
  .footer a:hover, .socials a:hover {
    color: #BEBEBE; }

/**** Color of preview short text in item of blog grid ****/
.blog__item-text {
  color: #AAAAAA; }

/**** Color of link in pagination ****/
.pagination__link {
  color: #AAAAAA; }

/**** Write your custom styles at this file ****/
