body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
}

input {
  background: transparent;
  border: none;
  resize: none;
  color: #000000;
  border-left: 1px solid black;
  padding: 10px;
  height: 100%;
  width: 100%;
}

.jumbotron {
  text-align: center;
  background-color: #d1effe; /* light cyan */
  color: black;
  border-radius: 0;
  border-bottom: 10px solid black;
}
.date {
  font-weight: 700;
  text-decoration: underline;
}
.description {
  white-space: pre-wrap;
}

.time-block {
  text-align: center;
  border-radius: 15px;
  border: none;
}

.row {
  white-space: pre-wrap;
  height: 80px;
  border-top: 1px solid white;
}

.col-2,
.col-9,
.col-1 {
  padding: 0px;
}

.hour {
  background-color: #f7e0b7;
  color: #000000;
  border-top: 1px dashed #000000;
  padding: 8px;
}

.past {
  background-color: #e6e6e6;
  color: white;
}

.present {
  background-color: #f686ae;
  color: white;
}

.future {
  background-color: #9bce90;
  color: white;
}

.saveBtn {
  border-left: 2px solid #06aed5;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #3fbcee;
  color: white;
  width: 100%;
  height: 100%;
}

.saveBtn i:hover {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

/* Media queries for responsive font sizes*/

@media (min-width: 200px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 19px;
  }
  h4,
  label {
    font-size: 15px;
  }
  h5,
  span {
    font-size: 12px;
  }
}
@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 19px;
  }
  h4,
  label {
    font-size: 15px;
  }
  h5,
  span {
    font-size: 12px;
  }
}
@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 19px;
  }
  h4,
  label {
    font-size: 17px;
  }
  h5,
  span {
    font-size: 14px;
  }
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 21px;
  }
  h4,
  label {
    font-size: 17px;
  }
  h5,
  span {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  h4,
  label {
    font-size: 19px;
  }
  h5,
  span {
    font-size: 15px;
  }
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  h4,
  label {
    font-size: 19px;
  }
  h5,
  span {
    font-size: 18px;
  }
}
