.navbar-brand {
    position: relative;
    background: url(pspcl.png);
    width: 170px;
    left: 15px;
    background-size: contain;
    background-repeat:no-repeat;
}

.jumbotron {
	background-size: cover;
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("../../../../../images/home.jpg");
	background-position: center;
}

.jumbotron > h2 {
	text-align: center;
	color: #FFFFFF;
}
