#space {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transform-style: preserve-3d;
}

.layer {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
}

#galaxy {
    /*transform: translateZ(-4px) scale(5);*/
    background: url(../images/bgs/img_footer_bg_galaxy.jpg) 0 -700px;
    background-size: 100% auto;
    height: 1171px;
    width: 1903px;
    /*margin-top: -950px;*/
}

#moon {
    /*transform: translateZ(-2px) scale(3);*/
    /*top: 150px;*/
    /*left: -800px;*/
    background: url(../images/img_footer_galaxy.png);
    background-size: 100% 100%;
    width: 480px;
    height: 480px;
    margin-top: -1171px;
    margin-left: 148px;
}

#astronaut {
    /*transform: translateZ(0) scale(1);*/
    /*top: 1600px;*/
    background: url(../images/bgs/img_footer_bg_asteroid.png);
    background-size: 1903px;
    height: 614px;
    width: 1903px;
    margin-top: 173px;
    color: white;
}

#space-bottom-left {
    position: absolute;
    width: 576px;
    font-family: Futura-Std-Bold;
    font-size: 40px;
    margin-left: 37px;
    margin-top: 478px;
    text-transform: uppercase;
    line-height: 33px;
}


#space-bottom-right {
    position: relative;
    float: right;
    font-family: Futura-Std-Bold;
    font-size: 19px;
    margin-right: 56px;
    margin-top: 490px;
    text-transform: uppercase;
}

.social-icon {
    float: left;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-color: orange;
    margin-right: 29px;
    background: url(../images/icons/ellipse.png);
}

.last {
    margin-right: 0;
}

.social-icon img {
    display: block;
    margin: auto auto;
}

#sailing {
    margin-top: 63px;
}