@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600&display=swap');

.tools-layout {
  background: #007FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}

em {
  color: #FFFFFF;
  font-family: 'Varela Round', sans-serif;
}

#stopwtch {
  background: #007FFF;
}

#turqoise {
  background: #1abc9c;
}

#turq {
  color: #1abc9c;
}

#pomodoro {
  background: #e74c3c;
}

#red {
  color: #e74c3c;
}

#timer {
  background: #d35400;
}

#orange {
  color: #d35400;
}

#cooking {
  background: #f39c12;
}

#yellow {
  color: #f39c12;
}

#exam {
  background: #2ecc71;
}

#exam-2 {
  background: #27ae60;
}

#green {
  color: #2ecc71;
}

#race {
  background: #9b59b6;
}

#purple {
  color: #9b59b6;
}

#break {
  background: #95a5a6;
}

#gray {
  color: #95a5a6;
}

#tmr {
  background: #e18557;
}

#midnight {
  background: #2c3e50;
}

.logo-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  margin-top: 8px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.logo img {
  width: 80px !important;
}

.logo span {
  color: #FFFFFF;
  font-size: 22px;
  font-family: 'Varela Round', sans-serif;
}

#lght {
  color: #7db0f1;
}

.content {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 48px;
  gap: 8px;
  margin: 0px 6px;
}

@media screen and (max-width: 425px) {
  .categories {
    gap: 6px;
  }
  .categories a {
    padding: 2px  4px !important;
    font-size: 16px !important;
  }
}

.categories a {
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 2px;
  font-size: 18px;
  padding: 4px 8px;
  font-family: 'Varela Round', sans-serif;
  border-radius: 4px;
  border: 1px dashed;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

.bold {
  background: none rgba(0, 0, 0, 0.15) !important;
  opacity: 1;
  font-weight: bold;
  border: none !important;
  font-size: 21px !important;
}

.break {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-bottom: 46px;
}

@media screen and (max-width: 500px) {
  .break {
    flex-wrap: wrap;
  }
  .break button {
    padding: 4px 8px !important;
    font-size: 14px !important;
  }
}

.break button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0px;
  font-size: 16px;
  padding: 8px 16px;
  font-family: 'Varela Round', sans-serif;
  border-radius: 4px;
  border: none;
  background: #e74c3c;
  opacity: 1;
  box-shadow: none;
}

.break button span {
  font-size: 12px;
}

.set-timer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.set-timer span {
  font-size: 18px;
  font-family: 'Varela Round', sans-serif;
  color: #FFFFFF;
}

.timer-inputs {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin: 30px 0;
}

@media screen and (max-width: 562px) {
  .full-input {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 4px 8px !important ;
  }
}

@media screen and (max-width: 382px) {
  .full-input {
    margin: 2px !important;
  }
  .full-input input {
    padding: 2px 0px !important;
    font-size: 16px !important;
  }
}

.full-input {
  display: inline-block;
    border-radius: 8px;
    margin: 10px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
}

.full-input input {
  border: none;
    padding: 6px 8px;
    text-align: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    width: 80px;
    color: #FFFFFF;
}

.full-input input::placeholder {
  color: #FFFFFF;
}

.full-input label {
  font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 2px;
}

.set-timer button {
  text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 6px 32px;
    font-family: 'Varela Round', sans-serif;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
    box-shadow: none;
}

@media screen and (max-width: 650px) {
  .stopwatch h2 {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 546px) {
  .stopwatch h2 {
    font-size: 32px !important;
  }
  .unit label {
    font-size: 14px;
  }
  .stopwatch {
    padding-left: 12px;
  }
}
@media screen and (max-width: 425px) {
  .stopwatch h2 {
    font-size: 23px !important;
  }
  .unit label {
    font-size: 12px;
  }
}

.stopwatch {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  padding-bottom: 60px;
  font-family: 'Orbitron', sans-serif;
}

@media screen and (max-width: 680px) {
  .stopwatch {
    padding-left: 8px;
  }
}

.stopwatch h2 {
  font-size: 62px;
}

.unit {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.wide {
  max-width: 144px;
  width: 100%;
}


.btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 36px;
}

.btn-wrap button {
  text-decoration: none;
  color: #FFFFFF;
  margin: 0px;
  font-size: 16px;
  padding: 4px 8px;
  font-family: 'Varela Round', sans-serif;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  box-shadow: none;
}

.laps {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  margin: 0px;
  font-family: 'Varela Round', sans-serif;
  padding-bottom: 24px;
}

.laps label {
  font-size: 16px;
  padding-bottom: 16px;
}

.laps em a {
  text-decoration: none;
}

.cont {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: 8px;
}

#laps-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
  list-style: decimal;
  font-size: 18px;
}

.records-list {
  margin: 0px;
  padding: 10px 0px;
  list-style: decimal !important;
  font-size: 18px;
}


.laps em {
  font-size: 13px;
  padding: 8px;
}

.ccontainer {
  max-width: 620px;
  margin: auto;
  padding: 0 12px;
  padding-top: 50px;
  margin-bottom: 60px;
  background-color: #FFFFFF;
}

.ccontainer h1 {
  font-family: 'Varela Round', sans-serif;
}

#blue {
  color: #007FFF;
}

.info {
  margin-top: 40px;
  font-family: 'Varela Round', sans-serif;
}

.info p{
  font-size: 16px;
  letter-spacing: 1px;
}

.info li {
  list-style: decimal;
  letter-spacing: 1px;
}

footer {
  width: 100%;
  border-top: 1px solid #7db0f1;
  background-color: #007FFF;
  display: flex;
  justify-content: center;
}

.cccontainer {
  width: 100%;
  padding: 30px 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 650px) {
  .cccontainer {
    padding: 25px 30px;
  }
}

.about {
  display: flex;
  gap: 36px;  
  color: #FFFFFF;
}

@media screen and (max-width: 382px) {
  .about {
    flex-direction: column;
  }
}

.about a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Varela Round', sans-serif;
}

.information {
  margin: 16px;
  font-family: 'Varela Round', sans-serif;
  color: #FFFFFF;
}