:root {
  --link-color:                 #13ccf0;
  --link-color-darker:          #0ca6c4;
  --border-color:               #ffffff;
  --border-color-lighter:       white;
  --subtitle-color:             #ffffff;
  --site-title-color:           #ffffff;
  --site-title-color-darkest:   #cccccc;
  --page-title-color:           #ececec;
  --body-bg:                    #306581;
  --body-bg-rgb:                48, 101, 129;
  --body-bg-lighter:            #3e82a6;
  --body-bg-darker:             #29566e;
  --body-bg-darkest:            #22485c;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darkest:         #cccccc;
  --header-bg:                  #306581;
  --header-bg-rgb:              48, 101, 129;
  --header-bg-darker:           #2c5c76;
  --nav-album-bg:               #2a899d;
  --footer-bg:                  #1c4a5a;
  --footer-text-color:          #ffffff;
  --lib-perfect-scrollbar-bg:   #4f97be;
  --component-notify-bg:        #3e82a6;
  --lightness-body-5:           #377494;
  --lightness-body-10:          #3e82a6;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Roboto', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 900;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 42px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 20px; } }
body, p, .project-page {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body, p, .project-page {
      font-size: 16px; } }
.site-footer .copy, .site-footer .contacts {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 14px; } }
