#toDo {
  color: red;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  justify-content: center;
}

html::-webkit-scrollbar {
  display: none;
}

font {
  text-shadow: #007945 2px 2px;
}
font:hover {
  text-shadow: #007945 3px 3px;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.title , .title-active {
  font-family: Georgia, serif;
  font-weight: bolder;
  font-size: 40px;
  text-align: center;
  color: gold;
  outline-color: black;
  width: 100%;
  margin-top: 2px;
  text-shadow: #c88c00 2px 2px;
}

.title-active:hover {
  text-shadow: rgb(200, 140, 0) 3px 3px;
}

#titlecard {
  background-color: rgb(227, 227, 227);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: fixed;
  top: 0;
}

#backing {
  background-color: rgb(55, 55, 55);
  padding: 0px;
  width: 100vw;
}

#content {
  background-color: lightgray;
  border-radius: 5px;
  padding: auto;
  justify-content: center;
  margin-bottom: 1vh;
}

.popup {
  position: absolute;
  top: 22.5vh;
  left: 25vw;
  background-color: white;
  width: 50vw;
  height: 45vh;
  border-radius: 10px;
  font-weight: bolder;
  font-family: "Courier New", Courier, monospace;
}

.popup-header {
  background-color: rgb(100, 150, 100);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  top: -1vh;
  border-style: solid;
  border-color: rgb(60, 100, 60);
  height: 8vh;
}

.main {
  background-color: rgb(55, 55, 55);
  padding-top: 9.5vh;
}

#profilePic {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  shape-outside: circle();
  margin: 0px 0px 0px 15px;
  border: 3px double rgb(227, 227, 227);
}

#profilePic:hover {
  border-width: 5px;
  border-color: rgb(250, 180, 120);
  border-style: double;
}

#Logo {
  width: 50px;
  height: 50px;
  margin-top: 2px;
  border-radius: 80px;
  object-fit: fill;
  shape-outside: circle();
}

#menuDrop {
  margin: auto;
  font-size: 30px;
}

#well {
  background-color: rgb(70, 70, 70);
  border-radius: 10px;
  padding: 10px;
  color: lightgray;
}

.row {
  align-items: stretch;
  padding-left: 1%;
  padding-right: 1%;
}

.col-4 {
  border-radius: 5px;
}

p {
  font-family: "Courier New", Courier, monospace;
  text-align: justify;
  display: table-row;
}

#indent {
  text-indent: 2vw;
}

#wandererText {
  text-indent: 2vw;
}

#sortingTimeCanvas {
  min-width: none;
  max-width: 1500px;
  width: 100%;
  aspect-ratio: 5/3;
  background-color: white;
  border-radius: 12px;
  border-color: black;
  border-style: ridge;
  border-width: 3px;
  margin: auto;
}

#textCanvas {
  margin-top: 4vh;
  width: 40vw;
  height: 40vh;
  border-style: groove;
  background-color: white;
}

#imageText {
  font-family: "Courier New", Courier, monospace;
  font-weight: bolder;
  resize: none;
  margin: 4vh 3.5vw;
  width: 40vw;
  height: 40vh;
  border-style: groove;
  background-color: white;
}

a {
  text-decoration: none;
}

form {
  display: table;
}

label {
  display: table-cell;
}

input {
  display: table-cell;
  margin-top: 5px;
  margin-bottom: 5px;
}

#numBlocks {
  width: 90%;
}

#sortColor {
  width: 90%;
}

#sortType {
  width: 90%;
}

#startButton {
  width: 35%;
  aspect-ratio: 4/1;
  background-color: rgb(0, 223, 0);
  border-radius: 5px;
  border-style: outset;
  border-color: forestgreen;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: lighter;
  text-justify: center;
}

#menuButton {
  margin-top: 10px;
  background: none;
  border-style: none;
  padding: 0px;
}

#menuCloseButton {
  margin-top: 0px;
  margin-right: 0px;
  position: relative;
  bottom: 48%;
  right: 5%;
  border: none;
  background: none;
  color: rgb(0, 62, 7);
  font-size: 35px;
}

#popupClose {
  position: relative;
  bottom: 9vh;
  left: 47.5vw;
  border: none;
  background: none;
  color: rgb(0, 62, 7);
  font-size: 30px;
}

#menuHomeButton {
  margin-top: 0px;
  margin-right: 0px;
  position: relative;
  bottom: 48%;
  left: 4%;
  border: none;
  background: none;
  color: rgb(0, 62, 7);
  font-size: 25px;
}

#menuBar {
  border-style: groove;
  border-width: 6px;
  border-color: black;
  background-color: rgb(240, 240, 250);
}

.offcanvas-header {
  background-color: rgb(120, 200, 120);
}

#accordionText {
  color: black;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#accordionHeading {
  color: black;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
  color: black;
  background-color: white;
}

#developmentEntry {
  border-radius: 10px;
  border-width: 4px;
  border: 4px black dotted;
  padding: 10px;
  margin-top: 1vh;
}

#developmentEntry h3 {
  font-family: "Courier New", monospace;
  font-weight: 800;
  font-size: 35px;
}

#developmentEntry h4 {
  margin-top: 10px;
  font-family: "Courier New", monospace;
  font-weight: 800;
  font-size: 20px;
}

iframe {
  border: none;
  height: 100vh;
  width: 100vw;
}

#portal:hover {
  border-width: 5px;
  border-color: rgb(242, 186, 0);
  border-style: inset;
}

#portal {
  margin-top: 1vh;
  margin-bottom: 1vh;
  width: 25vw;
  height: 35vh;
}

table {
  background-color: white;
  border-style: solid;
  border-width: 1px;
}
