:root {
  --accent-color:               #91d8ff;
  --accent-color-darker:        #8cd6ff;
  --link-color:                 #ffffff;
  --link-color-darker:          #fdfdfd;
  --border-color:               #ffffff;
  --border-color-lighter:       white;
  --border-color-rgb:           255, 255, 255;
  --subtitle-color:             #ffffff;
  --site-title-color:           #05ddff;
  --body-bg:                    #44767c;
  --body-bg-rgb:                68, 118, 124;
  --body-bg-lighter:            #4d868c;
  --body-bg-darker:             #3b666c;
  --body-bg-darkest:            #32575b;
  --body-color:                 #ffffff;
  --body-color-darker:          #fdfdfd;
  --header-bg:                  #17394b;
  --footer-bg:                  #44767c;
  --nav-album-bg:               #2e3958;
  --project-title-color:        #ffffff;
  --about-link-bg:              #ffffff;
  --social-circle-bg:           #ffffff;
  --social-circle-color:        #ffffff;
  --social-circle-border:       #ffffff;
  --input-label-color:          #ffffff;
  --input-border-color:         #ffffff;
  --contact-subtitle-color:     #ffffff;
  --footer-text-color:          #bbbbbb;
  --lib-perfect-scrollbar-bg:   #6da8af;
  --component-notify-bg:        #56959d;
  --lightness-body-5:           #4d868c;
  --lightness-body-10:          #56959d;
  --font-family-primary:        'Work Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Unica One', Helvetica, Arial, sans-serif; }

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