/*upload.css   */

@media only screen and (min-width: 769px) {

        .container {
            background-color: white;
            text-align: center;
            padding-bottom: 1%;
            margin-top: 7%;
            max-width:90%;      
            height: 800px;
        }
        .font {
            margin-top: 3%;
        }
        body {
            background-color: #FFCC33;
            font-family: 'Noto Sans', sans-serif;
            color: #333333;
            line-height: 1.8;
            width: 100%;
            padding: 0;
            margin: 0;
            align-items: center;
            justify-content: center;
            flex-direction: column;
\

        }
        button {
            width: 120px;
            height: 40px;
            font-size: 15px;
            text-align: center;
        }
        li {
            display: table-cell;
        }

        h1 {
            padding-top: 15px;
            font-weight: 600;
        }

        .uploadarea {
            background-image:url(img/icon_upload.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 10%;
            background-color: dimgray;
            height: 60%;
        }
        .upload {
            height: 70%;
        }

        .progress {
            margin-top: 3%;
            margin-left: 15px;
            margin-right: 15px;
        }
        .state {
            margin-top: 3%;
            font-size: 18px;
        }
        .narration {
            font-size: 18px;
            color: black;
            padding-bottom: 10px;
            padding-top: 10px;

        }
        .upload_narration {
            font-size: 18px;
            color: white;
        }

        .id_state {
            text-align: right;
        }


    }

    /*end of width 769px*/

    @media only screen and (min-width: 0px) and (max-width: 420px) {

        body {
            background-color: #FFCC33;
            font-family: 'Noto Sans', sans-serif;
            color: #333333;
            line-height: 1.8;
        }

        button {
            width: 120px;
            height: 40px;
            font-size: 15px;
            background-color: #FFCC33;
            text-align: center;
            color: #ffffff;
        }
        li {
            display: table-cell;
        }



        h1 {
            font-size: 30px;
            padding-top: 15px;
            font-weight: bold;
        }
        
        .maintitle {
            font-size: 3vh;
            color: #333333;
            text-align: right;
            padding-top: 5px;
        }
        .container {
            background-color: white;
            text-align: center;
            font-size: 12px;
            margin-top: 15%;
        }

        .logout_container {
            background-color: white;
            height: 75%;
            text-align: center;
            margin-top: 30%;
            padding-bottom: 15%;
        }

        .uploadarea {
            background-image: url(img/icon_upload.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 50%;
            background-color: #FFBA1C;
            border-radius: 10px;
            height: 50%;
        }
        .upload {
            height: 80%;
        }
        .progress {
            margin-top: 5%;
            margin-left: 15px;
            margin-right: 15px;
        }
        .state {
            margin-top: 5%;
            font-size: 16px;
        }

        .narration {
            font-size: 18px;
            color: black;
            margin-bottom: 10px;
        }
        .upload_narration {
            font-size: 18px;
            color: white;
        }
        .login-btn {
            height: 100px;
            width: 60%;
            font-size: 30px;
            margin-top: 50px;
        }
        .upload_container {
            background-color: white;

        }
        .font {
            margin-top: 0%;
        }
        

    }