diff --git a/assets/css/style.css b/assets/css/style.css index 47f42d9..450beaa 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -32,6 +32,10 @@ body { background-color: var(--white) } +.navbar .footer { + background-color: #DD0426; +} + /*----- FONT STYLES -----*/ .title { @@ -42,6 +46,7 @@ body { h1 { font-family: var(--heading-text); font-size: 6vw; + color: #EFF6EE; } h2 { @@ -49,6 +54,12 @@ h2 { font-size: 1.5vw; } +h3 { + font-family: var(--heading-text); + font-size: 2vw; + color: #EFF6EE; +} + h5 { font-family: var(--heading-text); } diff --git a/assets/images/background.jpg b/assets/images/background.jpg index d2e5f3c..a188c3d 100644 Binary files a/assets/images/background.jpg and b/assets/images/background.jpg differ