body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
  height: 100vh;
}

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

  /* text-align:center; */
  padding: 4% 0;
  /* padding-bottom: -10px; */
  overflow: none;
}

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

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

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

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

.hour {
  background-color: #ffffff;
  color: #000000;
  border-top: 1px dashed #000000;
  border-top: 1px solid #8BC6EC;
}

.col-8 {
  border-top: 1px solid #8BC6EC;
}

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

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

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

.saveBtn {
  background-image: url("./images/saveImage.png");
  background-position: center;
  background-size: 10%;
  background-repeat: no-repeat;
  border-left: 1px solid black;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06AED5;
  color: white;
}

textarea:focus {
  /* text-align:center; */
  /* padding-bottom: -10px; */
  overflow: none;
}

.saveBtn:hover {
  font-size: 20px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  box-shadow: 10px 20px 30px #034b5b inset;
}

.textAreaOverride {
  overflow: auto;
  padding-bottom: 0;
}

#eventSaved {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
}