/* Box model fix */
html {
    box-sizing: border-box;
    font-size: 62.5%;
  }
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  /* GLOBAL STUFFS */
  
  html,
  body {
    height: 100%;
    margin: 0px;
  }
  
  body {
    font-family: "Sacramento", cursive;
    font-size: 1.6rem;
    line-height: 1.4;
    background-color: rgb(245, 243, 243);
    color: #f9dcff;
  }
  h2,
  h3,
  button {
    font-family: "Zeyada", cursive;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
  }
  h1 {
    font-family: "Homemade Apple", cursive;
    letter-spacing: 0.025em;
    margin: 0 10px;
    color: #5862e8;
    font-size: 1.6em;
    padding: 10px 4px;
  }
  h2 {
    font-size: xx-large;
    line-height: 0.75;
    padding-top: 10px;
  }
  h3 {
    font-size: x-large;
    line-height: 1;
  }
  
  /* SYSTEM AREA */
  
  body {
    margin: 50px auto;
    max-width: 900px;
    max-height: 437px;
  }
  header {
    background-color: #f9dcff;
  }
  
  /* CONTENT BLOCK */
  
  #mainBits {
    border: 4px solid;
    display: flex;
    max-height: inherit;
    background-size: cover;
    min-height: 437px;
    background-image: url(../images/Background-Stars.png),
      linear-gradient(#0c630c, #b9d74e);
  }
  aside {
    border-right: 2px solid;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 150px;
  }
  aside h2 {
    border-bottom: 2px dashed;
    padding-bottom: 10px;
  }
  main {
    overflow: auto;
    padding: 5px 8px;
    flex: 1;
  }
  
  /* TAB BUTTONS */
  nav {
    border-left: 4px solid;
    border-right: 4px solid;
    background-color: #5862e8;
  }
  .tabButtons {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav button {
    border: none;
    border-radius: 4px 4px 0px 0px / 80%;
    padding: 8px 10px 0px;
    font-size: x-large;
    line-height: 1;
    background-color: #b195fd;
  }
  .activeTab {
    color: #5862e8;
    background-color: #f9dcff;
  }
  
  /* MISC STYLING */
  #contentHeader {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dashed;
    padding-bottom: 10px;
  }
  .timeDates {
    padding-top: 20px;
  }
  #endLog {
    font-family: "Zeyada", cursive;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
    border-top: 2px dashed;
    padding-top: 10px;
  }
  .funkyWord {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.8rem;
  }
  .errorMsg {
    margin-top: -15px;
    padding-left: 20px;
    font-style: italic;
    /* font-size: 1.5rem; */
  }
  #jargonContent,
  #endLog {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .siteNavList {
    list-style: none;
    line-height: 1.5;
  }
  a {
    color: #f9dcff;
  }
  a:hover {
    color: #5862e8;
    background-color: #f9dcff;
  }
  a:active {
    color: #f9dcff;
    background-color: transparent;
  }
  
  /* BUTTONS */
  
  .colourButtons {
    list-style-type: none;
    padding-left: 0;
  }
  .colourButtons button {
    width: 100%;
    margin: 5px 0;
    font-size: larger;
    font-weight: bold;
    line-height: 1;
    padding-top: 10px;
  }
  #translBtn {
    font-size: larger;
    font-weight: bold;
    line-height: 0.75;
    padding-top: 10px;
  }
  button {
    margin: 0;
    padding: 5px;
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #b195fd;
    border: 3px solid #f9dcff;
    border-radius: 2px;
    cursor: pointer;
    color: #f9dcff;
  }
  button:hover {
    background-color: #f9dcff;
    color: #5862e8;
    text-decoration: underline;
  }
  button:active {
    background-color: transparent;
    color: #f9dcff;
  }
  
  /* WEIRD CLASS STUFF */
  
  .orange {
    color: #ffe75d;
    border-color: #ffe75d;
  }
  .orange h1 {
    color: #f5551f;
  }
  .orange nav {
    background-color: #f5551f;
  }
  .orange header {
    background: #ffe75d;
  }
  .orange button {
    background-color: #ff9d2e;
  }
  .orange button:hover {
    background-color: #ffe75d;
    color: #f5551f;
  }
  .orange button:active,
  .orange a:active {
    background-color: #ff9d2e;
    color: #ffe75d;
  }
  .orange .activeTab,
  .orange a:hover {
    color: #f5551f;
    background-color: #ffe75d;
  }
  .orange a {
    color: #ffe75d;
  }
  
  .white {
    color: #e4ff81;
    border-color: #e4ff81;
  }
  .white h1 {
    color: #0c630c;
  }
  .white nav {
    background-color: #0c630c;
  }
  .white header {
    background: #e4ff81;
  }
  .white button {
    background-color: #8dbd3a;
  }
  .white button:hover {
    background-color: #e4ff81;
    color: #0c630c;
  }
  .white button:active,
  .white a:active {
    background-color: #8dbd3a;
    color: #e4ff81;
  }
  .white .activeTab,
  .white a:hover {
    color: #0c630c;
    background-color: #e4ff81;
  }
  .white a {
    color: #e4ff81;
  }
  