/* Full body styling */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  background-image: linear-gradient(yellow, orange,red, lightblue, blue, black);
}

/* Header Styling */
.jumbotron {
  text-align: center;
  background-color: transparent;
  color: black;
  border-radius: 0;
  border-bottom: 1px solid black;
}

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

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

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

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

/* Past block Styling */
.past {
  background-color: #d3d3d3;
  padding-top: 10px;
  size: 100px;
  color: black;
  border: 1px solid #000000;
  
}

/* Present Block Styling */
.present {
  background-color: #ff6961;
  padding-top: 10px;
  size: 100px;
  color: black;
  border: 1px solid #000000;
}

/* Future Block Styling */
.future {
  background-color: #77dd77;
  padding-top: 10px;
  size: 100px;
  color: black;
  border: 1px solid #000000;
}

/* Save Button Styling */
.saveBtn {
  margin-top: 20px;
  margin-left: 10px;
  background-color: #06AED5;
  color: white;
  font-size: 20px;
  transition: all .3s ease-in-out;
}

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

/* Footer Text Styling */
h6 {
  font-weight: bold;
  font-size: 18px;
}

/* Footer Styling */
footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  color: white
}
