diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css
index 906ae97..2956ebc 100755
--- a/SRC/public/css/app.css
+++ b/SRC/public/css/app.css
@@ -6264,3 +6264,12 @@ label,
.checkbox label {
font-weight: 300;
}
+.navbar.transparent.navbar-inverse .navbar-inner {
+ border-width: 0px;
+ -webkit-box-shadow: 0px 0px;
+ box-shadow: 0px 0px;
+ background-color: rgba(0,0,0,0.0);
+ background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
+ background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
+ background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
+}
\ No newline at end of file
diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php
index 1349ce3..449a17c 100755
--- a/SRC/resources/views/home.blade.php
+++ b/SRC/resources/views/home.blade.php
@@ -1,13 +1,10 @@
@extends('app')
@section('content')
-
-