@charset "UTF-8";
/* CSS Document */

/* reset *************************************************************/
body {line-height:1; margin:0; font-family:arial,sans-serif;}
h1, h2, h3, h4, h5, h6, p {margin:0; font-size:100%; font-weight:normal; line-height:1.3;display:block;}
article,footer,header {display:block;}
ul,li {list-style:none; padding:0;margin:0;}
dl,dt,dd {padding:0; margin:0;}
table,tr,td {border:0;padding:0;margin:0;}
a {display:block;color:#ff6699;text-decoration:none;}
img {vertical-align:baseline; border:0; padding:0; margin:0;}
div {margin:0;padding:0;}
button {background: transparent;border: 0; outline: none;}
/* //reset *************************************************************/

*{
  box-sizing: border-box;
}

body {
  background: #333;
  font-family: sans-serif;
}
img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin:0 auto;
}
body,html {
  height: 100%;
}
#wrapper {
  background:#000;
  position: relative;
  margin: 0 auto;
	overflow: hidden;
}
@media screen and (min-width: 751px) {
  body {font-size:24px;}
  #wrapper {width:750px;margin:auto;}
}
@media screen and (max-width: 750px) {
  body {font-size:14px;}
  #wrapper {width:100%;}
}

#top{
	position:relative;	
}


.btn{
	position:absolute;	
	width:90% !important;
	left:4%;
	top:87%;
	animation: elasticity 1.5s ease infinite alternate;
}

#second{
	position:relative;	
}



#third{
	position:relative;	
	
}



.btn2{
	position:absolute;	
	width:90% !important;
	left:4%;
	top:63%;
	animation: elasticity 1.5s ease infinite alternate;
}


@keyframes elasticity {

  20% {
    transform: scale3d(1.0, 0.7, 1);
  }

  40% {
    transform: scale3d(0.7, 1.0, 1);
  }

  60% {
    transform: scale3d(1.1, 0.6, 1);
  }

  80% {
    transform: scale3d(0.6, 1.1, 1);
  }

  100%{
    transform: scale3d(1, 1, 1);
  }
}


h6{
	color: #FFFFFF;
}
#footer{
	background-color:#222222;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#footer p{
	line-height: 1.6;
}