body{
	margin:0;
	padding:0;
    color: #fff;
    background: #2980b9 url('../images/tumblr_static_bg3.png') repeat 0 0;
	-webkit-animation: 30s linear 0s normal none infinite animate;
	-moz-animation: 30s linear 0s normal none infinite animate;
	-ms-animation: 30s linear 0s normal none infinite animate;
	-o-animation: 30s linear 0s normal none infinite animate;
	animation: 30s linear 0s normal none infinite animate;
 
}
 
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}

.logo-for-background {
    position: absolute;
    bottom: 0;
    right: 0
}

.container {
    margin: 0;
    padding: 0
}

.inner {
    text-align: center;
    padding-top: 100px;
    font-family: Courgette;
    font-size: 90px
}

.inner p {
    margin-top: 170px
}

.media {
    text-align: center;
    margin: auto auto;
    width: 100%;
    padding-top: 170px
}

.media a i {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding-right: 20px
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 30%;
        height: auto
    }
}