html {
  scroll-behavior: smooth;
  }
	#background{position:fixed; top:0px; left:0; height:1200px; width:100%;
    /*background-color: #e5e0ca;*/
    background:url('tile2.gif') repeat;
  }
  @media screen and (max-width:768px) {
		#background{height:3500px; z-index:-1;}
	}
	#parallax_space{position:relative; height:2000px; background-color:transparent; z-index:0;}
  @media screen and (max-width:768px) { #parallax_space{height:0;} }
  @media screen and (max-width:480px) { #parallax_space{height:0;}}
  @media screen and (max-width:375px) { #parallax_space{height:0;} }

/*=  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  */
#parallax-container{position:relative; width:100%; overflow:hidden;}
@media screen and (min-width:769px) { /* Desktop */
  #parallax-container{margin-top:100px; height:2400px; }
}
@media screen and (max-width:768px) { /* tablet */
  #parallax-container{margin-top:0px; margin-bottom: -500px;}
}
@media screen and (max-width:480px) { /* mobile */

}

/*=  =  Page 1 =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  */
  #page1{position:relative; width:100%; border:0px solid red; z-index:1020;}
  #page1 .object{position:absolute; height:auto;  z-index:2;}
  #page1 .object2{position:absolute; height:auto;  z-index:4;}
  #page1 .object3{position:absolute; height:auto;  z-index:5;}
@media screen and (min-width:769px) { /* Desktop */
  #page1 {top: 2.5%;  height:5000px;}
  #page1 .object{left: 0%; top: 10%;  width:100%;}
  #page1 .object2{left: 0%; top: 47%;  width:100%;}
  #page1 .object3{right: 0%; left: 0%; margin:auto; top: 0%;  width:40%;}
}
@media screen and (min-width:1440px) { /* Big Desktop */
}
@media screen and (max-width:768px) { /* tablet */
  #page1 {top:0; height:4000px;}
  #page1 .object{top: 0; width:100%; left:0;}
  #page1 .object2{left: 0; top: 50%;  width:100%;}
  #page1 .object3{right: 0%; left: 0%; margin:auto; top: 80px;  width:70%;}
}
@media screen and (max-width:480px) { #page1 {height:800px;} /* mobile */
}
@media screen and (max-width:375px) {
  #page1 {height:4000px;}
}
