diff --git a/_data/config-browse.csv b/_data/config-browse.csv
index 37851b0..6d10fba 100644
--- a/_data/config-browse.csv
+++ b/_data/config-browse.csv
@@ -1,5 +1,5 @@
field,display_name,btn,hidden,sort_name,facet_name
-date,Date,,,Date Created
+date_created,Date,,,Date Created
description,,,true,
subject,,true
location,,true,,,Location
diff --git a/_data/config-metadata.csv b/_data/config-metadata.csv
index c9672d8..4e0e867 100644
--- a/_data/config-metadata.csv
+++ b/_data/config-metadata.csv
@@ -1,7 +1,7 @@
field,display_name,browse_link,external_link,dc_map,schema_map
title,Title,,,DCTERMS.title,headline
creator,Creator,,,DCTERMS.creator,creator
-date,Date Created,,,DCTERMS.date,dateCreated
+date_created,Date,,,DCTERMS.date,dateCreated
description,Description,,,DCTERMS.description,description
subject,Subjects,true,,DCTERMS.subject,keywords
location,Location,,,,contentLocation
diff --git a/_data/config-nav.csv b/_data/config-nav.csv
index b5d85d5..a915a37 100644
--- a/_data/config-nav.csv
+++ b/_data/config-nav.csv
@@ -1,11 +1,15 @@
display_name,stub,dropdown_parent
-Home,/,
-Browse,/browse.html,
-Collections,,
-Subjects,/subjects.html,
-Map,/map.html,
-Data,/data.html,
-About,/about.html,
-gary_carrington,/browse.html#collection:gary_carrington_collection,Collections
-starla_carr,/browse.html#collection:starla_carr_collection,Collections
-tisha_taylor,/collection-tisha.html,Collections
\ No newline at end of file
+HOME,/,
+ARCHIVE,/browse.html,
+COLLECTIONS,,
+EXPLORE,,
+READ,,
+SUBJECTS,/subjects.html,EXPLORE
+MAP,/map.html,EXPLORE
+METADATA,/data.html,EXPLORE
+ABOUT,/about.html,
+gary_carrington,/collection-gary.html,COLLECTIONS
+starla_carr,/collection-starla.html,COLLECTIONS
+tisha_taylor,/collection-tisha.html,COLLECTIONS
+Remembering Soakie's,/soakies.html,READ
+DONATE,/donate.html,
\ No newline at end of file
diff --git a/_data/config-theme-colors.csv b/_data/config-theme-colors.csv
index f466022..e42e28d 100644
--- a/_data/config-theme-colors.csv
+++ b/_data/config-theme-colors.csv
@@ -1,5 +1,5 @@
color_class,color
-primary,#a4c9e8
+primary,#4da3ff
secondary,black
success,black
info,#578bb5
diff --git a/_data/theme.yml b/_data/theme.yml
index facde12..5babfa6 100644
--- a/_data/theme.yml
+++ b/_data/theme.yml
@@ -13,7 +13,7 @@ featured-image-alt-text: # add alt text if using url for featured-image (objecti
# optional: add extra padding around collection title for a larger image feature.
home-title-y-padding: 10em # the margin from the top your title portion will appear.
# optional: change position of background image, center, top, bottom
-home-banner-image-position: center # Default is top
+home-banner-image-position: # Default is top
##########
@@ -98,7 +98,7 @@ search-child-objects: true # true / false - if true, child objects will appear o
navbar-color: navbar-dark
# navbar background color
# Choose from bg-primary, bg-secondary, bg-success, bg-danger, bg-warning, bg-info, bg-light, bg-dark, bg-white
-navbar-background: bg-dark
+navbar-background: bg-secondary
# BOOTSWATCH THEMES [optional!]
# You can replace the standard Bootstrap theme with a Bootswatch (https://github.com/thomaspark/bootswatch) option
@@ -107,8 +107,8 @@ bootswatch: # leave blank or comment out for plain bootstrap
# THEME FONTS [optional!]
base-font-size: 1.2em
-text-color: "#191919"
-link-color: "#0d6efd"
+text-color: "#eeeeee"
+link-color: "#4da3ff"
base-font-family: "'Space Mono', monospace"
font-cdn:
diff --git a/_includes/collection-nav.html b/_includes/collection-nav.html
index 91b9a86..53d58ea 100644
--- a/_includes/collection-nav.html
+++ b/_includes/collection-nav.html
@@ -16,7 +16,10 @@
{% for nav in navItems %}
{% if nav.stub %}
- {{ nav.display_name }}
+
+ {{ nav.display_name }}
+
{%- else -%}
diff --git a/_includes/feature/image.html b/_includes/feature/image.html
index 79b3ac3..a95d709 100644
--- a/_includes/feature/image.html
+++ b/_includes/feature/image.html
@@ -44,7 +44,22 @@
- {% unless include.caption == false %}{% if i contains "/" %}{{ image_caption }}{% else %}{{ image_caption }}{% endif %}{% endunless %}
+ {% unless include.caption == false %}
+
+
+ {{ figure.objectid }}
+ | {{ figure.description }}
+
+ {% if figure.date_created or figure.collection %}
+
+ ({% if figure.date_created %}{{ figure.date_created }}{% endif %}{% if figure.collection %}{% if figure.date_created %}.{% endif %} Licensed for use as part of the {{ figure.collection }} of {B/qKC})
+ {% endif %}
+
+ {% endif %}
+
+
+{% endunless %}
+
{% endfor %}
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
index 89b49c7..2c09255 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,51 +1,47 @@
-