@chartset "UTF-8";
:root {
  --accent-color:               #b7def1;
  --link-color:                 #b7def1;
  --link-color-darker:          #b3dcf0;
  --border-color:               #233c77;
  --border-color-lighter:       #2b4991;
  --border-color-rgb:           35, 60, 119;
  --subtitle-color:             #85b4ca;
  --site-title-color:           #ffffff;
  --body-bg:                    #031128;
  --body-bg-lighter:            #051b40;
  --body-bg-rgb:                3, 17, 40;
  --body-bg-darker:             #010710;
  --body-bg-darkest:            black;
  --body-color:                 #ebf7ff;
  --body-color-darker:          #e6f5ff;
  --header-bg:                  #031128;
  --footer-bg:                  #031128;
  --nav-album-bg:               #031128;
  --project-title-color:        #ffffff;
  --about-link-bg:              #031128;
  --social-circle-bg:           #031128;
  --social-circle-color:        #b7def1;
  --social-circle-border:       #031128;
  --lib-perfect-scrollbar-bg:   #072557;
  --component-notify-bg:        #072557;
  --lightness-body-5:           #051b40;
  --lightness-body-10:          #072557;
  --font-family-primary:        'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Poppins', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 50px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 17px; } }
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; } }
