
/*                     Tablet Landscape
==================================================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px){

svg{
	margin-top: 330px;
}



}
	
/*                      Tablet Portrait
=================================================================*/
@media (min-width: 768px) and (max-width: 991px) {

svg{
	margin-top: 330px;
}



}
/*                          Phone
=======================================================================================*/
@media only screen and (max-width: 767px){
.headline{
	font-size: 20px;
}
.timeline ul li div {
  transform: none;
  visibility: visible;
  opacity: 1;

}

.nozzle{
	width: 200px;

}
svg{
	margin-top: 230px;
}


nav{
	margin-top: 0px;
}
.nav{
	margin-top: 30px;
}
 
}
 
 /* Mobile Vertical Layout: 488px 
===============================================================================*/
@media only screen and (min-width: 488px) and (max-width: 767px){



}