/*style.css    */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700i');

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

        .container {
            background-color: white;
            text-align: center;
            padding-bottom: 1%;
            margin-top: 7%;
            max-width:90%;

        }

    .simplastic_logo{
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
    }

        .font {
            margin-top: 3%;
        }
        body {
            background-color: #FFCC33;
            font-family: 'Noto Sans','Noto Sans TC', sans-serif;
            color: #333333;
            line-height: 1.8;
            /*        display: flex;*/
            width: 100%;
            padding: 0;
            margin: 0;
            align-items: center;
            justify-content: center;
            flex-direction: column;

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

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

    .bold {
        font-weight: 600;
    }
        .narration {
            font-size: 18px;
            color: black;
            padding-bottom: 10px;
            padding-top: 10px;

        }
        .upload_narration {
            font-size: 18px;
            color: white;
        }
        .login-btn {
            /*        put on log-out page*/
            height: 100px;
            width: 60%;
            font-size: 30px;
            margin-top: 50px;

        }
        

    }  /*end of width 769px*/

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

        .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%;
        }
        
         .simplastic_logo{
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
    }


        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;
        }

        .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: 20%;
        }
 .id_state {
        margin-top:1rem;
        }

    }