

body {
  background:black;
  margin:0;
  padding:0;
  
}


.phone{
	position: absolute;
	top: 350px;
	left: 300px;
	animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: -10px;
    margin-top: -50px;
}

.tablet{
	position: absolute;
	top: 300px;
	right: 225px;
	animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: -10px;
    margin-top: -50px;
}

.wave3{
	align-items: center;
	position: relative;
	bottom: -200px;
	right: -110px;
    animation-name: spin;
 	animation-duration: 9000ms;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
}


.wave{
	align-items: center;
	position: absolute;
	top: 150px;
	left: 450px;
	animation-name: floating;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 10px;
	}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 35px); }
    to   { transform: translate(0, -0px); }    
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
	}



.page {
	height:100vh;
  display:grid;
  align-items:center;
  justify-items: center;
  position: relative;
}

.page2 {
	height:100vh;
  display:grid;
  align-items:center;
  justify-items: center;
  position: relative;
}

.page3 {
	height:100vh;
  display:grid;
  align-items:center;
  justify-items: center;
  position: relative;
}

.page4 {
	height:100vh;
  display:grid;
  align-items:center;
  justify-items: center;
  position: relative;
}

.page5 {
	height:100vh;
  display:grid;
  align-items:center;
  justify-items: center;
  position: relative;
}

.page6 {
	height:10vh;
  display:grid;
  align-items:center;
  justify-items: center;
  position: relative;
}
/*
.center{
 	padding-left: 200px;
 	padding-right:100px;
 	padding-top: 300px;
 	text-align: left;
 	line-height: 1.5;

}
*/

.bottom {
position: absolute;
  top:320px;
  
  width:420px;
}

.right {
	position: absolute;
	left:850px;
}
.left {
	position: absolute;
	left:170px;
}


.center{
	font-size: 50pt;
	font-family:'Montserrat', sans-serif;  
  	font-weight: 900;
  	position: absolute;
    bottom: 200px;
    left:120px; 
}

h1{
	color: #FCEEAB;
  	font-size: 90pt;
  	font-family:'Montserrat', sans-serif;  
  	font-weight: 900;
  	margin-left: 30px;
  	margin-right: 30px;
  	margin-top: 40px;
    position: absolute;
    top:400px;
    left: 250px; 
  	line-height:1.2;
}


p{
	color: #FCEEAB;
	font-size: 18pt;padding-bottom;
	font-family: avenir;
	text-align: left;
	width:45vw;
    line-height: 1.5;
    position: absolute;
    bottom: -30px;
    left: 120px;

}


h2{
	color: #FCEEAB;
	font-size: 18pt;
	font-family: avenir;
	text-align: left;
    /*padding-top: 320px;
    padding-right: 170px;
    padding-left: 850px;*/
    line-height: 1.7;
    position: absolute;

}

h3{
	color: #FCEEAB;
	font-size: 20pt;
	font-family: avenir;
	font-weight: 100;
	text-align: left;
	width:50vw;
    /*padding-top: 320px;
    padding-right: 170px;
    padding-left: 850px;
    */line-height: 1.5;
    position: absolute;
    bottom: 50px;
    left:120px;

}


.left{
	position: relative;
	left: -200px;
	top: 200px;

}


.pagethree{
	position: absolute;
	color: #FCEEAB ;
	bottom:  100px;
	left: 120px;
	font-family: montserrat;
	font-size: 25pt;
	font-weight: 700;
	text-align: right;

}

.how{
	position: absolute;
    top:400px;
    left: 250px;
}

.read{
	color: #F14824;
	position: absolute;
	top: 70px;
	left: 850px;
	font-size: 50pt;
}

.arrowRight {

	width:100px;
	height: 87px;
	position: absolute;
	top: 130PX;
	right:50px;
	
	
	/*top:calc(50vh - 43px);*/

}

.arrowRight:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        color: :#53a7ea;

}

/*.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

*/






.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 3s steps(40, end),
    blink-caret 5s step-end infinite;
}


@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/*#subhead{
	opacity: 0;
	transition: opacity 200ms ease-out;
}

.visited #subhead {
	opacity: 1;
	animation:fadeInLeft 2s;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

*/






