body {	
	height: 100vh;
	background: url(img/image3.png) no-repeat center center fixed;
  	background-size: cover;
}


@keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

@-webkit-keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

.wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
  
}

h1 {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.dot {
  color: #4FEBFE;
}

p {
  text-align: center;
  margin: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: normal;
  
}

h1 {
    margin: 0;
}
.icons {
  text-align: center;
  
}

.icons i {
  color: #00091B;
  background: #fff;
  height: 15px;
  width: 15px;
  padding: 13px;
  margin: 0 10px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: all 200ms ease;
  text-decoration: none;
  position: relative;
}

.icons i:hover, .icons i:active {
  color: #fff;
  background: none;
  cursor: pointer !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  text-decoration: none;
  
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
body {
  margin:0px;
  padding-top:43vh;
  color:#fff;
  font-family:'Roboto';
  font-size:36px;
  font-weight:300;
  overflow:hidden;
}

.mail a {
    width: 150px;
    padding: 20px 10px;
    background-color: #00aed7;
    color: #FFF;
    margin: 0px auto;
    margin-left: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -80px;
    text-decoration: none;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
}

a:hover {
    background: #fff;
    color: #00aed7;
}

.caption {
	line-height: 100px;
	font-size: 60px;
	color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 0px 5px 5px rgba(0,0,0,.25);
	margin-left: -300px;
}

.text-box {
	display: inline-block;
	position: relative;
}

.text-box div {
	display: inline-block;
	position: absolute;
	top: -200px;
	transform: rotateX(-290deg);
	opacity: 0;
	text-shadow: 0px 5px 5px rgba(0,0,0,.25);
	animation-timing-function: ease;
}

.text-box div:nth-child(1){
	animation: rollDown 10s forwards infinite;
}

.text-box div:nth-child(2){
	animation: rollDown2 10s forwards infinite;
}

.text-box div:nth-child(3){
	animation: rollDown3 10s forwards infinite;
}

.text-box div:nth-child(4){
	animation: rollDown4 10s forwards infinite;
}

.text-box div:nth-child(5){
	animation: rollDown5 10s forwards infinite;
}



@keyframes rollDown {
	0%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	15%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	20%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	25%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown2 {
	25%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	30%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	40%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	45%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown3 {
	45%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	50%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	55%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	60%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown4 {
	60%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	65%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	70%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	75%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown5 {
	75%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	80%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	90%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	99%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}