diff --git a/static/style.css b/static/style.css
index 811d9765853050116f1a13a0d0f90cadcfe223a6..570bf04d5323241a576c9fcdf40cf80232dc1497 100755
--- a/static/style.css
+++ b/static/style.css
@@ -1,7 +1,7 @@
 body { padding-top: 56px; }
 .left-aligned { margin-left: auto; }
 .bg-dark { background-color: #343a40 !important; }
-.bg-hero { background-color: #7952b3; }
+.bg-hero { background-color: #2753b3; }
 
 /* CALLOUT */
 .bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }