diff --git a/css/custom.css b/css/custom.css index 8037c7a..ec9462b 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1114,6 +1114,8 @@ input.hidden { .startup-jalsa{ font-family: 'BenchNine', sans-serif; color: rgb(25, 104, 157); + position:relative; + z-index:2; } } @@ -1298,6 +1300,8 @@ table { font-family: 'BenchNine', sans-serif; font-size: 70.15pt; color: rgb(25, 104, 157); + position:relative; + z-index:2; } .header{ /*width: 100%;*/ diff --git a/index.html b/index.html index be8bb7a..d5589f8 100644 --- a/index.html +++ b/index.html @@ -60,6 +60,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= right:0; top:0; height: 700px; + position:fixed; background-position: top center; background-image: url(/images/mock_up_background.jpg); background-repeat: no-repeat; @@ -73,9 +74,9 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= .bg_dots{ height:80%; background-size: 300% auto; - -webkit-background-size:300% auto; - position:fixed; - top:0; + -webkit-background-size:300% auto; + position:fixed; + top:0; } }