diff --git a/css/style.css b/css/style.css index 227df83..f808cb2 100644 --- a/css/style.css +++ b/css/style.css @@ -9736,3 +9736,19 @@ textarea.form-control { 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -136px; } } + + + +.blue-text { + color: var(--blue); +} + +.banner-over { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, .5); + z-index: 1; +} \ No newline at end of file diff --git a/includes/index-hero.php b/includes/index-hero.php index ee55f5a..e076657 100644 --- a/includes/index-hero.php +++ b/includes/index-hero.php @@ -21,7 +21,7 @@