/* ------------------------- scroll page ------------------------- */
.block{
    padding: 20px 0px;   
}
/* ------------------------- scroll page ------------------------- */


/* ------------------------- parallax bg image ------------------------- */
/* mobile */
@media (max-width: 767px) {
.parallax_mobile{
position:fixed;
background:url(../img/doc04_0900.jpg);
width:900px;
height:900px; 
margin-top:-50px;
margin-left:-340px;
background-repeat: no-repeat;
}
.jumbotron {margin-top:60px;}
		}
/* ------------------------- parallax bg image ------------------------- */
/* ------------------------- parallax bg image ------------------------- */
/* tablet portrait */
@media (min-width: 768px) {
.parallax_tablet_portrait{
position:fixed;
background:url(../img/doc04_1480.jpg);
width:1480px;
height:1480px; 
margin-top:0px;
margin-left:-360px;
background-repeat: no-repeat;
}
.jumbotron {margin-top:90px;}
		}
/* ------------------------- parallax bg image ------------------------- */
/* ------------------------- parallax bg image ------------------------- */
/* tablet landscape / small desktop*/
@media (min-width: 992px) {
.parallax_tablet_landscape{
position:fixed;
background:url(../img/doc04_1900.jpg);
width:1900px;
height:1900px; 
margin-top:-50px;
margin-left:-490px;
background-repeat: no-repeat;
}
.page-header {
  border-bottom: 0px;
}	
.jumbotron {margin-top:10px;}
		
	}
/* ------------------------- parallax bg image ------------------------- */
/* ------------------------- parallax bg image ------------------------- */
/* large desktop */
@media (min-width: 1200px) {
.parallax_desktop{
	position:fixed;
	background:url(../img/doc04_2400.jpg);
	width:2400px;
	height:2400px;
	margin-top:-50px;
	margin-left:-620px;
	background-repeat: no-repeat;
}
.page-header {
  border-bottom: 0px;
}
.jumbotron {margin-top:10px;}
		
		}
/* ------------------------- parallax bg image ------------------------- */
