@media all{
	body{
		height: 100%;
	 	background-color: rgba(0,0,0,.07);
	}
	.navbar{
		/*background-color: rgba(255,255,255,1);
		position: relative;*/
	}

	p.about{
		color: #000;
	}
	#big-img-head{
		background-image: url('/classicobar/web/images/headprivatisation.png');
		background-size:cover;
		background-position: top center; 
	 	background-repeat: no-repeat;
	}
	.blur{
		background-image: url('/classicobar/web/images/blur.png');
		background-size:cover;
		background-position: top center; 
	 	background-repeat: no-repeat;
	 	padding: 20px 5px;
	}
	.blur h1{
		line-height: 1.5em;
	}
	.white{
		background-color: #FFFFFF;
	}
	p.text{
		color: #000;
	}
}
 /* Small devices (tablets, 768px and up) */
@media (max-width: 500px) {
}

@media (max-width: 768px) {
	/*form{
		border-radius: 0px;
	}*/
	.padding-left-none{
		padding-left: 15px;
	}
}

@media (max-width: 862px) {
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}