/*body { 
    background-image: url("Downloads/haazirho1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

}*/
.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("haazirho3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; 
  width: 100%;
  height: 100%;
 -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
/*.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;

  display: block;
  background-image: url("Downloads/haazirho1.jpg");
  width: 1200px;
  height: 800px;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}*/
.navbar-default {
    background:#b3b3b3;
    border:1px solid transparent;
}
h3{
	color: black;
	font-weight: bold; 
}
p{
	color: black;
	font:verdana;
  font-weight: bold; 
}
li{
	color: black;
	font:verdana;
  font-weight: bold;
}
#example-navbar-collapse ul a{
	color: #333333;
}
.navbar-right{
	margin-right: 10px;
}
@media screen and (min-width: 480px)  
{
  .abc{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  }   
}
