header {
  color: #771479;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #771479;
}

textarea{
  background: transparent;
  max-width: max-content;
  border: none;
  resize: none;
  color:  #771479;
  /* border-left: 1px solid #4b00ff; */
  padding: 10px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 10px solid  rgb(255, 162, 162);
  padding: 10px;
}

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

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

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

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

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

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

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

.saveBtn {
  border-left: 1px solid black;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06AED5;
  color: white;
}

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

#currentDay {
  color: #771479;
}

.day {
  background-color: rgb(240, 240, 240);
  padding: 10px;
  border-radius: 10px;
  outline: 1px;
  z-index: 1;

}


/* changes the current hour block to this color */
.currentHour {

  background-color: rgb(255, 162, 162);
}

/* sets the past hour time blocks to gray */
.pastHour {

  background-color: #bbbbbb;
}

.fa-save {
  color: rgb(74, 255, 255); 
  font-size: 35px;
  padding: 0%;
  margin: 0%;
  left: 10%;
  transition: all .25s ease-out;
   
}

.fa-save:hover {
  color: #771479;
  font-size: 50px;
  outline: 2px;
  padding:0%;
  margin:0%;
}


div:hover {
  background-color: #a4adff;
}
