* {
  border: none;
}

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

textarea{
  background: transparent;
  border: none;
  resize: none;
  color: #000000;
  border-left: 1px solid black;
  padding: 10px;
}

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

.container {
  width: 80%;
  margin: 0 auto;
}

.time-block{
  text-align: center;
  height: 80px;
  margin: 20px 0;
}

.hour {
  background-color: #ffffff;
  color: #000000;
  font-weight: bolder;
  background-color: palevioletred;
  padding-top: 2em;
}

.event input {
  margin: 2em auto;
  width: 80%;
}

.save {
  background-color:palevioletred;
  padding: 1em;
}

.saveBtn {
  border-radius: 9px;
  background-color: #06AED5;
  color: white;
  margin: auto;
  padding: 1em;
}

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

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

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

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