body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  background: linear-gradient(45deg,#b9eaed, #6eb8bb);
  }

textarea{
  background: transparent;
  border: none;
  resize: none;
  color: #000000;
  border-left: 1px solid black;
  border-top: 1px solid #6eb8bb;
  padding: 10px;
  width: 85%;
  box-shadow: 2px 2px 10px #000000;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
  color: #1F271B;
  border-radius: 0;
  border-bottom: 10px solid #1F271B;
}

.description{
  white-space: pre-wrap;
}

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

.row {
  white-space: pre-wrap;
  height: 80px;
}

.hour {
  background: linear-gradient(45deg,#75b6b8, #6eb8bb);
  color: #000000;
  border-top: 2px groove #6eb8bb;
  width: 7%;
  padding-top: 9px;
  padding-right: 5px;
  text-align: right;
  box-shadow: 2px 2px 10px #000000;
}

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

.past:hover {
  background-color: #b5b5b5;
}

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

.present:hover {
  background-color: #e15049;
}

.future {
  background-color: #77dd77;
  color: white;
}

.future:hover {
  background-color: #5cbd5c;
}

.saveBtn {
  border-left: 1px solid black;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06AED5;
  color: white;
  width: 8%;
  box-shadow: 2px 2px 10px #000000;
  text-align: center;
}

.saveBtn:hover {
  background-color: #0896b6;
  font-size: 20px;
  transition: all .3s ease-in-out;
}
