
html {
	height: 100%;
}

body {

	background-color: #FFA4AF;
	background-color: #d1d1d1;
	background-color: #D0D7E2
	height: 1000px;
	width: 100%;

}



.tablet-description {
	
	padding: 25px;
	position: fixed;
	top: 35vh;
	left: 50%;
	width: 300px;
	font-size: 2.5vw;
	font-weight: 700;
	
}

.tablet-description-1 {
	padding: 25px;
	position: fixed;
	top: 40vh;
	left: 50%;
	width: 300px;
	font-size: 2.5vw;
	font-weight: 700;
	
}

.tablet-description-2 {
	
	padding: 25px;
	position: fixed;
	top: 45vh;
	left: 50%;
	width: 300px;
	font-size: 2.5vw;
	font-weight: 700;
	
}




.text {
	color: #fff;
 
}


.text-dark {
	color: #000;	
 
}


.img-left {
	max-height: 35vw;
	max-width: 100%;
  height: auto;

}

.tablet-left {
	position: fixed;
	top: 7rem;
	right: 49.95%;
}


div.tablet-right {
	width: 50%;
	left: 50%;
	position: -webkit-sticky;
  position: sticky;
	top: 7rem;
	margin-top: 2000px;
	
	
}



.img-right {
  max-height: 35vw;
	max-width: 100%;
	 height: auto;
		
}

.empty {
	background-color: #fff;
	width: 100%;
	position: absolute; 
	height: 1000px;
	margin-top: -2000px;
	overflow-y: hidden;
	
}



/* video */



.greeting-video {
	max-height: 400px;
	max-width: 100%;
}

.tablet-wrap {
	height: 100%;
}



/* footer */

.pages-nav {
	width: 100%;
	position: fixed;
	bottom: 10px;



}


.play-wrap {
	width: 100%;
	position: fixed;
	height: 55vw;
    top: 0;
  left: 0;
    display:flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
	
}

.playpause-1 {
	opacity: 0;
    background-repeat:no-repeat;
    width: 9vw;
    height: 9vw;
    background-size:cover;
	background-color: rgba(58, 58, 58, .5);
	border-radius: 50%;
		display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
	font-size: 3.5vw;
   
    margin:auto;
    background-size:contain;
    background-position: center;
	
	color: #fff;
	

	
}


.playpause-1:hover {
    opacity: 1;
    background-repeat:no-repeat;
    width: 9vw;
    height: 9vw;
    background-size:cover;
	background-color: rgba(58, 58, 58, .5);
	border-radius: 50%;
		display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
	font-size: 3.5vw; 
    margin:auto;
    background-size:contain;
    background-position: center 
	color: #fff;
-webkit-animation: bounce 1s infinite;
	-moz-animation: bounce 1s infinite;
	-o-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
	animation-timing-function: ease-in-out;
	animation-play-state: running;
}

	
	
@-webkit-keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 105px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}	
	
@-moz-keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 105px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}	
	
@-o-keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 105px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}		
	
@keyframes bounce {
	0% {width: 100px; height: 100px;}
	25% {width: 101px; height: 101px;}
	50% {width: 105px; height: 105px;}
	75% {width: 101px; height: 101px;}
		100% {width: 100px; height: 100px;}
}
	






.page-a {
	color: #fff;
	
}

.page-a:visited {
	color: #fff;
}

.page-a:active {
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.container-video {
		display: none; 
	}
}

@media only screen and (max-width: 991px) {
	.tablet-wrap {
		display: none; 
	}
	.empty {
		display: none;
	}
	
	.wrapper-video {
		display: none;
	}
}

.greeting-video {
	position: fixed;
	top: 0;
	opacity: 1;
	height: 1px;
	
}

@media only screen and (min-height: 1000px) {
	
 div.tablet-right {

	margin-top: 2500px;
	
	
}
	
	.empty {
		margin-top: -2500px;
	}	
}

.grid-link {
	color: #fff;
}

