@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");
/* 'Cairo', sans-serif; */
body {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg16.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

#main {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: 20% 10% 10% 10% 15% 15% 20%;
}

/* CLOCK */
.clock {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  margin: 0 auto;
  margin-bottom: 100%;
}
.clock h1 {
  margin-left: 10%;
  margin-bottom: 50%;
  font: 500% "Segoe UI", sans-serif;
  font-weight: bold;
  color: #00798C;
  text-shadow: 3px 3px 5px #F9B9B7;
}
.clock h3 {
  margin-left: 10%;
  margin-bottom: 30%;
  margin-top: -50%;
  font: 150% "Segoe UI", sans-serif;
  font-weight: bold;
  color: #00798C;
  text-shadow: 3px 3px 5px #F9B9B7;
}

/* NAME */
.greetings {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}

.name-container {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
}

.name-container {
  display: flex;
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
}

.name {
  margin-top: 20%;
  margin-bottom: 15%;
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
}

.greetings {
  margin-left: 10%;
  text-align: center;
}
.greetings h1 {
  margin-top: -3%;
  font: 280% "Segoe UI", sans-serif;
  font-weight: bold;
  color: #00798C;
  text-shadow: 3px 3px 5px #F9B9B7;
}

.name input {
  width: 30vw;
  height: 6vh;
  margin-left: 10%;
  font: 120% "Poppins", sans-serif;
  border: none;
  border-bottom: 3px solid #00798C;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}
.name input:focus {
  outline: none;
}

#submit {
  display: none;
}

/* MAIN FOCUS */
.focus-container {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 6;
  width: 90%;
  height: 80%;
  margin-top: 8%;
  margin-left: 10%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}
.focus-container h1 {
  margin-top: 3%;
  margin-left: 10%;
  font: 200% "Poppins", sans-serif;
  font-weight: bold;
  color: #00798C;
  text-shadow: 3px 3px 5px #F9B9B7;
}

#focus {
  margin-top: 15%;
  margin-bottom: 15%;
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
}

#focusjs input {
  width: 25vw;
  height: 6vh;
  margin-top: 0vh;
  font: 120% "Poppins", sans-serif;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#focusjs input:focus {
  outline: none;
}

.show-mfocus {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: -10%;
  margin-bottom: 15%;
  font: 180% "Segoe UI", sans-serif;
  color: #201E1F;
  overflow: hidden;
}

#submitF {
  display: none;
}

/* QUOTES */
.quote {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  margin: 10% auto;
  margin-left: 10%;
  margin-right: 10%;
}

#quote-here {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  font: 180% "Segoe UI", sans-serif;
  margin-bottom: 2px;
  color: #00798C;
  text-shadow: 3px 3px 5px #F9B9B7;
}

#buttonQ {
  width: 5vw;
  height: 5vh;
  background-color: #EF767A;
  border: none;
  border-radius: 10%;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 100%;
  cursor: pointer;
}

#quote-button {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  margin-left: 10%;
  margin-right: 10%;
}

#quote-button {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
  position: relative;
}

#inputQ {
  width: 35vw;
  height: 5vh;
  margin-left: -5%;
  font: 120% "Poppins", sans-serif;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  border-bottom: 3px solid #00798C;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}
#inputQ:focus {
  outline: none;
}

#addQuotebtn {
  width: 3vw;
  height: 5vh;
  margin-left: 5%;
  background-color: #EF767A;
  border: none;
  border-radius: 10%;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 100%;
  cursor: pointer;
}

/* TO DO LIST */
.todo-container {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 8;
  width: 80%;
  height: 90%;
  margin-left: 10%;
  margin-right: 10%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

.todo {
  margin-top: 15%;
  margin-bottom: 15%;
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
}

.todojs {
  margin-top: 15%;
  margin-bottom: 15%;
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
}

.toDoTitle {
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  font: 200% "Poppins", sans-serif;
  font-weight: bold;
  color: #00798C;
  text-shadow: 3px 3px 5px #F9B9B7;
  text-align: center;
}

#inputTodojs {
  width: 25vw;
  height: 5vh;
  margin-top: 2%;
  margin-left: 17%;
  margin-right: 10%;
  font: 120% "Poppins", sans-serif;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  border-bottom: 3px solid #00798C;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}
#inputTodojs:focus {
  outline: none;
}

#addToDo {
  width: 3vw;
  height: 5vh;
  background-color: #EF767A;
  border: none;
  border-radius: 10%;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 100%;
  cursor: pointer;
  visibility: hidden;
}

#toDoSection {
  margin-bottom: 60%;
  margin-left: 10%;
  margin-right: 10%;
  color: #00798C;
}

