@font-face {
    font-family: "San Francisco";
    font-weight: 100;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
* {
    font-family: "San Francisco";
}

img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 80%;
}

.hidden {
    display: none;
}

/* ---------------Log in Section--------------- */
#login-form {
    position: absolute;
    top: 12%;
    left: 4%;
}

#login-form ::placeholder {
    font-size: 16px;
    color: black;
    font-weight: 900;
}

#login-form input:nth-child(1) {
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: black;
    height: 30px;
    width: 150px;
    font-size: 16px;
}

#login-form input:nth-child(2) {
    background: black;
    border-color: black;
    border-radius: 5px;
    color: white;
    height: 32px;
    width: 70px;
    font-size: 16px;
    font-weight: bold;
}

#logged-in {
    position: absolute;
    top: 10.5%;
    left: 3.5%;
    font-size: 23px;
    font-weight: bold;
}

/* ---------------Weather Section--------------- */
#weather {
    position: absolute;
    top: 13%;
    right: 40.5%;
    font-size: 17px;
}

/* ---------------Time Section--------------- */
#today {
    position: absolute;
    top: 20%;
    right: 39%;
    width: 59.3%;
    text-align: center;
}

#clock {
    font-size: 60px;
}

#date {
    margin-top: -50px;
    font-size: 25px;
}

/* ---------------To Do List--------------- */
.js-to-do {
    position: absolute;
    top: 40%;
    left: 77%;
}

.js-add-to-do {
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: black;
    height: 30px;
    width: 180px;
    font-size: 20px;
}
::placeholder {
    font-size: 18px;
    color: black;
    font-weight: 900;
}

.js-list {
    position: absolute;
    top: 44%;
    left: 76%;
}

@media screen and (max-width: 900px) {
    .js-add-to-do {
        width: 80%;
    }

    #weather span {
        display: block;
        padding-bottom: 5px;
        text-align: left;
    }
}

/* ---------------Quotes--------------- */
#quote {
    position: absolute;
    top: 59%;
    right: 39%;
    width: 59.3%;
    text-align: center;
}

#quote span {
    display: block;
    text-align: center;
}

#quote span:nth-child(2) {
    margin-top: 5px;
    font-size: 13px;
    color: gray;
}
