@charset "UTF-8";
/* CSS Document */

body{
	margin: auto;
	margin-top: 100px; 
}

.container {
	width: 1400px;
	margin: auto;
	
}

.box01 {

	width: 1400px;
	height: 700px;
	
}.box02 {
	margin-top:-480px;
	width: 1400px;
	height: 700px;
	
}
.jelly {
  /*  font-size:24px;
    font-family: 'PT Sans Narrow', sans-serif;*/
    border: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: -40px;
    margin-top: -300px;
	margin-left: 1114px;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    border-radius: 3px;
    -webkit-animation:  anim 2s ease-in infinite;
    animation:  anim 2s ease-in infinite;
    transition: all .3s;
    overflow: hidden;
    text-decoration:none;
}

.jelly:active  {
   
}

@-webkit-keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

@media only screen and (max-width:640px) {  
.jelly {
    padding: 25px 50px;
    font-size: 16px;
}
}

footer {
  font-family: 'PT Sans Narrow', sans-serif;
  color:#605d5d;
  letter-spacing:3px;
  text-transform:uppercase;
  font-size:15px;
}

footer a {
  color:#ce4a4a;
  text-decoration:none;
  -webkit-transition:0.3s;
}

footer a:hover {
  color:#2b2b2b;
}
