#astra-main {
    /*  height: 1250px;*/
    height: auto;
}

#discover-flourish {
    top: -455px;
    left: 673px;
}

#astra-title {
    margin-left:30px;
}

#menubar {
    left: 75px;
}

#audio-overture {
    height:80px;
    width:444px;
    background-image: url(../img/btnOverture.jpg);
    cursor: pointer;
}

#audio-carnival {
    height:80px;
    width:444px;
    background-image: url(../img/btnCarnival.jpg);
    cursor: pointer;
}

#audio-finale {
    height:80px;
    width:444px;
    background-image: url(../img/btnFinale.jpg);
    cursor: pointer;
}


#copyright {
    position: absolute;
    margin-top: 1600px;
    font-size: x-small;
    font-style: italic;
}

#discover-container{
    height: 1250px;
}


/* Smartphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #discover-container {
        height: 2300px;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    #discover-container {
        height: 1300px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    #discover-container {
        height: 2600px;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    #discover-container {
        height: 1300px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    #discover-container {
        height: 2150px;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    #discover-container {
        height: 1550px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    #discover-container {
        height: 2300px;
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    #discover-container {
        height: 1250px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    #discover-container {
        height: 2300px;
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    #discover-container {
        height: 1250px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    #discover-container {
        height: 2300px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #discover-container {
        height: 1250px;
    }
}


#discover-text {
    margin: -125px 0 0 30px;
    float: left;
}


