@chartset "UTF-8";
:root {
  --accent-color:               #d61818;
  --link-color:                 #d61818;
  --link-color-darker:          #d21818;
  --border-color:               #911414;
  --border-color-lighter:       #ae1818;
  --border-color-rgb:           145, 20, 20;
  --subtitle-color:             #808080;
  --site-title-color:           #ffffff;
  --body-bg:                    #141414;
  --body-bg-lighter:            #212121;
  --body-bg-rgb:                20, 20, 20;
  --body-bg-darker:             #070707;
  --body-bg-darkest:            black;
  --body-color:                 #dedede;
  --body-color-darker:          gainsboro;
  --header-bg:                  #0d0d0d;
  --footer-bg:                  #0d0d0d;
  --nav-album-bg:               #151515;
  --project-title-color:        #ffffff;
  --about-link-bg:              #18181c;
  --social-circle-bg:           #151515;
  --social-circle-color:        #9b9b9b;
  --social-circle-border:       #1d1d1d;
  --lib-perfect-scrollbar-bg:   #2e2e2e;
  --component-notify-bg:        #2e2e2e;
  --lightness-body-5:           #212121;
  --lightness-body-10:          #2e2e2e;
  --font-family-primary:        'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Montserrat', Helvetica, Arial, sans-serif; }

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