body {
    color: #3c3836;
    background-color: #fbf1c7;
    font-size: 20px;
}

input {
    background-color: #ebdbb2;
    color: #3c3836;
    font-size: 20px;
    border: 0px solid #3c3836;
}

textarea {
    color: #3c3836;
    background-color: #ebdbb2;
    font-family: monospace;
    width: 100%;
    padding: 4px;
    /*font-size: 20px;*/
    border: 0px solid #3c3836;
    resize: vertical;
    height: 100px;
    min-height: 50px;
    max-height: 2000px;
    /*border: 5px solid #ebdbb2;*/
    /*font-family: "Georgia", "Times New Roman", serif;*/
    font-size: 16pt;
    /*line-height: 1.6;*/
}

.essay-editor.ql-container {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    height: 500px;
    min-height: 50px;
    resize: vertical;
    overflow: auto;
}

.ql-toolbar {
  border: none !important;
  box-shadow: none !important;
  background: #d5c4a1;
}

.essay-editor .ql-editor {
  background-color: #ebdbb2;
  color: #3c3836;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 18pt;
  line-height: 1.6;
}

.ql-font-serif {
  font-family: "Georgia", "Times New Roman", serif;
}

.ql-font-sans {
  font-family: "Arial", "Helvetica", sans-serif;
}

.ql-font-monospace {
  font-family: "Courier New", monospace;
}

.h2-style {
    font-size: 1.5em;
    font-weight: bold;
    font-family: inherit;
    margin: 0.75em 0;
}

label {
    font-family: sans-serif;
    font-size: 20px;
}

button {
    font-size: 20px;
    margin: 3px;
    color: #3c3836;
    background-color: #ebdbb2;
    border: 0px solid #ebdbb2;
}

button:hover {
  background-color: #d5c4a1;
}

.container {
    width: 60%;
    margin: 0 auto;
    padding: 24px;
}

.codediv {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.dropdown {
    font-size: 20px;
    margin: 3px;
    color: #3c3836;
    background-color: #282828;
    border: 0px solid #ebdbb2;
}

@media (max-width: 940px) {
  #logo {
    display: none;
  }
}

#editordiv .ql-container {
  background: #fff !important;
  color: #000 !important;
}

#editordiv .ql-toolbar {
  background: #f3f3f3 !important;
  border-color: #ccc !important;
}
