/* CSS Document */
body
{
	 background: url('../img/hal_pk.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	 
}

.jumbotron
{
	background-color: none !important;
	background: url('../img/blue_alpha50.png');
}

h2
{
	color: #ffffff !important;
	margin-bottom: 35px !important;
	font-family : Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	}


#logo_pk
{
	position:absolute;
	top: 20px;
	left: 20px;
	z-index: 900;
}

.btn-primary
{
	font-weight: bold !important;
}
