*{
	position: 0px;
	margin: 0px;
	box-sizing: border-box;
}


header img{
	
	
	filter: blur(5px);
	width: 100%;
    height: 120%;	
	position: fixed;

	
	}

header .intro-lead-in img:active{
	
	
	filter: blur(0px);
	width: 100%;
    height: 120%;	
	position: fixed;
	}

.catalogue img{
	
     z-index: 1;
    position: fixed;
    top: 100px;    
	left:110px;
	width: 500px;
	height: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  

}


.order_form img{
	
     z-index: 1;
    position: fixed;
    top: 100px;
    left: 747px;
	width: 500px;
	height: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
	
}

.catalogue-box{width: 37%;
    height: 54px;
    z-index: 2;
    margin-left: 110px;
    margin-top: 536px;
    background-color: #080808;
    position: absolute;
}


.orderform-box{width: 37%;
	            height: 54px;
	            position: absolute;
	            float: left;
	              background-color: #080808;
  
	             margin-top: 536px;
	                margin-left:745px;
	                  z-index: 2;
}



.box-1{width: 229%;
	           height: 57px;
	           float: left;
	           border: solid
	       margin-top: 527px;
	           margin-top: -39px;
	           background-color:#080808;
}

.catalogue-box h3{
	text-align: center;
	margin-top: 10px;
	color: white;
	  
}



.orderform-box h3{
	text-align: center;
	margin-top: 10px;
	color: white;

}




@media only screen and (max-width: 768px){

*{
	position: 0px;
	margin: 0px;
	box-sizing: border-box;
}


header .intro-lead-in img:active{
	
	
	filter: blur(0px);
	width: 100%;
    height: auto;	
	position: fixed;
	}


.catalogue img{
	
     z-index: 1;
    position: fixed;
    top: -166px
	left:110px;
	width: 300px;
	height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  position: absolute;
}


	
	


.order_form img{
	
     z-index: 1;
    position: fixed;
      top: 414px;
    left: 109px;
	width: 300px;
	height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
 position: absolute;


}

.catalogue-box{width: 51%;
    height: 47px;
    z-index: 2;
    margin-left: 110px;
    margin-top: 347px;
    background-color: #080808;
    position: absolute;

}


.catalogue-box h3{
	text-align: center;
	margin-top: 10px;
	color: white;
	font-size: 20px;
	  
}

.orderform-box{width: 52%;
    height: 47px;
    position: absolute;
    float: left;
    background-color: #080808;
    margin-top: 659px;
    margin-left: 105px;
    z-index: 2;
}


.orderform-box h3{
	text-align: center;
	margin-top: 10px;
	color: white;
	font-size: 20px;

}

