/* to do list */
li {
    display: block;
    font-size: 16px;
    font-family: Noto Sans Mono, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: black;
}
#toDoList{
    height: 250px;
    width: 300px;
    padding:15px;
    margin: 3px auto;
    overflow: scroll;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.5);
    border-radius: 10px;
}

.strikethrough {
    text-decoration: line-through;
    color: white;
    display: block;
    text-align: center;
}

body {
    background: rgba(39,36,41);
}

input::placeholder {
    font-family: Noto Sans Mono, Helvetica, sans-serif;
    font-size: 14px;
    color: gray;
}

input {
    border-radius: 100px;
    border: none;
    margin-top: 8%;
    width: 45%;
    box-shadow: 2px 2px purple;
    margin-bottom: 40px;
}

input[type="text"] {
    font-family: Noto Sans Mono, Helvetica, sans-serif;
    font-size: 14px;
    color: gray;
}

form {
    margin: 2px auto;
}

section {
    text-align: center;
}

.window {
    width: 400px;
    height: 500px;
    background: white;
    margin: 30px auto;
    border-radius: 25px;
    margin-top: 0;
    background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
        url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
    background-size: auto;
    box-shadow: 10px 10px rgb(235, 101, 123);
}

.title {
    background: rgba(39,36,41);
    border: none;
    border-radius: 50px;
    text-align: center;
    margin: 30px auto;
    margin-top: 4%;
    margin-bottom: 0;
    width: 100%;

}

h1 {
    font-size: 70px;
    font-weight: bolder;
    text-align: center;
    color: rgb(152, 97, 200);
    margin: 0;
    font-family: Sacramento, Helvetica, sans-serif;
    margin-bottom: 0;
}

button {
    background: rgb(152, 97, 200);
    border: 0;
    cursor: pointer;
    color: white;
    border-radius: 100px;
    font-family: Noto Sans Mono, Helvetica, sans-serif;
    font-size: 13px;
}

.buttons{
    margin-top: 20px;
    height: 50px;
}

#clearAll,
#hideCompleted {
    box-shadow: 3px 3px purple;
    display: inline;
    margin: 5px;
}

/* @media screen and (max-width: 621px) {
    input::placeholder {
        font-size: 12px;
    }

    input[type="text"] {
        font-size: 12px;
    }

    button {
        font-size: 10px;
    }
}

@media screen and (max-width: 498px) {
    input::placeholder {
        font-size: 12px;
    }

    input[type="text"] {
        font-size: 12px;
    }

    input {
        width: 50%;
    }

    button {
        font-size: 10px;
    }
}

@media screen and (max-width: 475px) {
    .window {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: 100%;
        width: 70%;
        height: 505px;
    }
}

@media screen and (max-width: 475px) {
    input {
        width: 58%;
    }
}

@media screen and (max-width: 431px) {
    input::placeholder {
        font-size: 12px;
    }

    input[type="text"] {
        font-size: 11px;
    }

    input {
        width: 54%;
    }

    button {
        font-size: 10px;
    }

    h1 {
        font-size: 60px;
    }

    .window {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        height: 478px;
    }
}

@media screen and (max-width: 425px) {
    input {
        width: 56%;
    }

    h1 {
        font-size: 40px;
        width: 100%;
    }

    .title {
        width: 100%;
    }
}

@media screen and (max-width: 407px) {
    input::placeholder {
        font-size: 11px;
    }

    input[type="text"] {
        font-size: 11px;
    }

    input {
        width: 54%;
    }

    button {
        font-size: 10px;
    }

}

.window {
    background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
        url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}



@media screen and (max-width: 388px) {
    input::placeholder {
        font-size: 11px;
    }

    input[type="text"] {
        font-size: 11px;
    }

    input {
        width: 60%;
    }

    button {
        font-size: 10px;
    }

    .window {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: 100%;
        width: 70%;
        height: 438px;
    }
}

@media screen and (max-width: 362px) {
    input {
        width: 65%;
    }

    form {
        padding-top: 10px;
    }

    .window {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: 100%;
        width: 70%;
        height: 400px;
    }
}

@media screen and (max-width: 353px) {
    input {
        width: 70%;
    }

    form {
        padding-top: 10px;
    }

    .window {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: 100%;
        width: 70%;
        height: 390px;
    }
}

@media screen and (max-width: 318px) {
    input {
        width: 72%;
    }

    form {
        padding-top: 10px;
    }

    .window {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: 100%;
        width: 70%;
        height: 360px;
    }
} */

@media screen and (max-width: 473px) {
    h1 {
        font-size: 60px;
    }

}
@media screen and (max-width: 430px) {
    h1 {
        font-size: 50px;
    }
    .window {
        height: 40%;
        width: 320px;
        background: white;
        margin: 15px auto;
        border-radius: 25px;
        margin-top: 0;
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size:140%;
        box-shadow: 10px 10px rgb(235, 101, 123);
    }
    #toDoList{
        height: 200px;
        width: 230px;
        padding:15px;
        margin: 2px auto;
        overflow: scroll;
        background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
        background: rgba(204, 204, 204, 0.5);
        border-radius: 10px;
    }
    input::placeholder {
        font-size: 11px;
    }

    input[type="text"] {
        font-size: 11px;
    }
    input{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 345px) {
    h1 {
        font-size: 50px;
    }
    .window {
        height: 35%;
        width: 270px;
        background: white;
        margin: 5px auto;
        border-radius: 25px;
        margin-top: 0;
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size:140%;
        box-shadow: 10px 10px rgb(235, 101, 123);
    }
    #toDoList{
        height: 100px;
        width: 150px;
        padding:15px;
        margin: 2px auto;
        overflow: scroll;
        background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
        background: rgba(204, 204, 204, 0.5);
        border-radius: 10px;
    }
    input::placeholder {
        font-size: 10px;
    }

    input[type="text"] {
        font-size: 10px;
    }
    input{
        margin-bottom: 15px;
    }
    li {
        font-size: 13px;
    }

}




/* @media screen and (max-width: 412px) {
    h1 {
        font-size: 50px;
    }
    .window {

        background: white;
        margin: 5px auto;
        border-radius: 25px;
        margin-top: 0;
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: auto;
        box-shadow: 10px 10px rgb(235, 101, 123);
    }
} */
/* @media screen and (max-width: 388px) {
    input::placeholder {
        font-size: 11px;
    }

    input[type="text"] {
        font-size: 11px;
    }

    input {
        width: 60%;
    }

    button {
        font-size: 10px;
    }

    .window {
        background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
            url("https://i.pinimg.com/564x/74/0a/b5/740ab5a9ee7ee351584ff25906c7f181.jpg");
        background-size: 100%;
        width: 70%;
        height: 438px;
    }
} */