diff --git a/css/style.css b/css/style.css index d5b3bb1..1e950be 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,5 @@ +@import url('webfonts/OpenSans'); +@import url('webfonts/Montserrat'); body { font-family: 'Open Sans', sans-serif; @@ -189,26 +191,26 @@ img { max-width: 100%; } /***** Top content *****/ -.top-content { +.home { padding: 210px 0; } -.top-content .text { +.home .text { color: #fff; } -.top-content .text h1 { +.home .text h1 { margin-top: 25px; color: #fff; } -.top-content .description { +.home .description { margin: 30px 0 10px 0; } -.top-content .description p { opacity: 0.8; } +.home .description p { opacity: 0.8; } -.top-content .top-big-link { +.home .top-big-link { margin-top: 45px; } diff --git a/img/splash.jpg b/img/splash.jpg index 0481350..fcee38c 100644 Binary files a/img/splash.jpg and b/img/splash.jpg differ diff --git a/index.html b/index.html index 539de6a..788e9fe 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@