body{
background-image: linear-gradient(to bottom, white 0%, grey 100%); background-repeat: repeat-y; height: 100vh;
}
.navbar-brand{
font-size: 30px !important;
}
.navbar-default{
background: none; border: none;
}
.navbar-nav .active > a {
color: #b698cc !important; background-color: transparent !important;
}
.navbar-nav a:hover {
color: #9E009E !important;
}
/* Jumbotron on landing page */ .jumbotron-billboard .img {
margin-bottom: 0px; opacity: 0.4; color: #fff; background: #000 url("") center center; width: 100%; height: 100vh; background-size: cover; overflow: hidden; position:absolute; top:0;left:0; z-index:1;
} .jumbotron {
position:relative; padding:50px; height: 100vh; margin-top: -15px;
}
.jumbotron .container {z-index:2;
position:relative; z-index:2;
}