
/* -- RESPONSIVE STYLESHEET (PROTOTYPE) -- */

body:before {
    content: "Z";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: magenta;
    border: 1px solid magenta;
    border-top: 0 none transparent;
    border-left: 0 none transparent;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    font-family: "Courier New";
    font-size: 26px;
    line-height: 50px;
    z-index: 99999;
}


/* -- Right-before Landscape Mode -- */
@media (max-width: 1048px){

    body:before {
        content: "12";
    }

    body,
    #mmrpg,
    #prototype {
        width: auto !important;
        min-width: 768px;
        min-height: 924px;
        height: auto;
        background-color: #262626;
        background-image: none;
    }

}

/* -- Landscape Mode -- */
@media (min-width: 1024px){

    body:before {
        content: "11";
    }


}

/* -- Portrait Mode -- */
@media (max-width: 1060px){

    body:before {
        content: "10";
    }


}

/* -- Slightly Less than Portrait Mode -- */
@media (max-width: 1000px){

    body:before {
        content: "09";
    }

}

/* -- Less than Portrait Mode -- */
@media (max-width: 970px){

    body:before {
        content: "08";
    }

}

@media (max-width: 800px){

    body:before {
        content: "07";
    }

    #window {
        border-width: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        padding: 2px 0;
    }

    #music.onload {
        bottom: -200px;
    }

}

/* -- Even Less than Portrait Mode -- */
@media (max-width: 780px){

    body:before {
        content: "06";
    }

    #mmrpg.index #window,
    #mmrpg.index #window iframe {
        border-left: 0 none transparent !important;
        border-right: 0 none transparent !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }


}

@media (max-width: 768px){

    body:before {
        content: "05";
    }

    #prototype .option_1x1 div label .maintext .icons.stats {
        display: none;
    }

}

/* -- Even More Less than Portrait Mode -- */
@media (max-width: 700px){

    body:before {
        content: "04";
    }


}

/* -- Almost iPhone Portrait Mode -- */
@media (max-width: 560px){

    body:before {
        content: "03";
    }


}

/* -- So Close to iPhone Portrait Mode -- */
@media (max-width: 460px){

    body:before {
        content: "02";
    }

    body.index {
        min-height: 100vh;
    }

}

/* -- Even Closer to iPhone Portrait Mode -- */
@media (max-width: 400px){

    body:before {
        content: "01";
    }


}


/* -- iPhone Portrait Mode -- */
@media (max-width: 350px){

    body:before {
        content: "00";
    }


}