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

/* #bgArea {
  background-image: url(woodgrainbackground.JPG);
  padding-top: 1em;
} */
/* 
header{
  background-color: gray;
} */

button {
  background-color: #06aed5;
  border: none;
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.jumbotron {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 75%;
  background-color: #FFF;
  color: black;
  margin:auto;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 4em;
  padding-left: 4em;
  border: solid;
  border-radius: 15px;
}

#firstClass {
  margin-top: 1em;
}

.container{
  margin-top: 1em;
}

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

.row {
  display: flex;
  white-space: pre-wrap;
  height: 80px;
  border-top: 1px solid white;
  margin-top: 1em;
  margin-bottom: 1em;
  
}

[contenteditable] {
  outline-color: #06aed5;
  font-size: 20px;
}

.hour {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: #06aed5;
  color: #FFF;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
  border-left: 1px dashed #000000;
  border-radius: 15px;
  font-size: 20px;
}
.colorcode{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height:100%;
  /* background-image: url(paper.png);
  background-size:contain;
   */
}


.p-3{
  display: flex;
  align-items: center;
  height: 100%;
  border: solid;
  border-top-right-radius:0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0;
}

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

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

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

.saveBtn {
  border-left: 1px solid black;
  height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #06aed5;
  color: white;
  border: solid;
  border-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#diskIcon {
  width:800%;
  height: auto;
}

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

.col-9 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-style: italic;
  padding-top: 1em;
  border: solid;
  border-color: white;
}

.lasthour {
  /* border-bottom: 1px dashed #000000; */
}

#erase {
  display: flex;
  width: 81%;
  margin: auto;
  margin-bottom: 1em;
}

#eraseButton{
  width: 20%;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 15px;
  color: white;
  border: solid;
  margin: auto;
  margin-bottom: 1em;
}

@media screen and (max-width: 740px) {
 
  .display-3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 400px) {
 
  #eraseButton{
    width: 24%;
    padding: 1em;
    border-radius: 15px;
    color: white;
  }

  .display-3 {
    font-size: 40px;
  }
}