@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

body {
    background-image: url("gibs.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.floating{
    position: center;
	top: 50%;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

img { 
	max-width: 100%;
    height: auto;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}


#coming {color: #7AC142; font-weight: bold;  font-size: 40px;  font-family: "Alef Hebrew"; direction:rtl;}