Replace Kalamar logo with new KorAP logo

Change-Id: I1876ba54b64b722003ac436f2301631337b491f3
diff --git a/dev/scss/main/logos.scss b/dev/scss/main/logos.scss
index 3b87e96..40f42de 100644
--- a/dev/scss/main/logos.scss
+++ b/dev/scss/main/logos.scss
@@ -22,26 +22,6 @@
   }
 }
 
-
-/**
- * Background image for the front page
- */
-#kalamar-bg {
-  position: fixed;
-  height:   110%;
-  width:    175%;
-  top:      0;
-  z-index:  -5000;
-  opacity:  .1;
-  background: {
-    image:    url('#{$img-path}/korap-bg-kalamar.svg');
-    size:     50%;
-    repeat:   no-repeat;
-    position: 50% 50%;
-  }
-}
-
-
 /**
  * Logo table of the front page
  */
@@ -82,15 +62,15 @@
 h1 {
   position:    absolute;
   margin:      0;
-  margin-left: 15px;
+  margin-left: 10pt;
   left:        0;
   top:         0;
   width:       7.8em;
   height:      2.4em;
   z-index:     105;
   background: {
-    size:  72%;
-    image: url('#{$img-path}/korap-logo-kalamar.svg');
+    size:  78% !important;
+    image: url('#{$img-path}/korap-logo.svg');
   }
 }
 
diff --git a/dev/scss/main/tutorial.scss b/dev/scss/main/tutorial.scss
index d743ee1..413d08a 100644
--- a/dev/scss/main/tutorial.scss
+++ b/dev/scss/main/tutorial.scss
@@ -36,10 +36,10 @@
     // Hack for a Firefox bug
     min-height: 100.1%;
     background: {
-      image:    url('#{$img-path}/korap-bg-kalamar.svg');
+      image:    url('#{$img-path}/korap-bg.svg');
       repeat:   no-repeat;
       position: center center;
-      size:     20%;
+      size:     15%;
     }
   }
 }