html, body {
    height: 100%;
  }
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}

.container{
    width: 100%;
    margin-top: 20%;
    margin-bottom: 20%;
    vertical-align: center;
}

.footer {
    flex-shrink: 0;
    padding: 3px;
    background-color: #eee;
    max-width: 455px;
}

#wrap{
    flex: 1 0 auto;
    max-width: 460px;
    /*
    width:100%;
    height: auto;
    margin:0 auto;
    */
    background: url("../images/star.svg") no-repeat center center;


    background-color: #233446;
/*
background-color: #233446;
#D7D7D7;
*/
}

.skin{
   display:block;
   width:100%;
   max-width:100%;
   height:auto;
}

@media all and (min-width: 768px){
    .left-side{
        float: left;
        width: 120px;
        
        margin-top: 70px;
        padding: 10px;
        height: auto;
    
    }
    
    #orbit-img{
        position: absolute;
        top: 400px;
        left: 120px;
        width: 120px;
    }
}

@media all and (min-width:960px){
    .left-side{
        float: left;
        width: 120px;
        margin-top: 70px;
        padding: 10px;
        height: auto;
    
    }

    #orbit-img{
        position: absolute;
        top: 400px;
        left: 120px;
        width: 120px;
    }

}

.left-side{
    float: left;
    width: 60%;
    /*
    margin-top: 70px;
    */
    padding: 10px;
    height: auto;

}

.picture-area{
    height: 100%;
}

#all-sounds-img{
    position: relative;
    top: 80px;
    width: 80%;
    z-index: 10;
}

#orbit-img{
    position: relative;
    top: -320px;
    left: 140px;
    width: 70%;
}

#satellite-img{
    position: absolute;
    top: 100px;
    left: 35%;
    width: 20%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



.rigth-side{
    width: auto;
    padding-left: 70%;
}

.icons{
    width: 70%;
}

.choice div{
    margin-top: 5%;
    margin-bottom: 5%;
}

.navi_btns
{
    width: 40px; 
    height: 40px;
}


/*
#all-sounds{
    position: relative;
    display: inline-block;
    width: 50%;
    margin-top: 45px;
    z-index: 10;
    
}

#orbit-img{
    width: 45%;
    margin-left: -30%
}

*/

#login-container{
    width: 80%;
    margin: 0 auto;
}

#login-container > form > p{
   padding: 10px 0;
   text-align: center;
}

#login-container > form > p > input{
    font-size: 16px;
    padding: 8px 5px;
}

#ib_LogIn{
    font-weight: 600;
    font-size: 20px;
    padding: 5px 10px;
}