diff --git a/public/css/footer.css b/public/css/footer.css index d810a4b..82af9cb 100644 --- a/public/css/footer.css +++ b/public/css/footer.css @@ -3,14 +3,16 @@ width: 100%; height: 70px; background-image: url("/img/header/banner.jpg"); + background-size: cover; background-position: center center; background-repeat: no-repeat; + font: 100% Lato, sans-serif; } #footer-content { display: inline-block; - color: #ddd; + color: #dedede; padding: 24px 26px; - font-size: 11px; + font-size: .7em; width: 100%; } diff --git a/public/css/header.css b/public/css/header.css index 608c9b3..e3fc247 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -2,8 +2,12 @@ #header { width: 100%; background-image: url("/img/header/banner.jpg"); + background-size: cover; background-position: center center; background-repeat: no-repeat; + font: 100% Lato, sans-serif; + font-weight: bold; + font-size: 1.2em; } #header-crest { diff --git a/public/css/style.css b/public/css/style.css index a75e78f..96845cf 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -3,18 +3,22 @@ html { height: 100%; } + body { padding: 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin: 0; height: 100%; background-color: #205f8c; -} + font: 100% Lato, sans-serif; + } .content-wrapper { - margin: 0 20px; - background-color: #ddd; - color: #000; + margin: 0 auto; + background-color: #edf2f4; + font-weight: thin; + color: #3b4a3c; padding: 30px; height:auto; + }