@import "compass/css3";

/*
	Demo Styles: NOT REQUIRED
*/
html,
body {
  margin: 0;
  height: 100%
}

h1,
p {
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  top: 10px;
  left: 10px;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #EFEFEF;
}

.full-screen {
  height: 100%; /* makes panels the entire window height */
}
/*
div {
    border-style: dotted;
    border-width: 1px;
}
*/

#goFamilingScrollStory {
  /*overflow: scroll;*/
  width:100%;
  overflow-x: hidden; 
  overflow-y: hidden;
}

.no-bar {
  overflow-x: hidden;
  overflow-y: hidden;
}

.separator{
    display:block;
    width: 100%;
}

.scrollstory {
  max-height: 3000px;
  width: 100%;
  /*max-width: 1920px;*/
  /*overflow: hidden;*/
  margin-left:auto;
  margin-right:auto;  
}

.scene001 {
  position: relative;
  display:block;
  max-width: 1920px;
  margin-left:auto;
  margin-right:auto;
}

.scene002 {
  position: relative;
  display:block;
  max-width: 1920px;
  margin-left:auto;
  margin-right:auto;
}

.scene003 {
  max-width: 1920px;
  position: relative;
  display:block;
  margin-left: auto;
  margin-right: auto;
  top:-2500px;
  z-index:1;

}

.story-background-cardboard-yellow {
    background-image: url("../img/bgcardboard.jpg");
    background-repeat: repeat-x repeat-y;
}

.story-background-cardboard-red {
    background-image: url("../img/bgcardboard2.jpg");
    background-repeat: repeat-x repeat-y;
}

.div-center {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.img-center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

div.img-plane001 {
  position: relative;
  display:block;
  left: -300px;
  z-index:3;
}

div.img-earth001 {
  width: 100%;
  display:block;
  z-index:2;
}

div.img-cloud001 {
  position: relative;
  width:100%;
  display:block;
  top:-300px;
  z-index:4;
}

div.img-cloud002 {
  position: relative;
  width:100%;
  display:block;
  top:-800px;
  z-index:5;
}

div.img-cloud003 {
  position: relative;
  width:100%;
  display:block;
  top:-1100px;
  z-index:6;
}