/* JS STYLES */
.todoList-style {
  font: 120% "Segoe UI", sans-serif;
  line-height: 10%;
  color: #201E1F;
  cursor: pointer;
}

.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.hide {
  visibility: hidden;
  height: 0;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
}

/* MEDIA QUERY */
@media only screen and (max-width: 320px), (max-width: 375px), (max-width: 430px), (max-width: 770px) {
  body {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/bg8.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
  }

  #main {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 30% 20% 20% 30%;
    grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 20%;
  }

  /* CLOCK */
  .clock {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 10%;
  }
  .clock h1 {
    margin: 0 auto;
    font: 250% "Segoe UI", sans-serif;
    font-weight: bold;
    color: #00798C;
    text-shadow: 3px 3px 5px #F9B9B7;
  }
  .clock h3 {
    font: 75% "Segoe UI", sans-serif;
    font-weight: bold;
    color: #00798C;
    text-shadow: 3px 3px 5px #F9B9B7;
  }

  /* NAME */
  .greetings {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .name-container {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .name-container {
    display: flex;
    align-content: stretch;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .name {
    margin-top: 5%;
    margin-bottom: 15%;
    margin: 0 auto;
  }

  .greetings {
    text-align: center;
  }
  .greetings h1 {
    margin-left: -10%;
    margin-top: 2%;
    font: 150% "Segoe UI", sans-serif;
    font-weight: bold;
    color: #00798C;
    text-shadow: 3px 3px 5px #F9B9B7;
  }

  .name input {
    width: 50vw;
    height: 6vh;
    font: 60% "Poppins", sans-serif;
    margin-left: 0;
  }

  #submit {
    display: none;
  }

  /* MAIN FOCUS */
  .focus-container {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6;
    width: 90%;
    height: 150%;
    margin-left: 3%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
  }
  .focus-container h1 {
    font: 130% "Poppins", sans-serif;
    font-weight: bold;
    color: #00798C;
    text-shadow: 3px 3px 5px #F9B9B7;
    text-align: center;
  }

  #focus {
    margin-top: 5%;
    margin: 0 auto;
    margin-left: 10%;
    margin-right: 10%;
  }

  #focusjs input {
    width: 60vw;
    height: 7vh;
    margin-top: 0vh;
    font: 3vw "Poppins", sans-serif;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  #focusjs input:focus {
    outline: none;
  }

  .show-mfocus {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -15%;
    font: 120% "Segoe UI", sans-serif;
    color: #201E1F;
    overflow: hidden;
  }

  #submitF {
    display: none;
  }

  /* QUOTES */
  .quote {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    margin: 0 auto;
    margin-left: 10%;
    margin-right: 10%;
  }

  #quote-here {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
    font: 100% "Segoe UI", sans-serif;
    margin-bottom: 2px;
    color: #00798C;
    text-shadow: 3px 3px 5px #F9B9B7;
  }

  #buttonQ {
    width: 12vw;
    height: 5vh;
    background-color: #EF767A;
    border: none;
    border-radius: 2px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font: 65% "Segoe UI", sans-serif;
    cursor: pointer;
  }

  #quote-button {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;
  }

  #quote-button {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    align-content: space-around;
  }

  #inputQ {
    width: 55vw;
    height: 5vh;
    margin-left: -5%;
    font: 3vw "Poppins", sans-serif;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 2px solid #00798C;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
  }
  #inputQ:focus {
    outline: none;
  }

  #addQuotebtn {
    width: 6vw;
    height: 5vh;
    margin-left: 0%;
    background-color: #EF767A;
    border: none;
    border-radius: 10%;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    cursor: pointer;
  }

  /* TO DO LIST */
  .todo-container {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 10;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-left: 3%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
  }

  .todo {
    margin-top: 10%;
    margin: 0 auto;
  }

  .todojs {
    margin-top: 15%;
    margin-bottom: 15%;
    margin: 0 auto;
    margin-left: 10%;
    margin-right: 5%;
  }

  .toDoTitle {
    margin-top: 15%;
    margin-left: 5%;
    margin-right: 5%;
    font: 120% "Poppins", sans-serif;
    font-weight: bold;
    color: #00798C;
    text-shadow: 3px 3px 5px #F9B9B7;
    text-align: center;
  }

  #inputTodojs {
    width: 60vw;
    height: 5vh;
    margin-left: -5%;
    margin-top: 2%;
    font: 3vw "Poppins", sans-serif;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #00798C;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
  }
  #inputTodojs:focus {
    outline: none;
  }

  #toDoSection {
    margin-bottom: 60%;
    margin-left: 0%;
    margin-right: 0%;
    color: #00798C;
  }
}

/*# sourceMappingURL=styles.css.map */
